/* CSS Document */

#allitems {
	float:left;
	width:100%;
	background-color:#ffffff;
}
#bodydiv {
     margin-left: auto;
     margin-right: auto;
	width:750;
	background-color:#ffffff;
}
#header {
	width:100%;
/*	background-color:#ff00ff;    */
	background-image:   url(fva_pix/header_bkg.gif);
	background-repeat:repeat-x;
	height:200px;   
}
#menu {
     margin-left: auto;
     margin-right: auto;
	width:775px;
}
#bodyleft {
	float:left;
	width:25px;
}
#bodycenter {
	float:left;
	width:650px;
}
#bodyright {
	float:left;
	width:50px;
}
#bottomholder {
	float:left;
	width:100%;
}
#prebottom {
	width:100%;
	height:14px;
	background-color:#993366;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#ffffff;
}

#bottom {
	width:100%;
	background-color:#518274;
	height:400px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-indent: 1em;
}
