@CHARSET "UTF-8";

body,html{
    margin:0 auto;
    background: #dfd3b5 url(images/body_bg.png) repeat-x;
	color:#fff;
    font-family:   Arial, Verdana, "Trebuchet MS", sans-serif;
    font-size:0.9em;
	position:relative;
}
#wrapper{
	margin:0px auto;
	position:relative;
	width:778px;
	background-color:#fff;
}
#header{
	width:778px;
	height:345px;
	background: url(images/header.jpg) no-repeat;
	
}

#header #navigation { 
	
	position:relative;
	top:156px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	
}



#navigation a:link, #navigation a:visited{
	color:#ffffff;
	text-decoration:none;
}
#navigation a:active, #navigation a:hover{
	color:#e8c179
}


#navigation ul{
	list-style:none;
}
#navigation li{
	display:block;
	width:180px;
	line-height:31px;
	background:url(images/nav_bullet.png) right no-repeat;
}

#content div,br,p{
	margin:0px;
}
#content{
	border-right:9px solid #9a8a65;
	border-left:9px solid #9a8a65;
	background:#fff;
	width:760px;
	
	
	
}

#content_leftcol{
	background:url(images/leftcol.jpg);
	background-repeat:no-repeat;
	width:234px;
	height:374px;
	float:left;
}

#contactinfo{
	position:relative;
	top:230px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	
}

#content_rightcol{
	float:right;
	width:490px;
	margin:10px;
	color:#74653d;
	height:374px;
}
#pagetitle {
	position:relative;
	color:#be8b06;
	top:152px;
	left:300px;
	font-weight:bold;
	font-size:16px;
	
}
    
#footer{
	margin-top:-17px;
	clear:both;
    height:39px;
    background-color:#dfd4b5;
    color:#715f36;
    text-align:center;
    padding-top:20px;
	border-bottom:10px solid #9a8a65;
	border-right:9px solid #9a8a65;
	border-left:9px solid #9a8a65;
	position:relative;
    
}
input{
	height:11.5px;
}
input.submit{
	height:20px;
}
