#aboutus
{
	padding: 10px 43px 0 43px;
	width: 814px;
}
#aboutus .content
{
	clear: both;
	padding: 15px 0 0 0;
}
#aboutus .content .top
{
	background: url('../Images/bkg_about_top.png') no-repeat;
	height: 185px;
	width: 814px;
}
#aboutus .content .top .big
{
	font-size: 15px;
}
#aboutus .content .top .header
{
	padding: 15px 0 0 407px;
}
#aboutus .content .top .header p
{
	margin: 0;
}
#aboutus .content .top .header div img
{
	margin: 5px 0 0 0;
}
/* Internet Explorer, Firefox */
#aboutus .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)
{
	#aboutus .content .middle
	{
		width: 814px;
	}
}
#aboutus .content .middle h3
{
	font-size: 15px;
	margin: 15px 0 0 0;
}
#aboutus .content .bottom
{
	background: url('../Images/bkg_content_bottom.png') no-repeat;
	height: 15px;
	width: 814px;
}