A {
   color: #86B5D7;
   text-decoration: none}
A:active {
   background: #000}
A:hover {
   color: #39F;}
BODY {
	font-size: 65%;
	margin: 1px 0 1.5em;
	padding: 0;
	background: #000;
	position: relative; }

	
#main {
	font: 1em/1.5em Geneva, Arial,  Helvetica, sans-serif;
	margin: 0 auto;
	width: 780px;
    height: 380px;
	position: relative;
}	
#masthead {
	background: url(../graphics/masthead2.gif) no-repeat center;
	width: 780px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 1em;
}
.round {
    -moz-border-radius:9px; /* Firefox */
    -webkit-border-radius:9px; /* Safari and chrome */
	-khtml-border-radius:9px; /* Linux browsers */
	border-radius:9px; /* CSS3 */
	behavior: url(../ss/border-radius.htc);
} 


/* MENU */

.underlinemenu {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 780px;
	position: relative;
	height: 3em;
}
.underlinemenu ul {
	padding: 6px 0 7px 0;
	margin: 0;
	text-align: left;
}
.underlinemenu ul li {display: inline}
.underlinemenu ul li a {
	color: #CCC;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid gray; /*bottom border is 3px*/
}
.underlinemenu ul li a:hover {
	background: #000;
	color: #C66;
}

