/* CSS Document */

html, body {
   height: 100%;
}

body {
	line-height: normal;
	margin:0;
	font: normal 12px arial, tahoma, sans-serif;
	color: #333;
	background: #f9f4de;
	text-align: left;
}

a {
	color: #8c7620;
	text-decoration: none;
}



#footer a {
	color: #fff;
	text-decoration: none;
}





h1 {
	color: #8c7620;
	background: #fff url(images/h1.gif) repeat-y;
	font-family: "georgia", serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 3px 0 3px 3px;
	padding-left: 5px;
}

p {
	text-align: left;
	margin: 5px 8px 5px 8px;
}

#container {
	float: left;
	width: 620px;
	height: %100;
	background: #fff;
	border-right: 50px solid #dad5c2;
	padding-top: 10px;
}

#main_container {
	background: #fff;
	margin: 0 auto 0 auto;
	width: 600px;
}

#banner {
	float: left;
	width: 600px;
	height: 133px;
	background: #8c7620 url(images/banner.jpg) no-repeat;
}

#nav {
	float: right;
	width: 200px;
	background: #8c7620 url(images/navigation.gif) no-repeat;

}

#nav ul {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 38px 0 0 0;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#nav li {
	margin: 0;
	padding: 1px 3px 1px 1px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #f9f4de;
}

#nav li a {
	color: #fff;
}

#nav li a:hover {
	color: #f9f4de;
}

#content {
	float: left;
	width: 390px;
	background: #fff;
}

#call {
	float: right;
	width: 200px;
	background: #fff url(images/call.jpg) no-repeat;
	color: #333;
	margin: 1px 0 0 0;
	padding: 0;
}

#call h1 {
	background: #transparent;
	color: #8c7620;
	margin: 105px 8px 0 3px;
	border: 0;
}

.contentimg {
	background: #fff;
	float: right;
	padding: 5px;
	border: 1px solid #888;
	margin: 15px 8px 15px 15px;
}

.contentimg2 {
	background: #fff;
	float: left;
	padding: 5px;
	border:1px solid #888;
	margin: 15px 15px 15px 8px;
}

#footer {
	color: #dad5c2;
	float: left;
	width: 580px;
	background: #8c7620;
	margin: 8px;
	padding: 5px;
	text-align: center;	
}




#footer a {
	color: #fff;
	text-decoration: underline;
}
