/* Thank You page Stylesheet */

html, body {
	text-align: center;
	color: #333;
	font: 13px "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.4em;
	background-color: #fff;
	padding: 0;
	margin: 0; }
a {
	color: #999;
	text-decoration: none;
	font-weight: bold; 
	text-decoration: underline;}
a:hover {
	color: #67AC51; }
#thankyou {
	text-align: left;
	width: 750px;
	margin: 15px auto 0 auto; }
#container {
	text-align: left;
	width: 750px;		/*724px plus padding of 26px*/
	padding: 0;
	margin: 0 auto 20px auto; }
#main_content {
	display: block;
	float: left;
	width: 421px;
	height: 410px;
	background: #fff url(../images/main_content.jpg); 
	padding: 25px 15px;
	margin-right: 26px; }
#main_content_footer {
	position: absolute;
	top: 502px; }
#sidebar {
	display: block;
	float: right;
	width: 229px;
	height: 416px;
	background: #ebebeb url(../images/sidebar.jpg);
	padding: 22px;
	margin: 0; }
.reset {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0.1;
}
#main_content_small {
	display: block;
	float: left;
	width: 330px;
	height: 336px;
	background: #fff url(../images/main_content_small.jpg) no-repeat center;
}