#content {
	background-color: white;
}

#titlecontainer {
	text-align: center;
}

#title {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#menucontainer {
	text-align: center;
	background-color: #ffffff;
}

#menu {
	width: 750px;
	margin: 0 auto;
	text-align: left;
        font:1em Trebuchet MS;
	padding: 10px;
	font-weight: bold;
}

#headercontainer {
/*	background: url(http://www.silverstripesoftware.com/images/heading_bg.png) top left repeat-x;*/
/*	background-color: #484848;*/
	background-color: black;
	text-align: center;
}

#header {
	width: 750px;
	margin: 0 auto;
	text-align: left;
/*	color: #CCCCCC; */
	border-bottom: solid medium black;
	color: #ff6000;
	padding: 10px 20px 10px 20px;
	background-color: white;
}

#datacontainer {
	text-align: center;
	background-color: #ffffff;
	background-color: black;
}

#data {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	background-color: white;
}

#footer {
/*	background: url("/images/heading_bg.png") top left repeat-x; */
	border-top: solid thin black;
	text-align: right;
	color: #8d8d8d;
	padding: 5px;
	font-size: 10px;
}

#footer .copyright {
	font-size: 12px;
}

#footer .copyright a, #footer .copyright a:visited {
}

#footer a, #footer a:visited {
	color: #8d8d8d;
}


