/* CSS Document */
body
	{
		text-align:left;margin:0px;
		font-family:Arial;color:#444444;
		background-color:#FFFFFF;
		font-size:12px;
	}
div, p, ul, h1, h2, h3, h4, h5, img,form
	{
		margin:0px; 
		padding:0px;
		border:0px;
	}
.container
	{
		position:relative;
		width: 810px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align:left;
		z-index:1;
	}
table
	{
		font-size:12px;
		text-align:left;
		margin:0;
		font-family:Arial;color:#444444;
	}
a:link,a:active,a:visited
	{
		color:#3366FF;
		text-decoration: none;
	}
a:hover
	{ 
		text-decoration: none; 
		color : #FF0000; 
	}
/******* top ********/
.top
	{
		height: auto;
		overflow:hidden;
		width:810;
	}
.top div.logo
	{
		float:left;
		width:150px;
		height:60px;
		margin:0px 5px 0px 0px;
		text-align:center;
	}
.logo img
	{
		margin: 5px 0px 0px;
	}
.top div.manu
	{
		float:left;
		width:655px;
	}
.manu div.left
	{
	float:left;
	width:9px;
	height:55px;
	background:url(../images/end1.gif) no-repeat;
	}
.manu div.center
	{
	float:left;
	width:417px;
	height:55px;
	line-height:55px;
	background-image:url(../images/center.gif);
	text-align:center;
	}
.manu div.right
	{
	float:left;
	width:9px;
	height:55px;
	background:url(../images/end2.gif) no-repeat;
	}
.manu a
	{
		padding: 5px 5px;
		font-size:18px;
	}
.manu div.serach
	{
		float:left;
		width:220px;
		padding:15px 0px;
		background-image:url(../images/center.gif);
		text-align:center;
	}
/******* end top ********/
/******* root ***********/
.root
	{
		height: auto;
		overflow:hidden;
		width:810px;
		margin:0px 0px 5px;
		text-align:center;
	}
/******* end root *******/