body {
	margin: 0;
	padding: 0;
	background: #3b5434 url(images/bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #fff;}

body, th, td, input, textarea, select, option {font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;}

h1, h2, h3 {
	font-weight: normal;
	color: #E6B715;/*yellow color*/
	margin: 0px;
	}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
	}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
	}

h3 {font-size: 1em;}

p, ul, ol {line-height: 200%; margin: 0px 0px 25px 0px;}

a {color: #ffcb00;/*yellow color*/}

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

#header {
	width: 760px;
	height: 288px;
	margin: 0 auto;
	background: url(images/bg-header.jpg) no-repeat right top;}

#header h1, #header p {margin: 0px;	color: #4b4535;}

#header h1 {padding: 110px 0px 0px 240px; font-size: 3em}

#header p {
	padding-left: 240px;
	font-size: 18px;
	font-weight: normal;
	margin-top: -5px;
}
#header a {
	color: #E6B715; text-decoration: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	}

#content {
	float: right;
	width: 520px;
	margin: 0;
	}

#sidebar {
	float: left;
	width: 180px;
	}

#footer {
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 11px;
	border-top: 1px solid #fff;
	color: #fff;
	}

#footer a {
	color: #fff;
	}
#footer a:hover {
	color: #E6B715;
	}
	
	
/*  FORM STYLING */
#formwrapper {
	width: 300px;
	text-align: left;
	}
#inquiry p {
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	color:#fff;
	}
#inquiry fieldset {
	border: 1px solid #ccc;
	padding: 10px 20px 0px 20px;
	}
#name, #email, #reviewtitle, #comments {
	width: 300px;
	}
#rate {
	width: 170px;
	}
