/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/
 
#main_content
{
  
	color: Black;
    background: Black url("/images/main-edges-black.png") repeat-y;
	height: 1550px;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}
ul
{
	margin-left: -13px;
}
li 
{
	list-style: none;
	color: White;
	float: left;
}
p
{
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	font-family: "Arial";
	width: 135px;
}
li img
{
	vertical-align:middle;
	margin-bottom: 2px;
	margin-right: 11px;
	border: 2px solid #828282;

}
li img:hover
{
	border: 2px solid #ffc322;
}
a
{
	text-decoration: none;
	color: #ffffff;
}