body {
	background-color: #666666;
	background-image: url(../images/marb057.gif);
	margin: 0;
	padding: 0;
}

#outer-wrapper{
	width:960px;
	margin: 0 auto;
}

#wrapper{
	background-color: #FFFFFF;
	width:960px;
}

h1 {
	font-family: Papyrus;
	color: #66FF00;
	text-indent: 2em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-weight: bold;
}

#nav-wrapper{
	background-color: #66CC00;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#navigation{
	list-style: none;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}

#navigation li{ 	
	display: inline; 
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 0.85em 0 0.85em;
}

#navigation li a{
	color: white;	
	text-decoration: none;
}

#navigation li a:hover{
	color: #990000;
	text-decoration:underline;
}

#content {
	width:980px;
	color: black;
	background-color: #FFFFFF;
	border-bottom: 1px solid white;
	margin-top: 0;
	padding: 0;
}

#left {
	background-color: #66CC00;
	width: 520px;
	float: left;
	margin-right: 1.5em;
	color:white;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}

#left p{
	padding-left: 1.5em;
}

#left img{
	clear:both;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:500px;
}

#right {
	background-color: #FFFFFF;
	width: 410px;
	padding-right: 1.5em;
	float: right;
}

#right h2{
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
}

#right p{
	font:13px arial;
	line-height:24px;
	color:#333333;
}

#footer-wrapper{
	background-color: #66CC00;
	width: 100%;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	clear:both;
}

#footer{
	list-style: none;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}

#footer li{ 	
	display: inline; 
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0 0.85em 0 0.85em;
}

#footer li a{
	color: white;
	font-weight: bold;	
	text-decoration: none;
}

#footer li a:hover{
	color: #990000;
	text-decoration:underline;
}
