﻿#head{
	width:980px;
}
#header img{
	float:left;
}
#nav{
	float:left;
	width:960px;
	margin-top:1px;
	background:url('images/bg_nav.jpg') repeat-x left top;
	border-top:1px solid #BE0000;
	border-bottom:1px solid #BE0000;
	padding-left:20px;
}
#nav li{
	float:left;
}
#nav a{
    display:block;
    float:left;
	font-size:14px;
	font-weight:bold;
	color:white;
	margin-right:30px;
	
}
