body {
	text-align:center;
	margin:0px;
	background:rgb(94,28,30);
	padding:0;
}
	
#frame {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
		
#contentleft {
	width:160px;
	padding:0px;
	float:left;
}
	
#contentcenter {
	width:450px;
	padding:0px;
	float:left;
}
	
#contentright {
	width:185px;
	padding:0px;
	float:right;
	background:#fff;
}
	
#contentheader {
	top:0px;
	left:0px;
	height:60px;
	background:url(/images/gradientmvmg.jpg) repeat-x;
}

table th, tr {
	color:#fff
	border-width:0px;
	border-style:solid;
	border-color:#000;
	background:#fff
}

table#docs {
        border-width:0px;
}

table#docs td {
        background:rgb(94,28,30);
}

table#footer {
	border-width:0px;
}

table#footer td{
	background:rgb(68,16,17);
	border-width:1px;
	border-color:#000;
}

img.awards {
	vertical-align:middle;
}

