body
{
	font-family: Verdana;
	background: black;
	margin: 0;
}
#container
{
	width: 750px;
	margin: 0 auto;
}
#wrap
{
	border-right : 20px solid #609;
	border-left : 20px solid #609;
	background: white;
}
#header
{
	text-align: center;
	padding: 2em 0;
	padding: 10px;
}
#navigation
{
	margin: 0 2em;
}
#navigation ul
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	text-decoration : none;
	color : #000;
}
#navigation ul li a
{
	border-top : 2px solid #609;
	border-left : 2px solid #609;
	border-right : 2px solid #609;
}
#navigation ul li a, #navigation
{
	padding : 0.5em;
}
#content
{
	padding-top : 0.5em;
	margin: 0 2em;
}
#navigation ul li a:hover, #navigation ul .active a, .greendivide
{
	background : #609;
}
#navigation a:hover
{
	color : #fff;
}
#navigation ul .active a
{
	color : white;
}
#navigation, #content
{
	font-size : 0.8em;
}
#navigation
{
	border-bottom : 2px solid #609;
	white-space: nowrap; 
}
#navigation ul li
{
	list-style : none;
	display : inline;
	padding : 0 0.5em 0.5em;
}
#content a, #footer a
{
color: #609;
text-decoration: none;
}
#content a:hover
{
border: 1px solid #609;
padding: 0 2px 0 2px;
}
#footer
{
	font-size : .6em;
	text-align: center;
}

#curve
{
	margin: 0 20px 0 20px;
	padding-bottom: 40px;
	background-image: url('images/bgbottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.greendivide
{
	height : 2px;
	border : 0;
}

.clear
{
	clear: both;
}

.homepageimage
{
	padding: 5px;
	margin-right: .5em;
	border: 2px solid #609;
	float: left;
}