﻿
#center { position:static; font-size:10pt; text-align: left; margin:0 auto; top:0px; width:900px; height:auto; border:solid 1px #CCCCCC; background-color:#fbfbf7; }


#left_panel { position:absolute; width:174px; background-color:#ca3c00; }
	#logo { position:relative; width:167px; height:44px; background:url('../../images/logo_mvp.gif'); background-repeat:no-repeat; }
	#nav { position:relative; width:174px; height:340px; }
	#contact { position:absolute; color:White; font-size:12px; background-color:Red; }
	
#right_panel { position:relative; left:590px; top:0px; width:174px; height:384px; }
#floatright {  position:relative; }

#bodycopy { position:relative; left:200px; top:30px; width:385px; margin-bottom:80px; }


body 
{
	background-color:Gray;
	margin:10px;
	font-family:Verdana;
	font-size:11px;
}

p
{
	font-size:11px;
}

li
{
	font-size:11px;
}

table
{
	vertical-align:top;
	width:900px;
}

td
{
	vertical-align:top;
}

a, a:ACTIVE, a:VISITED, a:LINK { text-decoration:none; color:#ca3c00; }
a:HOVER { text-decoration:underline; }
