* {
margin: 0;
padding: 0;
}


body {
background-color: #000033;
background-image: url (images.background.gif);
font-family: sans-serif;
font-size: 70%;
color: #333333;

}

a:link {
color: #3e9bd6;
}

h2 { 
width: 750px; 
font-size: 1.6em; 

height: 37px; 
margin: 20px auto 10px auto; 
color: #ffffff; 
line-height: 37px; 
color: #000000; 
text-indent: 10px; 

}

h3 { 
width: 750px; 
font-size: 1.6em; 
height: 37px; 
margin: 20px auto 10px auto; 
color: #ffffff; 
line-height: 37px; 
color: #000000; 
text-indent: 10px; 

}


#container { 
width: 850px; 
margin: 0 auto; 
background: #ffffff;
	border: 10px solid #333333;
}

#header { 
width: 850px; 
height: 150px; 
background: 
#bfd447 url(header.gif) no-repeat; 
margin: 0 auto;
}

#content { 
width:750px; 
margin: 0px auto; 
padding: 0 5px 35px 5px ;
}

#content p { 
font-size: 1.1em; 
color: #555555; 
margin-left: 10px; 
background: #ffffff; 
margin-top: 10px; 
line-height: 1.5em;
}



/* Content > Menu */

#menu {
	height: 35px;
	background: #333333;
width: 850px; 
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
                  position:relative;
                  left:17%;
	padding: 10px 0 2px 0;
	border-bottom: 4px solid #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}


#footertext { 
margin: 30px auto; 
text-align: center; 
color: #777777; 
font-size: 1em;
}