@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:0px;
	color:#4D4D4D
}

#wrapper{
	width:955px;
	margin:0px auto;

}
#header{
	width:955px;
	background:url(../images/header.jpg) no-repeat;
	height:179px;
}

#topnav{
	text-decoration:none;
}
#topnav ul{
	margin-top:-11px;
	position:relative;
	left:-40px;
	width:955px;
	display:block;
	list-style:none;
	font-size:10px;
	>margin-top:-21px;
	>top:20px;
}
#topnav ul li{
	float:left;
	background:url(../images/link_bg.jpg) repeat-x;
	padding:5px 0px;

	
	}
#topnav li a{
	border-left:1px solid #4D4D4D;
	border-right:1px solid #fff;
	padding:4px 34px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#topnav li a:hover{
	background:url(../images/hover_link.jpg) repeat-x;
	padding:4px 34px;
}

#container{
	width:955px;
	background:url(../images/text_bg.jpg) repeat-y;
}
#text_container{
	width:705px;
	padding:10px;
	margin:0px auto;
	
}

#footer{ 
	width:955px;
	height:124px;
	background:url(../images/footer.jpg) no-repeat;
	}