body {
	margin: 0;
	padding: 0;
	color: #3C2415;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	/*background-color:#F0F0E0;
	background-image: url(../images/bg.png);*/
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#header{
	margin:0 auto;
	background:url(../images/header.png) top center no-repeat;
	width:790px;
	height:250px;
	position:relative;
	visibility: visible;
}
#header_text {
	margin:0 auto;
	top:98px;
	left:36px;
	width:335px;
	position:absolute;
	height: 116px;
	color:#000;
}
#header_text p{
	font-size: 18px;
	color:#000;

}
.logo {
	left:14%;
	position:fixed;
}

/*#header_text a{color:#28556b;}

#header_text a:hover{color:#c77e0c;}*/

/* menu */

/*.menu { clear: both; width: 780px; height: 40px; padding: 0 10px; }
.menu ul { padding: 0; margin: 0; list-style: none }
.menu ul li { float: left; display: block; width: 110px;
 padding-right: 1px; height: 40px; padding: 0; margin: 0; display: inline; background: url(images/menu_divider.jpg) no-repeat right center }
 .menu .last { background: none }
.menu ul li a {
	display: block;
	width: 118px;
	height: 33px;
	padding-top:2px;
	color: #333;	
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	outline: none;
}

.menu ul li a:hover, .menu ul .current {
	color: #000;
	padding-top: 6px;
	height: 34px;
	background: url(images/menu_hover.jpg) no-repeat top center
}
*/
/* end of menu */
#container {
	width: 800px;
	margin: 0 auto;
	/*background: url(images/templatemo_body.jpg) center top no-repeat*/
}
#content{
	margin:0 auto;
	clear: both;
	width: 790px;
	padding: 0 0px;
	color:#FFF;
	background:/* #f5f6bc*/ #452110 /*url(images/templatemo_main_top.jpg)*/ top center no-repeat
}
#content a {
	color:#F90;
	font-size:12px;
}
h1{
	font-size:14px;
	margin: 10px 0px 10px 0px;
}
h2{
	display:block;
	background-color:#333;
	color:#FFF;
	font-size:14px;
	text-align:center;
}
img{
	border-width:0px;
}
#footer {
	margin: 0 auto;
	width:790px;
	display:block;
	text-align:center;
	font-size:13px;
	padding: 20px 0px;
	color:#FFF;
}
