body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #961933;
	background-image: url(../images/ui/back_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

/* CUSTOM STYLES  */

.footer {
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding: 40px 20px 20px;
}
.footer a:link, .footer a:active, .footer a:visited  {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footer a:hover  {
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.sectionTitle {
	color: #FFFFFF;
}
.sectionDesription {
	color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.menuTextBox a:link, .menuTextBox a:active, .menuTextBox a:visited {
	color: #FFFFFF; ! important
	text-decoration: none;
}
.menuTextBox a:hover  {
	color: #FF9900;
	text-decoration: none;
}