* { margin:0; padding:0; } /*Sets all margins to 0*/
body, html { background:#e0e0e0 url('images/bg2.jpg') repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:36px; color:#000; } /*Background color, fonts and leading*/
img { border:none; float:left } /*No border images*/
a { color:#6a8e00; text-decoration:none; } /*Hyperlink styling*/

#wrapper { margin:0 auto; width:900px; } /*Centers the content*/
#header { height:262px; background:url('images/header.jpg') no-repeat; } /*The header*/
#logo {position:absolute; margin-top:70px;margin-left:32px;background-color: #FFF; } /*Setting up logo margins*/
#slogan { position:absolute; margin-top:52px; margin-left:340px; } /*Slogan margins*/
#search { position:absolute; margin-top:130px; margin-left:715px; } /*Search margins*/
#search input { background:url('images/search.jpg') no-repeat; border:none; color:#555; font-size:12px; padding:10px; width:164px; } /*Styling the form*/

#content { background:#fefefe; } /*Content background*/
#menu { background:url('images/menu.png') no-repeat; height:68px; padding:15px 50px 0 70px; } /*Menu background & padding*/
#menu ul li { font-size:22px; list-style-type:none; float:left; margin-right:50px; } /*Menu item*/
#menu ul li a { color:#000; } /*Menu link*/
#menu ul li.active a { color:#6a8e00; } /*Active link*/

p { margin-bottom:20px; } /*Paragraph margins*/
.clear { clear:both; } /*Fixes the background*/
#left { clear:both; margin-top:20px; padding:0 30px 20px 50px; width:370px; border-right:1px solid #ccc; float:left; } /*Left column*/
#left p {font-family:Georgia, Times, serif; color:#4f4f4f; line-height:30px;} /*Left paragraphs*/
h1 { font-size:26px; font-weight:bold; margin-bottom:20px; } /*Title styling*/
h2 {
	font-size:18px;
	text-align:left;
	color: #666;
} /*Secondary title*/
.read-more { background:url('images/button.jpg') no-repeat; padding:2px 5px 5px 5px; font-size:16px; font-weight:bold; text-transform:uppercase; } /*"Read More" button*/
.read-more a { color:#fff; } /*Read More link*/
.about-us{ position:absolute; font:bolder; margin-left:135px; margin-top:-40px; color:#000; font-size:14px; } /*About us line*/

#right { width:350px; float:right; padding:0 50px 20px 0; } /*Right column*/
#caption {
	width:300px;
	color:#fff;
	position:absolute 0ps;
	margin-top:200px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
} /*Caption styling*/
#right p {
	font-family:Georgia, Times, serif;
	color:#666;
	line-height:20px;
} /*Right paragraphs*/
#right img { margin-left:20px; } /*Moving the image to the right*/

#footer { clear:both; background:url('images/footer.jpg') no-repeat top center; padding:20px 50px; } /*Footer styling*/
#logo footer1 {position:absolute; margin-left:526px; background-color: #FFF; } /*Setting up logo margins*/
#footer p { font-size:14px; color:#5e5d5d; } /*Footer paragraph*/
#footer ul { position:absolute; margin-left:430px; margin-top:-56px; } /*Bottom menu margins*/
#footer ul li { list-style-type:none; float:left; margin-right:20px; } /*Menu items*/
#footer ul li a {  color:#000; font-size:16px; } /*Links*/
#footer ul li.active a { color:#6a8e00; } /*Active link*/
