/* CSS Document */

#container{
	margin:0 auto;
	width:960px;
}
/* start header */
#header{
	width:960px;
	padding-bottom:5px;
}
#subheader{
	width:960px;
	height:67px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}

#menubar{
	width:960px;
	height:33px;
	background-image:url(../img/topbar.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#menu{
	height:30px;
	text-align:left;
	line-height: 30px;
}
#menu ul {
	padding-left: 10px;
	list-style-type: none;
}
#menu ul li {
	font-family:'Trebuchet MS',helvetica,arial,verdana;
	font-size: 13px;
	display: block;
	float: left;
	background: url(../img/sep_topbar.gif) right no-repeat;
}
#menu ul li a {
	font-family:'Trebuchet MS',helvetica,arial,verdana;
	font-size: 13px;
	color: #eee;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	font-family:'Trebuchet MS',helvetica,arial,verdana;
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}

/* Footer */
#footer{
	/*height:150px;*/
	padding:10px;
	margin-top:5px;
	border:#E4E4E4 1px solid;
	background:transparent url(../img/bg_footer.gif) repeat-x bottom;
}