/* CSS Document */

body {background-color:rgb(255,255,204)
}
h1, h2, h3, {text-align: center;
}

/* header styles */
#header {
	background-position: center; margin-top: 0px;
	padding: 0px;
	background-color: rgb(153,153,204);
	background: transparent url(banner/header.jpg) top left;
	height: 170px; width: 1000px;
	background-repeat: no-repeat;
	color: #000000;
}
#header h1 { text-align: left;
	margin: 0px 0 0 140px;
	padding: 0px;
	font-size: 220%; font-style: italic; 
  	color: #333366;
}
#header h3 {  text-align:left;
	margin: 10px 0 0 100px;
	padding: 0px;
	font-size: 150%;
	color: yellow;
}

a:link
 {color:blue; }
a:visited
 {color:purple; font-style: italic;}
a:hover
 {background: none; color:#cc0033;}
a:active
 {color:red; }
 
 #menu {
	float:left;
	width:100%;
	font-size:95%; font-style: bolder;
	line-height:normal;
	border-bottom:5px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	margin-left:15px;
	overflow:hidden;
	}
  #menu ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}
  #menu li {
	display:inline;
	margin:0;
	padding: 2px 4px 2px 4px;
	background-color: #99cccc;
	border: solid black 1px 1px 1px 1px;
	}
  #menu a {
	margin:0;
	padding:0 10 0 6px;
	text-decoration:none;
	}
  #menu a:hover {
  color: #fff;
	background-color:#66cccc;
	}

#footer {text-align: center;
}