@charset "utf-8";
/* CSS Document */

body {margin:0px; padding:0px; text-align:center; min-width:900px;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color:#E3B647;
	text-align:center
}
#wrapper {
	width:900px;
	height:650px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	border:1px solid black;
	background-image: url(../images/home_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logoImage {
	float:left;
	width:200px;
	margin:100px 0 0 625px;
}
div.logoImage p {
	display:block;
	text-align:center;
	margin:10px auto;
	color:#fff;
	line-height:1.4;
}
div.logoImage p a, div.logoImage p a:visited {
	color:#fff;
}
div.logoImage p a:hover {
	text-decoration:underline;
}
div.subheader {
	clear:left;
	float:left;
	width:500px;
	margin-top:245px;
/*	margin-top:200px;*/
	margin-left:10px;
}
div.subheader h2 {
	color:#fff;
	font-size:140%;
}
