@charset "utf-8";
/* CSS Document */

.header {
text-align:center;
	font-size:.8em;
}

.header a {
text-align:center;
	font-size:.8em;
}
#site-nav {
	width:700px;
	padding-top:7px;
	white-space:nowrap;
	margin-top:0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#site-nav li { display:inline;
	text-transform:uppercase;
	text-align:center; 
	}
	
#site-nav li a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	padding:0 8px 0 8px;
}
#site-nav li a:hover {
	text-decoration:underline;
	color:#990000;
}

/*	Begin Footer */

#footer {
    color: #ccc;
	padding-top: 10px;
    font-size: .8em;
	margin: 0 auto;
	width: 775px;
	clear: both;
	height:25px;
	background: #333333; 
	border: none;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#footer a {
	color: #ccc;
        text-decoration: none;
        border-bottom: 1px dotted #ccc; 	
        }

#footer a:hover {
	color: #fff; 
	} 
