#wrapper{
	display:block;
	width:960px;
	min-width:960px;
	max-width:960px;
	margin:0 auto;
}
#header{
	display:block;
	width:100%;
	height:89px;
	position:relative;
	
}
#logo{
	position:absolute;
	top:10px;
	left:0px;
}
#navigation{
	display:inline-block;
	list-style:none;
	list-style-image:none;
	position:absolute;
	top:39px;
	right:-1px;
}
#navigation>li{
	float:left;
	margin-left:15px;
}
#footer{
	color:#979797;
	font-size:12px;
	margin-top:25px;
	padding-bottom:30px;
	*padding-bottom:0px;
}
#footer *{
	color:#979797;
	font-size:12px;
}
#footer #copyright{
	float:right;
	margin-right:-1px;
	margin-top:2px;
}
#footer #footer-hr{
	background-color:#979797;
	width:550px;
	height:1px;
	margin-top:24px;
	display:inline-block;
	float:left;
}