#contactus
{
	padding: 10px 43px 0 43px;
	width: 814px;
}
#contactus .content
{
	clear: both;
	padding: 15px 0 0 0;
}
#contactus .content .top
{
	background: url('../Images/bkg_contact_top.png') no-repeat;
	height: 185px;
	width: 814px;
}
#contactus .content .top .big
{
	font-size: 15px;
}
#contactus .content .top .header
{
	padding: 30px 0 0 407px;
}
#contactus .content .top .header p
{
	margin: 0;
}
/* Internet Explorer, Firefox */
#contactus .content .middle
{
	background: url('../Images/bkg_content_middle.png') repeat-y;
	display: table;
	height: auto;
	padding: 15px 15px 0 15px;
	width: 784px;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#contactus .content .middle
	{
		width: 814px;
	}
}
#contactus .content .middle h3
{
	font-size: 15px;
}
#contactus .content .middle dl
{
	clear: both;
}
#contactus .content .middle dl dt
{
	font-weight: bold;
	padding: 0 0 15px 0;
}
#contactus .content .middle dl dd address
{
	font-style: normal;
}
#contactus .content .middle dl .address
{
	display: block;
	width: 784px;
}
#contactus .content .middle dl .address div
{
	float: left;
	width: 49px;
}
#contactus .content .middle dl .address address
{
	display: block;
	float: left;
	width: 725px;
}
#contactus .content .bottom
{
	background: url('../Images/bkg_content_bottom.png') no-repeat;
	height: 15px;
	width: 814px;
}