﻿body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}
a
{
	text-decoration: none;
}

.contentPro a p
{
	text-decoration: none;
	color: #ff7b03;
	font-size: 0.8em;
	font-weight: 500;
}

#main
{
	text-align: center;
	width: 986px;
	height: 100%;
	margin-top:1px;
}
#header
{
	height: 200px;
}
#menu
{
	width: 100%;
	margin-bottom: 2px;
}
#header #logo
{
	width: 200px;
	height: 200px;
	float: left;
}
#header img
{
	border: none;
}

#header #banner
{
	width: 800px;
	height: 200px;
	float: left;
}
#content
{
	min-height: 500px;
	float: left;
	width:100%;
}
#left
{
	/*width: 208px;
	text-align: center;
	height: 100%;
	float: left;
	margin-left: -929px;*/
}
#center
{
	float:left;
}
#right
{
    margin-left :0px;
	float: left;
	width: 277px;
	margin-left: -277px;
}
#footer
{
	float:left;
}


