﻿#header{
	display: block;
	background: url(../images/header-bottom.png) no-repeat 0px 165px;
}
#header #flash{
	width: 889px;
	height: 204px;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 30px;
	border: solid 2px #fff;
}
#menus #main{
    width: 886px;
    height: 160px;
    background: url(../images/menu-bg.png) no-repeat left center;
    margin-top: 45px;
    padding-left: 25px;
}
#header #main a{
	text-transform: uppercase;
}
#menus #main ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menus #main ol li {
    display: inline;
    margin-right: -60px;
}
#menus #main ol li img {
    border: none;
}
#page-content
{
    margin-top: 30px;
    margin-bottom: 30px;
}
#page-content #home{
	/*width: 798px;*/
	min-height: 200px;
	background-color: #001671;
	color: #fff;
	padding: 10px 10px 10px 25px;
	margin: 0px 15px;
	border: solid 1px #fff;
}
#page-content #home .presentation{
	float: right;
	width: 472px;
	margin-top: -45px;
	margin-right: -40px;
}
#page-content #home .presentation span{
	display: block;
	margin-right: 50px;
	text-align: right;
}