body {
	background: #00407E url('images/bg.jpg') repeat-y top left;
	text-align: left;
	margin: 0;
}

img {
	border: none;
}

#spear_main {
	width: 680px;
}

#spear_header {
	background: url('images/header.jpg') no-repeat top left;
	height: 180px;
	width: 680px;
}

#spear_nav {
	
	position: absolute;
	top: 110px;
	left: 30px;
}

#content_wrapper {
	background: #E7E7E7 url('images/footer1.jpg') no-repeat bottom left;
	width: 650px;
/*	position: absolute;*/
	margin: 10px 0 0 30px;
	text-align: center;
}

#spear_content {
	width: 630px;
	text-align: left;
	padding: 10px;
}

.photos {
	float: left;
	margin: 0 10px 10px 0;
	border-right: 1px solid #666;
}

#affiliations {
	text-align: right;
	clear: both;
}

#spear_footer {
	background: url('images/footer2.jpg') no-repeat top left;
	margin: 0 0 0 30px;
	text-align: center;
}

hr {
	display: block;
}

#right_column {
	background: url('images/column2_bg.jpg') repeat-x top left;
	width: 210px;
	height: 600px;
	position: absolute;
	left: 700px;
	top: 0;
}

/* =========================== */
/* = INSET STYLES BEGIN HERE = */
/* =========================== */

#join_inset {
	width: 200px;
	height: 320px;
	float: left;
	margin-left: 10px;
	margin-top: 190px;
}

#join_top {
	background: url('images/inset_join_top.jpg') no-repeat top left;
	margin: 0;
	height: 30px;
}

#join_body {
	background: url('images/inset_bg.jpg') repeat-y top left;
	margin: 0;
	height: 215px;
/*	padding-top: 10px;*/
}

#join_body img {
	display: block;
	margin: 0 0 10px -10px;
	padding: 0;
}

#join_body #signup {
	text-align: left;
	margin: 0 auto;
	padding-left: 30px;
}

#join_body #signup p {
	text-align: left;
	margin: 0;
	padding: 0;
}

#join_body #signup p.signup {
	width: 150px;
}

#join_bottom {
	height: 30px;
}

.clearme {
	clear: both;
}