/* ------------------------------------------------------- 
layout.css
created:  12/28/2006 by cm
last modified: 02/10/2007 by cm
------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FAF5EB url(img/bgwater.png) repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #1D3D67;
}

#wrap {
	background: #fff url(img/bg_page.png) repeat-y;
	width: 776px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#header {
	float: left;
	width: 768px;
	margin-left: 4px;
	position: relative;
	border-top: 4px solid #FED562;
	background: url(img/tagbg.png) no-repeat bottom right;
}

#header img {
	padding: 16px 0 16px 44px;
}

#header a.logo
{
    border:0;
}

#lead {
	width: 245px;
	background: #ECE6DA url(img/side_palmbg.gif) no-repeat bottom;
	float: left;
	margin-left: 0;
	position: relative;
	border-top: 4px solid #D7D2C7;
} 

#side #lead {
	margin-bottom: 1.5em;
}

#email-offer {
	display: block;
	width: 100%;
	background: url(img/blend-yellow.gif) no-repeat top left;
	position: relative;
}

#side, #footer {
	clear: both;
}

#side {
	width: 245px;
	float: left;
	margin-left: 4px;
}

#content {
	float: left;
	width: 523px;
	margin-top: 1.5em;
}


body#core #content, body#home #content {
	border-top: 4px solid #D7D2C7;
	padding: 16px 20px;
	width: 483px;
	float: left;
	margin-top: 0;
}


#footer {
	background: url(img/wavefooter.png) no-repeat;
	width: 768px;
	margin-left: 4px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
}