/* cerus CSS */

/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
 *, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { color: #aac72e;
	text-decoration:none; }
a:hover{ text-decoration:underline;}
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

body{
	background:	url(bg.jpg) repeat-x;
	color:#666;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
		font-size: 14px;
}

#wrap{
height: 760px;
	margin: 0px auto;
	width: 810px;
}

#header {

	height: 434px;
	background:url("header.jpg") no-repeat;
	text-indent:-5000px;
}

#content {
	line-height: 1.4em;
	margin: 0px auto;
	padding-top: 60px;
	font-family:Arial, Helvetica, sans-serif;
}

#content-left{
	float:left;
	width: 460px;
}

#content-left h3{
	background:url("content-left-heading.gif") no-repeat;
	height: 26px;
	text-indent:-5000px;
}

#content-left p{
	padding-top: 28px;
}

#contact{
	float:right;
	width: 316px;
	padding-left: 34px;
}

#contact h3{
	padding-bottom: 18px;
	background:url("contact-us-heading.gif") no-repeat;
	height: 26px;
	text-indent:-5000px;
}

#contact p{
	padding: 8px 0;
	border-top: solid #dbdbdb 1px;
}

#contact p span{
	color: #0a4b7a;
}

#footer{
	right: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	width: 810px;
}