@charset "UTF-8";
body {
height:100%;
margin:0;
padding:0;
overflow:hidden;
overflow:scroll;
background-color:#666;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}


#nav table {
	display:block;
	float:right;
	margin-top:5px;
	border-collapse:collapse;
}
#nav td {
	padding:5px;
	color:#FFF;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#000;
	border-left-width:1px;
	border-right-width:1px;
}

#nav td:hover {
	color:#CCC;
	background-color:#e8b123;
}
#nav th{
	background-color:#e8b123;
	padding:5px;
	color:#000;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#000;
	border-left-width:1px;
	border-right-width:1px;
}
	
	
#main_wrapper{
height:99%;
margin-left:50px;
margin-right:50px;

}
#header{
height:166px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}
#header_inner {
	position:absolute;
	left:83px;
	top:10px;
	width:293px;
	height:156px;
	z-index:1;
}
#nav {
	height:40px;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	max-width:1000px;
}
#content{
overflow:auto;
height:60%;
background-image:url(../images/content.jpg);
background-repeat:no-repeat;

}
#footer{
background-color:#FF0000;
height:10%;
max-width:1000px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
background-color:#e8b123;

}
#footer_inner {
	padding:50px;
	text-align:center;
	font-weight:100;
	max-width:1000px;
}