body {
background-color:#333;
margin:0px;
}
.container {
width:1000px;
background:url(../images/bg.jpg) top left;
}


	#header {
	background:url(../images/headerbg.png) top left;
	height:100px;
	background-color:white;
	
	}

		#header .donate {
		float:right;
		display:inline;
		margin:40px 150px 0px 0px;
		}
		
		#header #search { 
		}
	

	#nav {
	float:left;
	text-align:center;
	margin:0px 0px 15px 0px;
	font-size:11px;
	}

		#nav ul {
		margin:0px;
		padding:0px;
		display:block;
		list-style:none;
		}
		
		#nav ul li {
		vertical-align:middle;
		padding:0px;
		height:30px;
		width:104px;
		background:url(../images/nav-green.jpg) top left;
		margin:0px 0px 10px 0px;
		line-height:29px;
			font-size:11px;

		}
		
		#nav ul li.red {
		background: url(../images/nav-red.jpg) top left;
		}
		
		#nav ul li.blue {
		background:url(../images/nav-blue.jpg) top left;
		}
		
		#nav ul li.brown {
		background:url(../images/nav-brown.jpg) top left;
		}
		
		#nav ul li.gold {
		background:url(../images/nav-gold.jpg) top left;
		}
		
		
		
		#nav a:link, #nav a:visited {
		text-decoration:none;
		color:white;
		}
		
		#nav li:hover {
		text-decoration:underline;
		color:white;

		}
		
.inner {
margin:0px 0px 0px 33px;
display:inline;
width:831px;
float:left;
text-align:center;
}
		
	#showcase {
	margin:20px 0px 15px 0px;
	}
		
	#content {
	float:left;
	text-align:left;
	width:831px;
	margin:15px 0px 0px 3px;
	}
	
	#left {
	width:200px;
	margin:0px 15px 0px 0px;
	float:left;
	display:inline;
	}
		#left blockquote {
			font-size:18px;
			font-style:italic;
			color:#1f2674;
			margin:0px 0px 15px 0px;
			text-align:center; 
			
			
		}
		
		#left cite {
		font-style:normal;
		display:block;
		float:right;
		line-height:11px;
		color:#999;
		font-size:11px;
		font-family:"Lucida Grande", "Lucida Sans", "Arial";
		}
	
	#main {
	width:590px;
	float:left;
	}
	
		a {
		text-decoration: underline;
		}
		
		h3 {
		clear:left;
		}
	
		.split {
		width:285px;
		float:left;
		}

	#footer {
	padding-top:15px;
	clear:both;
	margin:0px;
	}

.floatright {
padding:10px;
background-color:white;
border:1px solid #ccc;
}

.floatleft {
float:left;
padding:10px;
background-color:white;
border:1px solid #ccc;
margin:0px 15px 10px 0px;
}

.noborder {
padding:0px;
border:none;
}

