body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/bgfade.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	height: 100%;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #330000;
}
#container #branding_main {
	height: 100px;
	width: 800px;
}
#container #navi_main {
	height: 23px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000  
}
#container #navi_main ul {
	background-color: #663300  ;
	padding: 0px;
	margin-top: 0px;
	height: 23px;
	width: 800px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #navi_main li {
	height: 23px;	
	float: left;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;
	}
#container #navi_main a {
	color: #FFFFCC;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background-color: #663300;
	height: 21px;	
	text-decoration: none;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	}
#container #navi_main a:link, #container #navi_main a:visited, #container #navi_main a:active
{
	background-color: #663300;
	color: #FFFFCC;	}
	
#container #navi_main a:hover	{
	background-color: #FFFFCC;
	color: #663300;
	}
#container #content_wrapper {
	clear: left;
	height: 100%;
	width: 800px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bgfadecontent.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}	
#container #content_wrapper #content_main {
	height: 100%;
	width: 585px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
#container #content_wrapper #content_sub {
	padding: 5px;
	float: right;
	width: 170px;
}#container #site_info {
	font-size: 10px;
	color: #663300;
	background-color: #FFFFCC;
	text-align: center;
	clear: both;
	height: 20px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
}
#container #content_wrapper #content_main h2 {
	font-size: 14px;
	font-weight: bold;
}
.imageframe {
	margin: 5px;
	padding: 5px;
	border: 1px solid #999999;
}
