#Container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	margin-top: 31px;
	height: 900px;
}
#Header {
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 940px;
	background-image: url(Assets/Header.jpg);
	background-repeat: no-repeat;
}
#Header img {
	margin-top: 0px;
	margin-left: 0px;
	border-width: 0px;
}
#add_area {
	margin: 0px;
	padding: 0px;
	height: 730px;
	width: 430px;
	background: url(Assets/Ad-Area.jpg) no-repeat;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#FormWrap {
	background: url(Assets/Form.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 730px;
	width: 510px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Form_Top {
	margin: 0px;
	padding: 0px;
	height: 165px;
	width: 510px;
	background-image: url(Assets/Form-Top.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Form_Btm {
	margin: 0px;
	padding: 0px;
	height: 565px;
	width: 510px;
	background-image: url(Assets/Form-Btm.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	float: right;
}
#GoBtn {
	float: right;
	height: 60px;
	width: 100px;
	margin-top: 670px;
	border-width: 0px;
	text-align: left;
	clear: both;
}
#GoBtn a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 44px;
	text-decoration: none;
	font-weight: bold;
	color: #114011;
	padding-left: 22px;
	display: block;
	background: url(Assets/Go-Btn-100pix.png) no-repeat left top;
}
#GoBtn a:hover {
	color:#884501;
	background-position: -100px 0;
}

