html, body
{
	margin: 0; 
	padding: 0; 
}
body
{
	min-width: 640px;
}
#headerleft, #headerright, #search, #menu, #content, #footer
{
	overflow: hidden;
	display: inline-block;
	float:left;
}
#header, #search, #footer
{
	/* safari and opera need this */
	width: 100%;
}
#header
{
	height:145px;
	background:url(../Images/pulseBannerLarge.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#0D2F59;
	vertical-align:middle;
	padding-left:0px;
	border-bottom: solid 6px #C17432;

}
#headerright
{
	background:url(Images/logo2.gif);
	width:64.4%;
	height:145px;
	background-color:#CE7100;
	text-align:right;
	vertical-align:middle;
}
#search
{
	border-bottom: solid 1px black;
	margin-top:3px;
	margin-bottom:10px;
	padding-top:3px;
	height:26px;
}
#menu
{
	/* safari and opera need this */
	margin-top: -3px;
	width: 230px;
	float:left;
}
#content
{
	min-width:400px;
	padding-left:7px;
	padding-bottom:5px;
	width: 70%;
}

#footer
{
	clear: left;
	text-align:center;
	border-top:solid 1px black;
	padding-top:8px;
}