/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ECECEC;
	font-size: 11px;
	font-family: verdana, sans-serif;

}
body {
	text-align:left;
	min-width:100%;
	background-color: #ECECEC;
}
/*****************CONTENT****************/

#outer {
	background-color: #ffffff;
	width:100%;
}

#content {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	position:relative; /*ie needs this to show float */
	margin:0;
	padding:0;
	top: 200px;
	left: 0px;
	width:100%;
	height: 300px;
	/*border:1px solid #FF0000;*/
	background: url(Logo.gif) no-repeat center top;
}

#contentLogo {
width: 318px;
height: 99px;
margin-bottom: 20px;
}

#content a {
	color: #5A0000;
	text-decoration: none;
}

#content a:hover {
	color: #1A0D0C;
}
