html
{
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffffff;
	font: normal 12px "Verdana","Trebuchet MS", "Lucida Grande",  Georgia, Sans-Serif;
}


/* Structure */

body
{
	margin: 0;
	float: left;
	width: 80%; 
	margin-left:10%;
	margin-right:10%; 
	background-color: #ffffff;
	}

#header
{
	text-align: left; 
	clear: both;
	border-top: 10px solid #FF0000;
	background: #7E2217 top left repeat;
}

TABLE   { border-collapse: collapse; width:100%; height:500px;}
TR#row {  width:100%; text-align:center;}
Td#cRow {  width:50%; text-align:center}
Td#cRowR {  width:50%; text-align:center;border-right: #ff0000 thick groove;}



#content
{
	
	text-align:center;
}



#footer
{
	clear: both;
	float: left;
	width: 100%; 
	color: #990000;
	text-align: center; 
	background-color: #FF0000;
	border-top: 1px solid #990000;
	border-bottom: 10px solid #990000;
}


