body, td
{
	font-family: Arial;
	font-size: 0.9em;
	color: White;
	background-color: #666666;
	text-align: center;
}
td
{
	text-align: left;
	background-color: #531828;
}
.divContent
{
	width: 800px;
	margin: auto;
	height: 100%;
	text-align: left;
	background-color: #5F2335;
	border: solid 1px white;
}
.divFooter
{
	width: 800px;
	margin: auto;
	text-align: left;
	margin-top: 5px;
	font-size: 80%;
}
.divFooter a
{
	color: #ccc;
	text-decoration: none;
}
a
{
	color: white;
}
a:hover
{
	color: #BBBBBB;
}
.divMenu
{
	width: 800px;
}
.divLeftContent
{
	width: 480px;
	display: inline;
	float: left;
	padding: 20px 0px 10px 10px;
}
.divRightContent
{
	width: 250px;
	
	float: right;
	padding: 20px 10px 10px 10px;
}
.divCDPromo
{
	padding: 5px;
	margin-right: 10px;
	border: solid 1px #BBBBBB;
	margin-top: 20px;
	width: 240px;
	cursor: hand;
	background-color: #531828;
}
.divCDPromo:hover
{
	cursor: hand;
	background-color: #AAAAAA;
	color: #000;
}
.divMainText
{
	padding: 10px;
	border: solid 1px #BBBBBB;
	background-color: #531828;
	width: 480px;
}
.divHead
{
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
.divMainPicture
{
	border: solid 1px #BBBBBB;
}


ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
font-weight: bold;
font-size: 13px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding: 3px;
}

#navlist a { padding: 5px 25px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #dddddd;
text-decoration: none;
}

#navlist a:hover
{
color: #000;
background-color: #aaaaaa;
text-decoration: none;
}
#navcontainer {
text-align: center;
}