﻿html
{
	height: 100%;
	width: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	height: 97%;
}
#Container
{
	margin: 0px;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 93%;
}
#Wrapper
{
	width: 1016px;
	margin: 0px;
}
#Header
{
	float: left;
	width: 1016px;
	height: 125px;
	background: none;
}
#BodyContent
{
	float: left;
	width: 980px;
	background-color: #fff;
}
#MainContent
{
	float: left;
	width: 946px;
	background-color: #fff;
	padding-bottom: 15px;
}
div.HomePageAd
{
	float: left;
	padding-right: 10px;
	width: 229px;
	height: 329px;
	background-image: url(../images/home-main-ad.jpg);
	background-repeat: no-repeat;
}
div.SubPageAd
{
	float: right;
	width: 229px;
	height: 241px;
	background-image: url(../images/sub-main-ad.jpg);
	background-repeat: no-repeat;
}
#LeftGradient
{
	float: left;
	width: 18px;
}
#RightGradient
{
	float: right;
	width: 18px;
}
#LeftSideBar
{
	width: 229px;
	padding: 0px 10px 20px 0px;
	float: left;
}
#SubMainContent
{
	width: 707px;
	float: right;
	padding-bottom: 20px;
}
#Footer
{
	width: 100%;
	height: 70px;
	margin-top: 10px;
	line-height: 70px;
	float: left;
	background-color: #ebeff2;
	background-position: bottom;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
a img
{
	border: none;
}
.imglist
{
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 15px;
}
#GalleryMainImage
{
	width: 707px;
	height: 400px;
	background-repeat: no-repeat;
	margin-top: 15px;
	float: left;
}
