	/***** global *****/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h2 {
	margin: 0 0 20px 20px;
}
#container {
	width: 502px;
	margin: 0 auto;
}

	/***** top *****/
#topbar {
	width: 502px;
	height: 105px;
	margin: 20px 0 0 0;
	background: url(image_main/top.jpg) no-repeat;
}

	/***** copy *****/
#copy {
	width: 498px;
	padding: 10px 0 10px 0;
	background: #D2E0E3;
	border-right: 2px solid #7BA5AF;
	border-left: 2px solid #7BA5AF;
}
.directions {
	margin: 0 0 20px 0;
	text-align: center;
}
.formWrapper {
	width: 280px;
	margin: 0 auto 10px auto;
	padding: 10px 0 10px 20px;
	background: #9AD6E4 url(image_main/form_bg.jpg) repeat-x;
	border: 1px solid #7BA5AF;
}
#emailop1 {
	position: absolute;
	visibility: hidden;
}

	/***** bottom *****/
#bottom {
	width: 502px;
	height: 43px;
	background: url(image_main/bottom.jpg) no-repeat;
}

	/***** author *****/
#author {
	width: 487px;
	margin: 10px 0 20px 0;
	padding: 0 15px 0 0;
	text-align: right;
	font-size: 10px;
}
#author a {
	color: #333333;
	text-decoration: none;
}

	/***** ads *****/
#ads {
	width: 728px;
	margin: 0 auto;
	height: 90px;
	border: 1px solid #333333;
}