@charset "utf-8";
/* CSS Document */

	body {
	background: #fff;
	} 
	
	p {
	font: 1em sans-serif;
	line-height: 1.5em;
	color:#666;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:80%;		
	}
		
	h1{
	font: 1em sans-serif;
	line-height: 1.5em;
	color: #000;
	text-transform: uppercase;
	text-align:right;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	}
	h2{
	font: 1em sans-serif;
	line-height: 1.5em;
	color: #676767;
	text-transform: uppercase;
	text-align:right;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	}
	
	.board{
	width:80%;
	margin-left:auto; 
	margin-right:auto;
	border:solid 1px #808080;
	background-color:#fff;
	margin-top:50px;
	}
	
	#topnav{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:.75em;
	border:none 1px #808080; 
	background-color:#e5e5e5;
	text-align:right;
	word-spacing:20px;
	width:85%;
	margin-left:auto;
	margin-right:auto;	
	padding-bottom:.25em;
	}
	#topnav a{
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	
	}	

	a {
	color:#666;
	text-decoration:underline;
	}
	a:hover {
	color:#999999;
	text-decoration:none;
	}	
	
	
	#main{
	border:solid 1px #808080; 
	background-color:#e5e5e5; 
	width:1000px; 
	margin-left:auto; 
	margin-right:auto; 
	padding:10px 0 10px 0; 
	text-align:center;
	}
	
	#aactive{
	background-color:#fff; 
	color:#999; 
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	border:1px solid #fff;
	}
	