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

#background {
	background-color:#696863;
	background-repeat:no-repeat;
	background-position:center;
	
	
}

#wrapper {
	width:810px;
	height:605px;
	margin:auto;
	text-align:center;
	margin-top:65px;
	
	
	
}

#navbar {
	text-align: center;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 90%;
	margin-top: 10px;
	
}

#navbar a:link {
	text-decoration:none;
	color:#FFF;
}

#navbar a:visited {
	outline:none;
	text-decoration:none;
	color:#FFF;
}

#navbar a:hover {
	color:#C5BE8D;
	
}

.headers {
	color:#FFF;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}


.headersTwo {
	color:#FFF;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
}

a:link {text-decoration:none; color:#FFF; outline:none;
}

a:visited {text-decoration:none; color:#FFF; outline:none;
}

a:hover {text-decoration: none; color:#996;
}

a:active {text-decoration:none;
          outline:none;
}