body {
	font: 80% arial, helvetica, sans-serif;
	background: #f6dfa9 url(images/bg_gradient_orange.jpg) repeat-x top left;
	margin: 0;
}

.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}

#header {
	background: #0f0f64 url(images/header.jpg) no-repeat center; /* color should match #container */
	height: 147px; /* match height to #navigation */
}

#navigation {
	position: absolute;
	top: 150px; /* match height to #header*/ 
	left: 0;
	float: left;
	width: 175px;
	color: white;
}

#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	background: #141464;
	padding: 0 0.5em;
	margin: 0 1em 5px 1em;
}

#navigation a:visited {
	color: white;
}

#navigation a:hover {
	background: #2f2f9e;
}

.navigation2 {
	/*position: relative;*/
	top: 0.5em;
	margin-left: 20%;
	width: 80%;
	color: white;
}


#content {
	background: white  175px 0 ; 
	xpadding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 40px;
	border-left: 175px solid #191985; /*this sets the navigation column color*/
}

h2 {
	font-size: 1.5em;
	color: #036;
}

h3 {
	font-size: 1.25em;
	color: #036;
}

#content img {
	padding: 0;
	border: 1px solid #333;
	margin: 1em 1em;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.floatcenter
{
	float: none;
}

.floatcenter_margin2em
{
	float: none;
	margin-left: 2em;
}

.floatcenter_margin8em
{
	float: none;
	margin-left: 7.5em;
}

.float_donate
{
	float: none;
	margin-left: 2em;
	margin-top: 4em;
}

#container {
	position: relative;
	width: 686px; /* width + border for IE 5.x */
	w\idth: 680px; /* real width */
	border: solid #0f0f64; /* color should match #header */
	border-width: 0 3px 3px 3px;
	margin: auto;
}

#spacer {
	visibility: hidden;
	margin: 0 0 250px 0;
}

#footer {
	padding: 3em 0 1em 0;
	clear: both;
	color: #ffcc99;
}
		
#footer p {
	margin: 0;
	text-align: center;
}

