* {
	margin:0;
	padding:0;
}

body{
	background-color:#a59e7a;
	width:100%;
}

img{
	border:none;
}

a:link, a:visited{
	color:#50220A;
}

a:hover{
	text-decoration:none;
}

h1{
	color:#5e1d0f;
	text-transform:uppercase;
	font:normal 20px Times;
	margin:15px 0 10px 0;
}

h2{
	color:#5e1d0f;
	text-transform:uppercase;
	font:normal 16px Times;
	margin:0 0 3px 0;
}

hr{
	border: 0;
	color: #50220b;
	background-color: #50220b;
	height: 1px;
	text-align: left;
	margin:5px 0;
}

li{
	margin:0 0 0 10px;
}

li li{
	margin:0 0 0 15px;
}

#header{
	background:url( images/header-bg.gif ) top left repeat-x;
	height:290px;
	padding:68px 0 0 0;
	min-width:1000px;
}

#logo{
	float:left;
	position:relative;
	background:#6f6846 url( images/logo.gif ) 92px 0 no-repeat;
	width:338px;
	height:273px;
}

#logolink{
	float:left;
	position:absolute;
	width:246px;
	height:223px;
	margin:50px 0 0 92px;
}

#logo span{
	display:none;
}

#headerimg{
	float:left;
	background:url( images/header-img-01.jpg ) top left no-repeat;
	width:447px;
	height:273px;
	text-indent:-999em;
}

#decoration{
	float:left;
	width:138px;
	height:273px;	
	border-left:1px solid #c5c3b5;
	border-right:1px solid #c5c3b5;
	margin:0 0 0 2px;
}

#container{
	float:left;
	background:url( images/faux-column.gif ) 92px 0 repeat-y;
	padding:0 0 0 92px;
}

#containerfull{
	float:left;
	background:none;
	padding:0 0 0 92px;
}

#sidebar{
	/*clear:left;*/
	float:left;
	width:242px;
	/*background-color:#50220a;*/
}	

#content{
	float:left;
	width:400px;
	padding:10px 42px 10px 10px;
}

#footer{
	clear:left;
	background:url( images/footer-bg.gif ) top left repeat-x;
	padding:23px 0 10px 0;
}

#footer p{
	color:#5e1d0f;
	font-size:12px;
	margin:0 0 0 285px;
}

#footer a:link, #footer a:visited{
	color:#5e1d0f;
}

/***  Bof NAvigation ****/

ul#navigation, #navigation{
	text-align:right;
	padding:60px 15px 80px 0;
	list-style-type:none;
}

#navigation ul{
	padding:0;
	list-style-type:none;
}

#navigation li{
	padding:3px 0;
}

#navigation li ul{
	padding:0 0 5px 0;
}

#navigation li li{
	padding:3px 0;
}

#navigation li a:link, #navigation li a:visited{
	color:#fff;
	text-decoration:none;
	font:normal 14px Times;
}

#navigation li li a:link, #navigation li li a:visited{
	font-size:12px;
}

/***  Eof NAvigation ****/

#homethumb{
	width:500px;
}

#homethumb img{
	border: 1px solid #6e6846;
	background-color:#d2cfbe;
	margin:0 5px 0 0;
	padding:3px;
}

.contactus label{
	display:block;
	
}

.contactus input, .contactus textarea{
	border:1px solid #50220A;
}

.contactus .comments textarea{
	width:260px;
	height:120px;
}

.contactus .fbsubmit{
	margin:10px 0 0 0;
}

#sitemap ul{
	list-style-type:none;
}