html, body {
	padding: 0;
	margin: 0;
	background: #959595 url('../images/site_body_bg.gif') top repeat-x;
	height: 100%;
}

img {
	border: 0;
}

div.container {
	margin: 0 auto;
	padding: 0;
	width: 966px;
	background: #959595 url('../images/site_cont_bg.gif') repeat-y;
}

div.container_shadow {
	margin: 0;
	padding: 0;
	width: 966px;
	background: url('../images/site_cont_shadowbg.gif') top no-repeat;
}

div.site {
	margin: 0 auto;
	padding: 5px;
	width: 880px;
	border-left: #ccc 5px solid;
	border-right: #ccc 5px solid;
	background: #ebebeb;
}

div.site_title {
	margin: 0;
	padding: 0 0 0 10px;
	width: 870px;
	height: 75px;
	background: #648691 url('../images/site_header_bg.gif') top repeat-x;
}

div.site_header {
	margin: 5px 0;
	padding: 0;
	width: 880px;
	height: 125px;
	background: #666;
}

div.site_menubar {
	margin: 0 0 5px 0;
	padding: 0;
	width: 880px;
	height: 40px;
	background: #666 url('../images/site_menu_bg.gif') top repeat-x;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

div.site_menubar ul, div.site_menubar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}


div.site_menubar ul li a:link, div.site_menubar ul li a:visited {
	padding: 11px 30px 12px 30px;
	margin: 0;
	color: #eee;
	text-decoration: none;
	float:left;
	text-align:center;
}

div.site_menubar ul li a:hover {
	padding: 10px 29px 11px 29px;
	background: url(../images/site_menu_bg.gif) 0 -40px repeat-x;
	color: #333;
	text-decoration: none;
	border: #999 1px solid;
}

div.site_menubar ul li a:active {
	padding: 10px 29px 11px 29px;
	background: url(../images/site_menu_bg.gif) 0 -80px repeat-x;
	color: #ccc;
	text-decoration: none;
	border: #999 1px solid;
}

div.clear {
	width: 100%;
	height: 5px;
	clear: both;
	overflow:hidden;
}

div.site_footer {
	margin: 0;
	padding: 11px 15px 0 0px;
	width: 865px;
	height: 26px;
	background: #648691 url('../images/site_footer_bg.gif') top repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #eee;
	text-align: right;
	clear: both;
}