body{
	text-align: center;
	background-color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#container {
	position: relative;
	background-image: url(../images/ffffff_bg.gif);
	background-repeat:repeat-x repeat-y;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 904px;
	text-align: center;
	height: 800px;
	z-index: 1;
}
div#introcontainer {
	position: relative;
	top: 10px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 904px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	height: 600px;
	z-index: 1;
	color: #fff;
	/*border: silver 3px; border-width: medium; border-style: ridge;*/
	}

#Bricks-01 {
	position:absolute;
	display: inline;
	clear: both;
	left:0px;
	top:0px;
	width:904px;
	height:220px;
}
#content {
	position:absolute;
	padding: 0 20px 0 20px;
	margin-bottom: 0;
	left:0px;
	top:250px;
	width:864px;
	text-align: justify;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-weight: 600;
	font-size: .85em;
	line-height: 2em;
	color: #002f00;
	height: 110%;
	background-image: url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	z-index: 80;
}
	#content2 {
	position:absolute;
	padding: 0 20px 0 20px;
	margin-bottom: 0;
	left:0px;
	top:250px;
	width:864px;
	text-align: justify;
	text-indent: 1em;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-weight: 600;
	font-size: .85em;
	line-height: 2em;
	color: #002f00;
	height: auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	z-index: 80;
	overflow: visible;
}

ul.MenuBarHorizontal
{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-indent: 0;
	cursor: pointer;
	left: 0px;
	width: 904px;
	height: 40px;
	background-image: url(../images/menubg.jpg);
}

ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 113px;
	height: 40px;
	float: left;
}

body#home a#homenav, body#about a#aboutnav,
body#media a#medianav, body#projects a#projnav,
body#contact a#contactnav, body#map a#mapnav,
body#events a#eventsnav, body#donate a#donatenav {
	color: #fff;
	background-image: url(../images/menubg2.jpg);
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	border: 1px solid #330000;
		background-image: url(../images/menubg.jpg);
	padding: 0.5em 0.5em;
	color: #330000;
	text-decoration: none;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image: url(../images/menubg1.jpg);
	color: #FFF;
	border: 1px solid #fcff00;
	padding: 0.5em 0.75em;
}

#introcontent {
	position:absolute;
	padding: 0 20px 0 20px;
	left:0px;
	top:250px;
	width:760px;
	text-align: justify;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-weight: 600;
	font-size: .85em;
	line-height: 2em;
	color: #002f00;
	height: 75%;
	z-index: 80;
	}
#qo{
	position: absolute;
	top: 220px;
	left: 10px;
	width: 350px;
	height: auto;
	font-size: 1.25em;
	font-weight: 500;
	color: #006600;
	font-family: "Apple Chancery", "Zapf Chancery", "New York", "MS Serif", serif;
}


#topbox{
	position:absolute;
	top: 10px;
	left: 400px;
	width: 400px;
	height: 220px;
	border: 2px silver;
	border-style: ridge;
	z-index: 100;
	}
	
#bottom{
	position:absolute;
	top: 96%;
	left: 0px;
	width:100%;
	height: 3em;
	text-align: center;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-weight: 400;
	font-size: .8em;
	color: #330000;
	z-index: 100;

	}
a:link {color: #000099; text-decoration: underline;}   

a:visited {color: #000099; text-decoration: underline;}  

a:hover {color: #e55415; text-decoration: none;}   

.x-Small {font-size: x-small;}

h1, h2 {color:#660011; text-indent: 0;}

h2.centered {color:#660011; text-indent: 0; text-align:center;}

li {text-indent: 0;}

p.head {text-indent: 0; text-align: center; color: #660011;}
p.indent {text-indent: 1em;}
.pics { height: 220px; width: 400px; padding:0; margin:0; overflow: hidden }
.pics img { height: 220px; width: 400px; padding: 0; border: 1px solid #ccc; top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}