html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#22242f;
}

#page {
	width:100%;
}

#header {
	height:72px;
	background-image:url('../images/header/background.png');
	background-position:top center;
}

#header .menu {
	background-image:url('../images/header/menu/background.png');
	width:1000px;
	height:72px;
	position:relative;
}

#header .menu .logo {
	background-image:url('../images/header/logo.png');
	width:148px;
	height:72px;
	position:absolute;
	top:0px;
	left:7px;
}

#header .menu .menuItems {
	position:absolute;
	padding:0px;
	margin:0px;
	color:#2f5cc1;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	top:23px;
	left:170px;
}

#header .menu .menuItems li {
	list-style:none;
	display:inline-block;
	padding:0px;
	margin:0px;
	line-height:23px;
	height:23px;
	padding-left:14px;
	padding-right:12px;
	background-image:url('../images/header/menu/separator.png');
	background-repeat:no-repeat;
	background-position:top left;
	text-transform:uppercase;
}

#header .menu .menuItems li:first-child {
	border-left:none;
	background:none;
	padding-left:12px;
}

#header .menu .menuItems li a {
	color:#2f5cc1;
	text-decoration:none;
}

#header .menu .menuItems li a:hover {
	color:#2f5cc1;
	text-decoration:underline;
}

#header .menu .searchBox {
	background-image:url('../images/header/searchBox.png');
	width:144px;
	height:27px;
	position:absolute;
	top:21px;
	right:11px;
	text-align:left;
}

#header .menu .searchBox table {
	width:100%;
	height:100%;
}

#header .menu .searchBox table input {
	width:110px;
	border:none;
	background-color:transparent;
	font-size:12px;
	color:#cba906;
	margin-left:5px;
}

#middle {
	background-color:#f5f6f8;
	background-image:url('../images/middle/background.png');
	background-repeat:repeat-x;
}

#middle .contentHeader {
	width:1000px;
	height:240px;
	background-image:url('../images/middle/contentHeader/background.png');
}

#middle .content {
	width:1000px;
}

#middle .content a {
	color:#ffffff;
	text-decoration:none;
}

#middle .content a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#middle .content a.blue {
	color:#3362cb;
	text-decoration:none;
}

#middle .content a.blue:hover {
	color:#3362cb;
	text-decoration:underline;
}

#footer {
	background-color:#22242f;
	border-top:7px solid #f1c700;
}

#footer a {
	color:#676767;
	text-decoration:none;
}

#footer a:hover {
	color:#979797;
	text-decoration:underline;
}

#footer .shadow {
	margin-top:-82px;
	background-image:url('../images/footer/shadow.png');
	height:75px;
}