html,body
{
	background-color: white;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: white;
	margin-top: 0px;
}
#content_area
{
	background-color: white;
}
#logoheading
{
	font-weight: normal;
	text-align: left;
	background:url(../img/header-repeat.jpg) repeat-x;
	height: 70px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px black;
}
#logoheading div.floatleft
{
	float: left;
	margin: 20px;
}
#logoheading div.floatright
{
	float: right;
	margin: 20px;
}
#title
{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;

	color: #343434;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}
