/* General Attributes *********************************************************************/

body {
	background: black;
	font: 8pt/11pt Tahoma, Helvetica, Arial, sans-serif;
	color: #414141;
	text-decoration: none;
}

body a:link, body a:visited, body a:active {
	color: #9B0A0A;
	text-decoration: none;
}

body a:hover {
	color: #666666;
	text-decoration: none;
}

#headers {
	font-weight: bold;
	color: #999999;
}

#splash {
	position: absolute;
	width: 650px;
	height: 392px;
	left: 211px;
	top: 166px;
}

#text_blocks {
	position: absolute;
	width: 428px;
	height: 466px;
	left: 211px;
	top: 166px;
	padding: 30px;
	color: #FFFFFF;
}

/* Description Attributes *********************************************************************/
#description {
	position: absolute;
	left: 217px;
	top: 320px;
	height: 229px;
	width: 315px;
	color: #FFFFFF;
}

/* Breakdown Attributes *********************************************************************/
#breakdown {
	position: absolute;
	left: 562px;
	top: 438px;
	width: 288px;
	height: 129px;
	color: #FFFFFF;
}

/* Menu Attributes *********************************************************************/
#menu {
	position: absolute;
	left: 27px;
	top: 230px;
	width: 148px;
	height: 160px;
	color: #666666;
	font-size: 8.5pt;
	text-align: right;
	
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #666666;
	text-decoration:none;
}

#menu a:hover {
	color: #9B0A0A;
	text-decoration: none;
}	

/* Footer Attributes *********************************************************************/
#footer {
	position: absolute;
	left: 192px;
	top: 643px;
	width: 676px;
	height: 102px;
	font-size: 8.5pt;
	line-height: 16pt;
	color: #999999;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
