/* global */
html{height: 100%;}


body {
	text-align: justify;
	font-family: Verdana, Arial, Geneva, sans-serif;
  	font-size: 13px;
	
	margin-left: auto; 
  	margin-right: auto;
  	height: auto;
  	padding: 0px;
  	overflow: hidden;
	background-color: black;
	color: F2FEF6;	
}

h1
{ 	font-family: Verdana, arial, sans-serif;
  	letter-spacing: .1em;
  	text-transform: uppercase;
  	border-bottom: 1px solid #D1D1D3;
  	font-weight: lighter;
 	font-size: 1.7em;
	background: transparent;
  	color: #1775D5;
  	border-color: #89A9C7;

}

h2 {
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 1.2em;
	background: transparent;
  	color: #1775D5;
}


p {
	font-size: 1em;
}

p.title, table.title 
{	color: #068BD0;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	text-transform: uppercase;
	font-size: 10px;
	color: #1775D5;
}

a:hover {
	color: #10B5FA;
}

blockquote { 
	font-family: courier, courier new, andale mono; 
  	padding: 10px 20px 10px 20px;
  	border-color: black;
	border-width: 1px;
	border-style: solid;
	
	color: white;
	font-weight: normal;
	margin-left: 10%;
	margin-right: 10%;
}


.imageright {
	text-align: right;
	border: none;
	padding-left: 10px;
}

.imageleft {
	text-align: left;
	border: none;
	padding-right: 10px;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}




/* div sections */

#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	height: 20px;
	width: 755px;
	text-align: right;
	background-color: #000000;
	padding-right: 5px;
}

#header a {
	text-decoration: none;
}


/* main container */

#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
  background: #000000 url(back.png) repeat-y;
  color: #F2FEF6;
}

#menu
{ width: 760px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF url(menubg.png);  
}

#menu ul{margin: 0px auto;} 

#menu table, td
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu td a:hover, #menu td a#selected, #menu td a#selected:hover
{ background: #FFFFFF url(menuhover.png);
  color: #ffffff;
} 

#menu td a 
{ display: block; 
  float: left; 
  height: 19px;
  text-decoration: none; 
  padding: 4px 19px 2px 19px;
  text-transform: uppercase;
} 


#all
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 
 

/* content - page content */
#content
{ text-align: justify;
  width: 510px;
  float: left;
  padding: 9px 4px 15px 19px;
  background-color: #000000;

}

#content p {
	line-height: 19px;
	font-weight: normal;
}

#date {
	text-align: right;
	float: right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 7px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100px;
	background: url(logo.jpg) no-repeat;
}

#updates {
	 width: 210px;
  	float: right;
  	padding: 5px 0px 0px 0px;
	background-color: #000000;
	border-left: none;
}

#updates p {
	font-size: 85%;
	font-weight: bold;
}

#updates a {
	font-weight: normal;
}

#updates a:hover {
	color: #10B5FA;
}

.links{padding: 0px;}

.links ul{margin: 0px auto;} 

.links li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.links li a , .links li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 171px;
  border: 0px;
  color: #000000;
} 

.links li a
{ background: #FFFFFF url(link2.png);
  color: #D1D3D7;
} 

.links li a:hover
{ background: #464040;
  color: #000000;
} 

	

.sidebaritem {
	text-align: left;
  	width: 185px;
  	float: left;
  	margin: 0px 0px 0px 4px;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #FFFFFF;
}

.sidebaritem h2 {
	font-size: 90%;
}

.sbtitle
{ height: 14px;
  width: 180px;
  padding: 0px 0px 5px 10px;
  text-transform: uppercase;
  background: #1775D5 url(updatetitle.png) repeat-x;
  text-decoration: none;
  font-weight: bold;
}


.sbtitle h1
{ background: transparent;
  color: #ffffff;
  padding: 0px; 
  margin: 0px; 
  font-weight: normal;
  font-size: 110%;
  border-bottom: none;
}			

.updates {padding: 0px 2px 8px 10px;}

.updates p
{ line-height: 14px; 
  padding: 0px 0px 0px 0px;
}

.centerad {
	text-align: center;
	padding-top: 20px;
}

.forum, .forum a {
	border: 0px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	
}

.imagelink {
	border: none;
}


#footer {
	text-align: center;
	margin-left: auto; 
  	margin-right: auto;
 	padding: 13px 19px 0px 19px;
 	width: 720px;
  	height: 26px;
  	font-size: 10px;
  	text-transform: uppercase;
	color: #ffffff;
	background: #FFFFFF url(menubg.png);
}

#footer a {
	color: #ffffff;
}