body
	
{
	background-size: 25px 25px;
	background-image: linear-gradient(to right, #cbfff5 3px, transparent 1px), linear-gradient(to bottom, #cbfff5 3px, transparent 1px);

}







#header
	
{
	position: static;
	text-align: center;
	text-shadow: 2px 1px red;
	padding-top: 20px;
	padding-left: 120px;
	font-weight: bold;
	font-size: 2.5em;
	color: #000080;

}

#subheader


	{
	position: relative;
	text-align: center;
	text-shadow: none;
	padding-left: 120px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.2em;
	color: #000080;

}

#content
{
position: static;
padding-left: 150px; padding-right: 10px;
width: auto; height: auto;
text-align: justify;
font-weight: bold;
color: #000080;


}

#menu
{
position:fixed;
width: 120px;
height: auto;
border-style: none;
}

#menu a {
display: block;
width: 120px;
height: 30px;
padding: 1px;
margin: 1px;
border-style: outset;
border-width: 4px;
border-color: #000099; background-color: #000099;
color: #ffffff; font-size: 12px; font-family: verdana; font-weight: bold;
text-decoration: none;
}

#menu a:hover {
color: #cccccc; background-color: #3333ff;
border-style: inset;
}
