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: #666666;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #FFFFCC;
	background-image: url(../images/bg_image_2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#top_banner {
	
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#container {
	background-color: #FFFFCC;
	padding: 0px;
	height: 100%;
	width: 800px;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #branding_main {
	background-color: #663300;
	height: 100px;
	width: 800px;
}

#container #branding_sub_1 {
	background-color: #FFFFCC;
	width: 798px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFCC;
	border-left-color: #FFFFCC;
	background-image: url(../images/branding_sub_bg.jpg);
	background-repeat: repeat-x;
}


#container #content_wrapper {
	height: 100%;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #content_wrapper #navi_main {
	float: left;
	height: 550px;
	width: 110px;
	padding-right: 10px;
}
.gallery_cards {
	text-align: center;
	border: 1px solid #663300;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 30%;
	height: 300px;
}
.img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}




#container #content_wrapper #navi_main ul {
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 100px;
	list-style-type: none;
}
#container #content_wrapper #navi_main li {
	font-size: 12px;
	color: #663300;
	background-color: #FFFFCC;
	margin-top: 5px;
}
#container #content_wrapper #navi_main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-color: #FFFFCC;
	text-align: left;
	text-indent: 2px;
	display: block;
	height: 20px;
	width: 98px;
	border: 1px solid #663300;
	text-decoration: none;
}
#container #content_wrapper #navi_main a:hover {
	color: #ffffcc;
	background-color: #663300;
	height: 20px;
	width: 98px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}

#container #content_wrapper #content_main {
	float: right;
	height: 100%;
	width: 670px;
	padding-left: 10px;
}
#container #content_wrapper #content_main h2 {
	font-size: 16px;
	text-align: left;
}
#container #content_wrapper #content_main a {
	color: #333333;
	text-decoration: underline;
}
#container #site_info {
	font-size: 10px;
	text-align: center;
	clear: both;
	height: 20px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
	padding-top: 10px;
}
#container #site_info a {
	color: #333333;
	text-decoration: none;
}
h1 {
	background-color: #C28954;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	text-align: center;	
	
}
.navi_main_rhs_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663300;
}
