body {
	background: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
/*	font-family: "Arial", Helvetica, sans-serif; */
	_font-family: "Times New Roman", Times;
	color: #666666;
}



h2 {
	font-size: 18px;
	font-weight: normal;
}


	a:link {
		color: #999999;
		text-decoration: none;
	}
	a:visited {
		color: #999999;
		text-decoration: none;
	}
	a:hover {
		color: #C05459;
		text-decoration: none;
	}
	a:active {
		color: #C05459;
		text-decoration: none;
	}




#header {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/newHeader.jpg) no-repeat top left;
	border-bottom: 5px solid #C05459;
}


/* Page Container for entire page*/

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 635px;
	margin-top: 20px; 
}

/* Sidebar */

#sidebar {
	float: left;
	width: 165px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 25px 0  0 5px;
	height: 5px;
	font-size: 14px;
letter-spacing: -1px;	
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
 	padding: 20px 0px; 
	border-top: 5px solid #C05459;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #C05459;	
}

