@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #faf1e0;
	background-image: url(/images/splash/background.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	width:830px; 
	margin:0 auto; 
	text-align:center;
}

#center_image {
	width:830px; 
	margin:0 auto; 
	text-align:center;
}

#content_container {
	width:810px; 
	margin:0 auto;
	padding:10px;
	text-align:center;
	background-color: #faf1e0;
}

#white_content_container {
	width:790px; 
	text-align:center;
	padding:10px;
	background-color: #ffffff;
}

#grey_box {
	width:790px; 
	text-align:center;
	background-color: #cccccc;
}

#bottom_box {
	text-align:left;
	background-color: #ffffff;
	height:200px;
}

/*=======  Font Styles  ========*/

.box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing:-1;
	color: #333333;
}

.thankyoutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight:bold;
	letter-spacing:-3px;
	line-height:35px;
	color: #ffffff;
}