body
{
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	text-align: left;
}
h2 {color:#a3a3a3; font-weight:normal;font-family: Arial;font-size: 15px;}
img
{
	border: 0px;
}
a
{
	color: #696969;
	text-decoration: none;
}
li
{
 width: 200px;
 float: left;
}
ul
{
	padding: 0px;
	margin: 0px;
}
#main
{
	position: absolute;
	width: 960px;
	height: 660px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -330px;
	border: 1px;
	border-style:solid;
	border-color:#a3a3a3;
}
#main_left
{
	position: absolute;
	width:230px;
	top: 320px;
	left: 90px;
	border: 1px;
	border-style:solid;
	border-color:#a3a3a3;
	padding:10px;
	height: 298px;
}
#main_middle
{
	position: absolute;
	width: 230px;
	top: 320px;
	left: 355px;
	border: 1px;
	border-style:solid;
	border-color:#a3a3a3;
	padding:10px;
	height: 298px;
	vertical-align:top;
	
}
#main_right
{
	position: absolute;
	width: 230px;
	left: 620px;
	top: 320px;
	border: 1px;
	border-style:solid;
	border-color:#a3a3a3;
	padding:10px;
	height: 298px;
}
#main_top
{
	position: absolute;
	width: 960px;
	top: 0px;
	left: 0px;
	
}

