@charset "utf-8";
/* CSS Document */

html {
    background-color:#414141;
}

body {
	width:100%;
	margin:0px;
	background:url(../imgs/header_rep.png) repeat-x #FFF;
}

#animation {
	width:1022px;
	height:221px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#header_nav {
	width:866px;
	height:63px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-5px;
	background:url(../imgs/header_nav_bg.png) no-repeat 0px 7px;
	top:-5px;
	left:0;
	position:relative;
}

#header_nav a {
	width:172px;
	height:41px;
	display:block;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	text-decoration:none;
	padding-top:18px;
	margin-right:1px;
	outline:none;
	
}

#header_nav a:hover {
    font-weight:bold;
}

#header_nav a:first-child {
    margin-left:1px;
}


#header_nav a[rel~='selected'] {
	background:url(../imgs/marker.png) no-repeat;
	font-weight:bold;
}

#content {
	clear:both;
	min-height:325px;
	_height:325px;
	width:866px;
	background-color:#FFFFFF;
	display:block;
	margin-top:20px; 
	margin-left:auto;
	margin-right:auto;
	color:#58585A;
	font-family:Tahoma;
	font-size:11px;
}

#content_wrap {
	width:100%;
	background-color:#FFFFFF;
	display:block;
	top:-5px;
	left:0px;
	position:relative;
	padding-top:5px;
}

#footer {
    height:68px;
	width:100%;
	background:url(../imgs/footer_rep.png) repeat-x;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10px;
}

#footer a {
    color:#FFFFFF;
}

#content h1 {
	font-family:Tahoma;
	font-size:17px;
	border-bottom:solid 3px #D5D5D5;
	color:#58585B;
	margin:0;
}
