html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	margin:0px;
	background:url(bg_body.jpg) repeat-x top #FFFFFF;
}

a 			{ color:#565656; text-decoration:none; }
a:hover		{ color:#565656; text-decoration:underline; }

#footerContent a	   { color:#FFFFFF; text-decoration:none; }
#footerContent a:hover { color:#D6A200; text-decoration:underline; }

#bodyContainer {
	position: relative;
	width:924px;
	margin: 45px auto 0;
	overflow:hidden;
	background-color:#fff;
}
#columnLeft{
	width:4px;
	float:left;
}
#columnRight{
	position:absolute;
	right:0;
	top:90px;
	width:4px;
}
#bgRight{
	background:transparent url(bg_right.png) repeat-y;
	margin-bottom:-1000px;
	padding-bottom:1000px;
}
#bgLeft{
	background:transparent url(bg_left.png) repeat-y;
	margin-bottom:-1000px;
	padding-bottom:1000px;
}

/* HEADER*/
#header {
	float:left;
	width:924px;
}

/* NAVIGATION */
#navigation {
	width:916px;
	height:310px;
	float:left;
}

/* CONTENT */
#contentContainer {
	width:924px;
}
#contentLeft{
	float:left;
	width:244px;
}
#contentMiddle{
	float:left;
	width:430px;
}
#contentRight{
	float:left;
	width:242px;
}

/* FOOTER */
#footer{
	width:924px;
	height:60px;
	margin:0 auto 65px;
}
/* FORM */
#emailSignup { padding-left:30px; }
#emailSignup input { margin:0; border:none; background-color:#f3f3f3; padding:3px;}


/* CLASSES */
.clearIt {
	clear: both;
}
.logo {
	float:left;
	padding:17px 0 0 37px;
}
.slogan {
	float:left;
	padding:43px 0 0 240px;
}
.photo {
	float:left;
	padding:24px 0 0 8px;
}