/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	background: #F0D8C0;


}
a:link, a:visited { color: #930; text-decoration: none} 
a:active, a:hover { color: #fbfb98; text-decoration: underline}


/* Top */
#top {
	clear: left;
	height: 186px;
	background: url(images/header_bg.jpg);
}
#header {
	clear: both;
	margin: auto;
	width: 820px;
	text-align: center;
	background: url(images/top_left.jpg) no-repeat;
}
/* Top ENDING */

#banner {
	clear: both;
	width: 800px;
	height: 400px;
	border: thin solid #963;
	/* background: url(images/banner_bg.jpg) center no-repeat; */
}

/* LOGO AREA */
#logo_area {
	height: 130px;
	background: url(images/top_art.jpg) no-repeat right;
}
#site_title {
	width: 800px;
	margin: auto;
	padding-top:10px;
	font-weight: bold;

}
# contact_left {
padding-left: 100px;
}

/* LOGO AREA ending */

/* Middle */
#container {
	width: 820px;
	margin: auto;

}
#pics {
	width: 620px;
	margin: auto;
}
.pics_inner {
float:left;
}
#left_column {
	clear: left;
	float: left;
	width: 210px;
}
#all_column {
	clear: left;
	float: left;
	width: 690px;
	margin-left:-40px;

}
#right_column {
	float: left;
	width: 575px;
	padding-left: 100px;
}

#center_container {
	float: left;
	width: 700px;
	padding-left: 100px;
}
#right_column_small {
	float: left;
	width: 375px;
	padding-left: 50px;
}

#contact_container {
	float:left;
	width:400px;
	margin-left:-100px;
}
.contact_left {
float:left;
width: 100px;
}
.contact_right {
float:right;
width: 290px;
}
/* Middle ENDING */
/* Post Box */
.post_box {
	clear: left;
	margin-top: 10px;
	color: #000;
	background: #F8ECE0;
	border: 1px solid #A87848;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #A87848;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.post_title a {
	color: #fff;
}
.post_text_area {
	padding: 10px;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
}
/* Post Box ENDING */
#footer_stay {
bottom: 0;
position: absolute;
background-color: #000;
width: 100%;

\width: 100%;
w\idth: 100%;
}

/* Bottom */
#bottom_top {
	height: 14px;
	background: url(images/bottom_top.jpg) repeat-x;
	
}
#bottom_content {
	width: 820px;
	margin: auto;
}
#bottom {
	clear: both;
	background: url(images/bottom_bg.jpg);
	color: #FFFFFF;
}
/* Bottom ENDING */


/* footer */
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #000;
	
	
}
#footer a {
	color: #FFC;
}
/* footer ENDING */


/* Section Left */
.section_left {
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #A87848;
}
.section_left_inner {
	padding: 10px;
	background: #F8ECE0;
}
.section_left_title {
	padding: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #A87848;
}
/* Section Left ENDING */

/* Main Content */
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #630;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.pic_right {
	float: right;
	margin-left: 16px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
/* Main Content ENDING */


/* Bottom Box */
.bottom_box {
	float: left;
	width: 255px;
	margin: 10px;
	margin-right: 0px;
	background: #880606;
}
.bottom_box_title {
	background: #520;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
}
.bottom_box_inner {
	padding: 8px;
	text-align: justify;
}
.bottom_box_inner a {
	color: #FFC;
}
/* Bottom Box ENDING */


/* Vertical Menu */
.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 198px;
}
.menu li a{
	background: #F8ECE0;
	font-size: 12px;
	font-weight: bold;
	color: #630;
	display: block;
	width: auto;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
}
* html .menu li a{ 
	width: 193px;
}
.menu li a:visited, .menu li a:active{
	color: #630;
}
.menu li a:hover{
	background: #A87848;
	color: #FFF;
}
/* Vertical Menu ENDING */

.clearfooter {
   height: 60px;
   clear: both;
}
/* Horizontal Menu */
.menu_horizon{
	position: relative;
	padding-left: 120px;
	height: 30px;
	list-style: none;
}
.menu_horizon li{
	float:left;
}
.menu_horizon li a{
	float: left;
	display: block;
	color: #530;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	margin-right: 8px;
	text-align: center;
	cursor: pointer;
}
.menu_horizon li.current a, .menu_horizon li a:hover{
	color: #000;
	background: #ffffcd;
}

#footlink a:link {color: #000000; text-decoration: underline; }
#footlink a:active {color: #000000; text-decoration: underline; }
#footlink a:visited {color: #000000; text-decoration: underline; }
#footlink a:hover {color: #000000; text-decoration: none; }
/* Horizontal Menu ENDING */