body{
font-family: monaco, sans-serif;
background: #ffff99;
}

#container{
margin-left: auto;
margin-right: auto;
width: 1000px;
padding-bottom: 10px;
}

#header{
width: 1000px;
height: 100px;
text-align: center;
background: #006600;
color: #ffffff;
padding: 0px;
margin: 0;
}

#section-title{
width: 990px;
border-top: 2px dashed #000000;
border-bottom: 2px dashed #000000;
margin-top: 10px;
margin-bottom: 10px;
padding: 5px;
background: #ffffff;
}

#content{
width: 750px;
border: 1px solid #000000;
background: #ffffff;
padding: 10px;
float: left;
}

#section-navigation
{
	float: right;
	display: inline;
	margin: 0;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	list-style-type: none;
}

#section-navigation 
{ 
	width: 205px;
	margin-right: 12px;
}

#section-navigation ul
{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	list-style-type: none;
	padding-bottom: 10px;
	text-align: right;
	font-size: 14px;
}

#section-navigation a
{
display: block;
padding: 5px;
width: 205px;
background: #66cc66;
border-bottom: 1px solid #ffffff;
}

#section-navigation a:link, a:visited
{
color: #000000;
text-decoration: none;
}

#section-navigation a:hover
{
background-color: #006600;
color: #ffffff;
}

#content-navigation{
width: 1000px;
padding-bottom: 10px;
margin-bottom: 10px;
}

#footer{
clear: both;
width: 980px;
padding: 10px;
background: #006600;
color: #ffffff;
text-align: right;
}

#logo{
float: left;
height: 98px;
width: 98px;
margin: 0;
padding: 0;
}

#header h1{
padding: 10px;
text-align: center;
}

#header img{
float: left;
padding: 5px;
}

a{
text-decoration: underline;
} 
