﻿body 
{
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	
}
#box
{
	width:100%;
	height:auto;
	background-color:White;
	text-align:center;
	margin:0px;
}
*html #top
{
	width: 1006px;
	text-align:center;
	height:auto;
	margin:0px;
}

*+html #top
{
	width: 1000px;
	text-align:center;
	height:auto;
}

*+html #topLeft
{
	 float: left;
	 height:235px;
	 width:278px;
}

*html #topLeft
{
	 float: left;
	 width:288px;
	 height:235px;
	 margin-right:-10px;
}

*+html #topRight
{
	float: right;
	height:235px;
	width:720px;
}

*html #topRight
{
	width:720px;
	float: left;
	height:235px;
}

*+html #dh
{
	width: 1000px; 
	background-image: url(../Images/dh.gif);
	height: 36px;
}

*html #dh
{
	width: 1000px; 
	background-image: url(../Images/dh.gif);
	height: 36px;
	margin-top:-6px;
}

#dhLeft
{
	 width: 345px;
	 float: left;
}
#dhRight
{
	 float: right; 
	 width: 650px;
}
#foot
{
	 width:1000px;
	
	 background-color:#E1E2FF;
	 font-size:14px;
}

