body {
	background-color: white;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	color: 898989;
	font: 12px/18px Arial, sans-serif;
}

#wrap {
	width: 100%;
}
#main_content {
	width: 929px;
}
#top {
	width: 929px;
	height: 250px;	
	margin-bottom:22px;
}
#themenu {
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 10px;
	border-bottom-color: #e2e2e2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 929px;
	height: 34px;
	padding-top:20px;
}
#home_left {
	display: block;
	float: left;
	width: 355px;
	min-height: 300px;
}
#signup {
	display: block;
	float: left;
	width: 354px;
	height: 134px;
	background: url(/images/signup_bg.jpg) no-repeat;
	text-align:left;
}
#signup h1 {
	font-size: 16px;
	border-style:none;
	padding-bottom:0;
	margin-bottom:0;
}

#signup p {
	font: normal 12px/14px Arial, sans-serif;
	text-align: left;
	margin:6px 10px 0px 10px;
}

#email_conf_box {
	font: bold 14px/16px Arial, sans-serif;
	color:#990000;
	width: 800px;
	border: 18px solid #e2e2e2;
	margin-bottom: 18px;
	text-align:center;
	padding:18px;
}


#home_right {
	display: block;
	float: right;
	width: 562px;
	min-height: 300px;
}
#homebox {
	width: 526px;
	border: 18px solid #e2e2e2;
	margin-bottom: 18px;
}

#homebox ul {
	margin:0 0 20px 12px;
	padding:0;
}
#homebox li {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	margin:6px 0 0 12px;
	padding:0 0 0 2px;
	text-align:left;
}

#home_image {
	height:532px;
	width:347px;
}

.graybar {
	background-color: #e2e2e2;
	width:100%;
	height: 18px;	
}

.upper_homebox ul {
	margin-bottom: 10px;
}

.upper_homebox li {
	margin: 3px 0 3px 24px;
	padding-left: 12px;
	text-align:left;
	font: normal 12px/14px Arial, sans-serif;
}

#footer {
	width:929px;
	clear:both;
	text-align:right;
	margin: 0 0 20px 0;
}

H1 {
	color:#9c7370;
	font: normal 24px/30px Arial, sans-serif;
	border-bottom: 1px dotted #959595;
	text-align: left;
	margin:10px 10px 12px 10px;
	padding-bottom: 6px;
}

#email {
	font: bold 16px/16px Arial, sans-serif;
	width:260px;
	height:28px;	
}

.centered_comment {
	text-align: center;
	margin:10px;
}

a {
	color: 9c7370;
	text-decoration: none;
}

