body {
	background-image: url(../images/bkgr.jpg);
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8a97b0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0592ff;
	text-decoration: none;
}


#adbrite {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: auto;
	float: none;
	width: 100%;
}
#center {
	width: 680px;
	top: 50%;
	margin-right: -340px;
	position: absolute;
	right: 50%;
	margin-top: -250px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8a97b0;
	text-align: left;
}
p {
	text-align: left;
}
blockquote {
	text-align: left;
}

/* HTML Pages Navigation*/
/* the below is from the example at http://www.alistapart.com/d/slidingdoors/v1/ex6.html */

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	font-size:66%;
	line-height:normal;
	font-weight: normal;
/*	background:#DAE0D2 url("bg.gif") repeat-x bottom; */
}

#topnav ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
      }

#topnav li {
	float:left;
	margin:0;
	background-image: url(topnavi_lft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
      }

#topnav a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#999999;
	background-image: url(topnavi_mid.gif);
	background-repeat: repeat;
	background-position: right top;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */
#topnav a:hover {
	color:#BBBBBB;
      }
#topnav #current {
	border-width:0;
	text-decoration: none;
      }
#topnav #current a {
      color:#FFFFFF;
      padding-bottom:5px;
      }
/* end of sample code from example at A List Apart */
#index {
	top: -800px;
	visibility: hidden;
}
