@charset "UTF-8";
/* CSS Document */

body { 
	background: #333333; 
	}
	
.main {
	text-decoration: none;
	background: #000033; 
	
	margin: auto;
	width: 901px;
	height: 900px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-shadow: #OOOOOO;
	color: #ccccCC;
}

.nav {
	text-decoration: none;
	background: #333333;
	padding: 0px;
	margin: auto;
	margin-top: 5px;
	width: 780px;
	height: 20px;
	border: none;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.data {
	text-decoration: none;
	background: #000033;
	padding: 0px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 890px;
	height: 640px;
	border: none;
	letter-spacing: 1px;
	font-family: "Century Gothic"
	font-size: 10px;
	color:#000000;

}

img {
	padding: 1px;
	border: none;
}


	a { color: #FF9933; }
a:link { color: #FF9933; text-decoration: none;}
a:visited { color: #FF9933; text-decoration: none;}
a:hover { color: #99FF33; text-decoration: none;}
a:active { color: #FF9933; }
a[href="#"] { cursor: default; }



li.inline {
  display: inline;
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px dotted #066;
  }

li.last {
  display: inline;
  padding-left: 0px;
  padding-right:10px;
  border-right: 0px;
  } 
  
  
  
  ul {
    width: 760px;
    list-style-type:none;
}
li {
    width:240px;
	height:10px;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
    float:left;
	font-family: "Century Gothic"
}