/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table{
	border-color:#8c8970;
	margin-bottom: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}

a:link {
color:blue;
text-decoration:none;
font-weight: bold;
}

a:visited {
color:blue;
text-decoration:none;
font-weight: bold;
}

a:hover {
color:#663333;
text-decoration:underline;

}

#wrapper{
	width: 790px;
	margin: 0 auto;
}

#top_wrapper{
	
}

#main_wrap{
	float: right;
	width: 780px;
	background-image:url(images/interface/right_shadow.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#left_blank_shadow{
	float: left;
	width: 10px;
}

#main{
	float: left;
	width: 763px;
	background-color: #fefade;
	border: #352927 solid 2px;

}

#right_shadow_corner{
	float: left;
	height: 11px;
	width: 10px;
	background-image:url(images/interface/right_shadow_corner.png);
	background-position:top left;
	background-repeat:no-repeat;
	

}

#bottom_shadow_wrap{
	height: 10px;
	background-image:url(images/interface/bottom_shadow.png);
	background-position: 15px top;
	background-repeat:no-repeat;
	clear: both;
}

#header{
	height: 135px;
	border-bottom: #352927 solid 1px;
	margin: 0;
	padding: 0;
}

#header_left{
	float: left;
	width:380px;
}

#header_right{
	float: right;
	width:380px;
}

.cell_left{
	float: left;
	width: 50%;
}

.cell_right{
	float: right;
	width:50%;
}

#menubar{
	height: 25px;
	border-bottom: #352927 solid 1px;
	clear: both;
	text-align: center;
}

#copyright{
	text-align: center;
	font-family: Tahoma;
	font-size: x-small;
	color:#4e423e;
}

#main_content{
	padding: 5px 10px 10px 10px;
	background-image:url(images/interface/bg_flourish.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#main_content_ch{
	padding: 5px 10px 10px 10px;
	background-image:url(images/interface/bg_flourish.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	font:SimHei;
}

.left_floater{
	float: left;
	margin-right: 5px;
}

.left_floater img{
	padding: 2px;
	border: #352927 solid 1px;
}

.heading{
	color: #352927;
	font-weight: bold;
	font-size: large;
	margin-bottom: 5px;
	text-align:center;
}

.little_heading{
	color: #352927;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 5px;
}

.more_link{
	background-image:url(images/interface/more_arrow.gif);
	background-position: 4px center;
	background-repeat:no-repeat;
	text-indent: 14px;
	font-size: x-small;
	margin: 2px 0 8px 0;
}

.seperator_flourish{
	text-align:center;
	height: 22px;
	background-image:url(images/interface/seperator_flourish.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom: 7px;
}

.bigfooter{
	padding: 0 20px;
}

#map{
	text-align:center;
	margin: 5px 0;
}

.paragraph{
	text-indent: 20px;
}

.menu_content{
	
}

.menu_content img{
	padding: 2px;
	margin-right: 5px;
	border: #352927 solid 1px;
}

#blog_main{
	
}

#blog_main img{
	padding: 2px;
	margin-right: 5px;
	border: #352927 solid 1px;
}

#sidebar{
	width: 190px;
	float:left;
	border-right: #352927 solid 1px;
	padding-right: 5px;
}

#blog_content{
	width: 540px;
	float:right;
		background-image:url(images/interface/bg_flourish.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.blogdate{
	font-variant:small-caps;
	color: #333333;
	font-weight:bold;
}

.blogheading{
	margin-bottom: 3px;
	font-size: large;
	color: #513333;
}

.blogpost{

}

.blogseperator{
	border-bottom: #352927 solid 1px;
	clear: both;
	margin-bottom: 10px;
}

.sidelinks{
	font-size: x-small;
	padding: 1px 3px 5px 3px;
	border-bottom:  #352927 dotted 1px;
	margin-bottom: 5px;
}

.notice-box{
	border: 1px dashed #352927;
	color: #352927;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em 0;
}

.gallery {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}