* {
	margin: 0px;
	padding: 0px;
}
/* ---------- basic styling ----------*/
body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../assets/fauxcolums.jpg)repeat-y;
	border-left-style: solid;
	border-right-style: solid;
	border-color:#CCCCCC;
	border-width: 1px;
	}
#clear {
	clear: both;
	}
/* --------- position container elements ---------- */

/* ----- header ----- */
#header {
	position: relative;
	background: #1b4a79 url(../assets/wamoa-logo.jpg) no-repeat top left;
	height: 227px;
	}
#header h1 {
	margin-left: -9000px;
}
#header #logoImage {
	position: absolute;
	top: 0;
	right: 0;
	height: 189px;
	width: 676px;
	background: url(../assets/wamoa_logoText.jpg) no-repeat;
	}
#header #phrase {
	position: absolute;
	top: 160px;
	right: 100px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bolder;
	width: 500px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	}
/* ----- main nav ----- */
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	list-style: none;
	background: url(../assets/nav.jpg) repeat-x top left;
	}
#header ul li {
	float: left;
	}
#header ul a {
	padding: 0 .75em;
	font-size: 15px;
	line-height: 2em;
	text-decoration: none;
	color:#1b4a79;
	float: left;
	display: block;
	background: url(../assets/nav_divider.jpg) no-repeat left top;
	}
#header ul a.first {
	background: none;
	}
#header ul a.hover {
	color: #FFFFFF;
	}
/* ----- leftbar ----- */
#leftBar {
	float: left;
	width: 198px;
	}
#leftBar #leftBar_title {
	padding: 5px 0 0 0;
	color: #1b4a79;
	text-align: center;
	background: url(../assets/nav.jpg) repeat-x;
	width: 198px;
	height: 38px;
	}
#leftBar #leftBar_text {
	padding: .5em;
	}
/* ----- content ----- */
#content {
	padding: .5em;
	float: left;
	width: 480px;
	}
#content #content_image {
	padding: 2em;
	}
#content table {
	margin: 15px 0 0 0;
	border-bottom: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	}
#content #contactForm {
	text-align: left;
	width: 479px;
}
/* ----- rightbar ----- */
#rightBar {
	float: right;
	width: 199px;
	}
#rightBar #rightBar_title {
	padding: 5px 0 0 0;
	color: #1b4a79;
	text-align: center;
	background: url(../assets/nav.jpg) repeat-x;
	width: 198px;
	height: 38px;
	}
#rightBar #rightBar_text {
	padding: .5em;
	}
#rightBar #sponsors {
	border-bottom-style: solid;
	border-color:#CCCCCC;
	border-width: 1px;
	}
/* ----- footer ----- */
#footer {
	margin: 0 0 2em 0;
	background-color: #d5d3d3;
	color: #1b4a79;
	font: .8em Arial, Helvetica, sans-serif;
	text-align: center;
	width: 900px;
	}

