body {
	background-color: #504634;
	margin:40px;
	font-family: Verdana;
	font-size: 12px;
}

#body_wrapper {
	width:721px;
	margin:0px auto 0px auto;
	border:1px solid #675B40;
	background-color: #9A9FA6;
}

#banner {
	background: url("images/banner.jpg");
	background-color: white;
	width: 721px;
	height:188px;
}

#logo {
	margin-left:40px;
	float:left;
	z-index: 1;
}

#top_nav {
	float:right;
	background-color: #4b5360;
	color:grey;
	z-index: 10;
	position: relative;
	text-align: right;
	display: block;
	padding: 2px 0px 2px 50px;
	opacity:0.8;
}
#top_nav a {
	text-decoration: none;
	color: white;
	padding: 0px 8px 0px 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#boxes {
	float: right;
	margin-right: 20px;
}
#boxes a {
	float: right;
	margin: 56px 0px 0px 35px;
	display: inline-block;
}		
#boxes img {
	border: 0px;
}


#content_wrapper {
	min-height: 400px;
}

#menu {
	float:left;
	width: 222px;
	color: white;
	min-height: 400px;
	height: 100%;
}
#menu h1 {
	font-size: 20px;
	font-family: Helvetica;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	background-color: #4b5360;
	margin: 0px;
	border-right: 2px solid white;
}
#menu a {
	text-decoration: none;
	color: white;
	padding: 8px 0px 8px 20px;
	font-size: 1.2em;
	border-bottom: 1px solid white;
	display: block;
	clear:both;
	border-right: 2px solid white;
}
#menu a:hover {
	color: #4b5360;
	background-color:#EDECFA;
}

#content {
	float: right;
	width: 477px;
	height: 100%;
	padding: 10px;
	color: black;
	text-align: justify;
}

#footer {
	padding-top: 8px;
	color: #C6C6C6;
	font-size: 11px;
	text-align: center;
	clear: both;
	height: 21px;
	background-color: white;
}
#footer a {
	color: #C6C6C6;
	text-decoration: none;
}






#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#content #dreams span {
	background: url("http://img88.imageshack.us/img88/9003/noteuu1.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 385px;
	padding:45px 15px 10px 15px;
	display: block;
	margin: 0px auto 20px auto;
}
#content #dreams span h3 {
	margin: 0px;
	padding-left: 40px;
	padding-bottom: 10px;
}




/*
	Registration
*/
.form_label {
	float:left;
	width:150px;
	vertical-align:middle;
}

h3 {
	clear:both;
}

#reg_form {
	width:640px;
	margin:0px auto 0px auto;
	border:1px solid #675B40;
	padding: 30px;
	background-color: white;
	opacity:0.95;
	border:1px solid #675B40;
}

#reg_form div {
	display:block;
	width:100%;
	clear:both;
	margin-bottom:5px;
	vertical-align: middle;
}

#reg_title {
	font-size: 20px;
	display: block;
	width:700px;
	background-color:#4b5360;
	color:white; 
	clear:both;
	text-align: center;
	margin:0px auto 0px auto;
}

fieldset {
	width:400px;
	float:left;
	display:inline-block;
	margin-bottom:20px;
	margin-left:10px
	clear: both;
}