/*	#FFD835 = GOLD*/
body {
	background: #081835 url('images/bg.jpg')  repeat-x  top left;
	text-align: center;
	margin: 20px auto 0 auto;
}

img {
	border: 0 none;
}

#wrapper {
	background: white url('images/wrapper_bg.jpg') repeat-y top left;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#wrapper_top {
	background: url('images/wrapper_top.jpg') no-repeat top left;
	width: 900px;
	height: 30px;
}

#gilliam_header {
	width: 880px;
	margin: 0 auto;
/*	border: 1px solid yellow;*/
}

#gilliam_header img {
	display: block;
}

#gilliam_nav {
	float: left;
	width: 230px;
}

#flash {
	background: url('images/flash.jpg') no-repeat top left;
	float: left;	
/*	width: 650px;*/
}

#header_bottom {
	background: url('images/header_bottom.jpg') no-repeat top left;
	width: 880px;
	height: 30px;
	clear: both;
}

#gilliam_content {
	padding: 10px 0 10px 20px;
	width: 870px;
	text-align: left;
	float: left;
}


#wrapper_bottom {
	background: url('images/wrapper_bottom.jpg') no-repeat top left;
	width: 900px;
	height: 20px;
	clear: both;
}


#gilliam_footer {
	background: url('images/footer.jpg') no-repeat top left;
	width: 810px;
	height: 75px;
	margin: 0 auto;
	padding-top: 17px;
}


/* =========================== */
/* = INSET STYLE BEGINS HERE = */
/* =========================== */
#join_inset {
	width: 200px;
	height: 400px;
	float: right;
	margin-left: 30px;
}


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

#join_body {
	background: url('images/inset_join_fade.jpg') no-repeat top left;
	margin: 0;
	height: 160px;
	padding-top: 10px;
}

#join_bottom {
	height: 40px;
}

#gilliam_content #affiliations img {
	margin: 0 40px 0 0;
}

table#contacts {
	width: 400px;
	float: right;
}

table#contacts td {
	vertical-align: top;
}

table#contacts td.photos {
	width: 110px;
}

table#contacts img {
	margin-bottom: 10px;
}

.centerme {
	text-align: center;
}

.clearme {
	clear: both;
}