html {
	color: #FFFFFF;
	background: #000000 url(../images/background.jpg) top no-repeat;
	min-width: 984px;
}

body {
	width: 984px;
	margin: auto;
	padding:0px;
	text-align: left;
	font-weight:normal;
	font-family: Arial, Verdana, sans-serif;
}

body * {margin: 0px auto;}

#header {
	padding:6px 40px 6px 40px;
	width:904px;
	height:68px;
	}


#company {
	float: left;
	width: 98px;
	height: 68px;
	margin-right:40px;
	overflow: hidden;
	background: url(../images/logo.png) top left no-repeat;
	}

#company a {
	display: block;
	width: 98px;
	height: 68px;
	padding-left:150px;
	}

#navigation {
	height:40px;
	padding-top:18px;	
	list-style-type: none;
	font-size:14px;	
	}

#navigation li {
	float: left;
	padding-right:6px;
	text-align: center;	
	height: 40px;
	width: 118px;
	}


.current,
#navigation a {	
	display: block;
	height: 28px;
	padding-top:12px;
	width: 112px;
	text-decoration: none;
	color: #FFFFFF;
	}

#navigation a:hover {
	background: url(../images/nav.button.hover.png) top center no-repeat;
	color:#FFFFFF;
	}

#navigation a:selected {color:#FFFFFF;}

#navigation .current {background: url(../images/nav.button.selected.png) top center no-repeat;}

#footer{
	margin:0;
	padding:20px 0px 0px 0px;
	width:944px;
	height:60px;
	text-align:center;	
	border-top:1px solid #333;
	}

#sitemap {
	width:358px;
	height:50px;
	}

#sitemap li {
	float:left;
	margin:0px;
	padding:18px 0px 0px 0px;
	width:110px;
	height:30px;
	list-style-type:none;	
	font-size:10px;
	text-align:center;
	}

#sitemap a{
	padding:22px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	}

#sitemap .current,
#sitemap a:hover{
	color:#13ddeb;
	background: url(../images/nav.footer.hover.jpg) no-repeat top center;
	}

#sitemap a:visited {
	text-decoration: none;
	}

#copyright {
	clear: both;
	text-align: center;	
	font-size: 8px;
	color:#666666;
}

/*** Headers ***/

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #7caed9;
	}

/** Paragraphs **/
p {
	margin:0;
	padding:0px;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	}

ul li{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:20px;
	}

img {border:none;}

.clearfix{clear:both;}