/* Copyright 2009 Jon Lamb */


/* GENERAL SETTINGS */


* { 
	margin: 0;
	padding: 0;
	text-decoration: none;
}



a {
	color: #1aa2c9;
	text-decoration: none;
}


a:hover{
	color: #fff;
	background-color: #1aa2c9;
}


img {
	border: none;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-color: #f7f5f1;
}


/* HEADER AND INTRO */


#header {
	margin: 0 auto;
	height: 81px;
	background: url(../img/darkwood.jpg) repeat-x 50% 0;
}


#intro{
	background: url(../img/crossline.gif) repeat-x center bottom;
}


#intro .body{
	width: 475px;
	margin: 0 auto;
	background: url(../img/form_function.png) no-repeat 100% 100%;
	padding: 30px 325px 20px 0;
	color: #4a3f2d;


}


#intro h2{
	font-size: 2.7em;
	color: #3c3325;
	padding: 25px 0 8px;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
}


#intro p{
	font-size: 1.4em;
	padding: 0 0 8px 0;
	line-height: 150%;
	color: #5a5248;
}



/* MAIN SECTION */


#main {
}


.body{
	width: 802px;
	margin: 0 auto;
}


li{
	overflow: hidden;
	list-style: none;
	background: url(../img/crossline.gif) repeat-x center top;
	padding-top: 40px;
}


* html li{
	zoom: 1;
}

li#first{
	background: none;
}


.left{
	float: left;
	width: 522px;
}

.left img{
	border: 10px solid #fff;
	margin-bottom: 40px;
	width: 502px;
}


.right{
	float: left;
	width: 247px;
	color: #5a5248;
	padding-left: 30px;
}


.right h3{
	font-size: 2em;
	color: #3c3325;
	padding: 8px 0 8px;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
}


.right p{
	font-size: 1.4em;
	padding: 0 0 8px;
	line-height: 150%;
}


.right p.link{
	font-size: 1.1em;
	color: #7c7163;
}


/* FOOTER */


#footer{
	background: url(../img/paper.gif) repeat center top;
	padding-bottom: 25px;	
}


#footer .body{
	width: 802px;
	height: 31px;
	margin: 0 auto;
	background: #f7f7f3 url(../img/crossline.gif) repeat-x center top;
}


#footer p{
	color: #5a5248;
	font-size: 1.1em;
	padding: 15px 0 0 0;
}