body {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 0.9em;
 color: #333333;
 text-align: center; }

a {
 color: #6495ED;
 text-decoration: none; }

a:hover {
 text-decoration: underline; }


#main {
 position: absolute;
 z-index: 1;
 top: 50%;
 left: 50%;
 width: 700px;
 height: 480px;
 text-align: left;
 margin-top: -240px;
 margin-left: -350px; }


#header {
 height: 130px;
 margin-bottom: 0px; }
	
#header img {
 border: 0; }
	
div#header img#logo_text {
 float: right;
 margin-bottom: -120px;
 position: relative;
 top: -50px; }

#header div.new {
 float: right;
 position: relative;
 top: 25px; }

#header div.description {
 border-top: 1px solid #C0C0C0;
 border-bottom: 2px solid #C0C0C0;
 color: #555;
 letter-spacing: 0.75em;
 font-size: 90%;
 margin-top: 10px;
 padding: 0.25em;
 text-align: center;
 text-transform: uppercase; }
	
#header div span {
 font-family: "Times New Roman", Times, serif;
 font-size: 80%;
	letter-spacing: 0.3em;
	text-transform: none; }


#content_area {
 height: 300px;
 padding-left: 10px;
 padding-right: 10px; }


.navigation_box {
 float: left;
 width: 120px;
 height: 290px;
 padding: 3px;
 background: #C0C0C0;
 border: 1px solid #808080; }

#community {
 margin-right: 0px; }

.box_links {
 height: 250px; }

.box_links a {
 display: block;
 color: #FFFFFF;
 padding: 3px 0px 3px 3px; }

.box_links a:hover {
 text-decoration: none;
 color: #FFFFFF;
 background: #D3D3D3; }

.box_header {
 width: 120px;
 font-family: Impact, Arial Black, sans-serif;
 font-size: 1.1em;
 font-weight: normal;
 text-align: right;
 margin-top: 0px;
 margin-bottom: 0px; }


#footer {
 margin-top: 20px;
 border-top: 2px solid #A9A9A9; }

#footer ul {
 border-top: 1px solid #FFFFFF;
 background: #C0C0C0;
	list-style: none;
	margin: 0;
	padding: 0.75em; }
	
#footer ul li {
 display: inline;
	font-size: 80%;
	padding-right: 1em; }

#footer ul li a {
 color: #333; }
	
#footer ul li a:hover {
 color: #FFF;
	text-decoration: none; }
	
div#footer p#copywrite {
 font-size: 80%;
 margin-top: 1em;
	text-align: center; }
