@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {	
	background-color: #3F2004;
	background-image: url('../images/top_bg.gif');
    background-repeat: repeat-x;
}

#frame {
	width: 960px;
	margin: 0 auto;
}


#header {
	width: 960px;
	height: 150px;
	float: left;
}

#logo {
	width: 300px;
	height: 150px;
	float: left;
}

#logo_right {
	width: 470px;
	height: 140px;
	float: left;
	background-image: url('../images/logo_right_bg.gif');
	background-repeat: no-repeat;
}

#navigation ul  {
	float:right;
}

#navigation ul li {
	display: inline;
	float: left;
	list-style: none;
}

#navigation ul li a {
	height: 30px;
	float: left;
	padding-left: 6px;
	padding-top: 120px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #3F2004;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #7C3D07;
}


#banner {
	width: 960px;
	height: 300px;
	float: left;
}


#banner_left {
	width: 550px;
	height: 300px;
	float: left;
}

#banner_right {
	width: 400px;
	height: 300px;
	padding-left: 10px;
	float: left;
}


#banner_right h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
}

#banner_right h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 20px;
}



#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-image: url('../images/body_bg.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-color: #fff;	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#mainbody_cont {
	margin: 0 auto;
	width: 960px;
}

#content_left {
	float:left;
	width: 740px;
	padding-right: 20px;
}

#content_right {
	float: left;
	width: 200px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #3F2004;
	padding-top: 20px;
	padding-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.box_cont {
	width: 350px;
	float: left;
}

ul.brown_dots {
	padding:0px 0px 0px 5px;
}
ul.brown_dots li {
	list-style:none;
	background-image: url('../images/brown_dot.gif');
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	color: #666;
}


#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #3F2004;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top:#FDE5A9 solid 5px;
	
}

#footer_cont {
	width: 960px;
	margin: 0 auto;
	
}

#footer_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;		
	text-align: center;
	padding-bottom: 10px;
}

#footer_cont p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#footer_cont p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.clear{
	clear: both;
}

#thumbnail{
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	}	
	
.float_right {
	float: right;
	margin: 0 0 0 10px;
	clear: both;
}
.date_cont {
	width: 350px;
	float: left;
}

.location_cont {
	width: 610px;
	float: left;
}

input#name, input#email, input#phone {
	background:#ffffff;
	border:1px solid #3F2004;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#3F2004;
	border:1px solid #3F2004;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#FDE5A9;
	border:1px solid #3F2004;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#3F2004;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#comment, textarea#message {
	background:#ffffff;
	border:1px solid #3F2004;
	padding:4px;
	width:300px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

