BODY {
	margin:0px; padding:0px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	background: #d6e6f5;
	color: #475653;
}

P {
	margin: 0px; padding: 8px 0 8px;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	line-height: 200%;
	background-color: transparent;
	color: #000000;
}

H1 {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #5991bd;
	margin: 0; padding: 0;
}


IMG {
	border-style: none;
}

#container {
	width: 750px;
	margin:0px auto; 	padding: 0;
	text-align:left;
	background-color:#fff;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

#header {
	height: 100px;
	margin: 0 25px 0 25px;
	padding: 25px 0 0 0;
	background: #fff;
	position: relative;
}

#logo { 
	float: left;
	width: 287px; height: 75px; 
}

#tag {
	float: right;
	width: 287px; height: 75px; 
}

	
#content {
	margin: 0 25px 0 25px;
	padding: 0 0 0 0;
	background: #fff url(../img/bg_tray.gif) 0 0 no-repeat;
	position: relative;
}

#contentHeader {
	padding: 0;
	position: relative;
}

#footer {
	height: 40px;
	background: #003466 url(../img/bg_footer.gif) 0 0 repeat-x;
	position: relative;

}