#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #98B3F3;
	text-align: center;
	border: thin dotted #99B3F3;
}
#nav {
	background: #ABBEF4;
	width: 750px;
	height:20px;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
#nav ul {
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	text-align: center;
	background: #ABBEF4;
	padding-right: 1.1em;
	padding-left: 1.1em;
	border-right: thin solid #99B3F3;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #FFFFFF;
}
#nav ul li a:hover {
	color: #CCFF00;
	background: #686CC5;
}
#nav ul li.current a:link, #nav ul li.current a:visited {
	border-bottom: 2px solid #6666CC;
	color: #6633CC;
	font-style: italic;
}

#container {
	background: #99B3F3;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding: 15px 0px;
	border: thin dotted #FFFFFF;
	text-align: center;
}
	
#footer {
	font: 0.65em Arial, Helvetica, sans-serif;
	background: #99B4F3;
	clear: both;
	height: 50px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	letter-spacing: 0.1em;
	border: thin none #98B3F3;
}
