body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	background-color:#000000;
        background-repeat: no-repeat;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	/*line-height:28px;
	font-weight:900;*/
	color: #FFFFFF;
	}
p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:2px;
        /*text-align: justify;*/
	}
li {    
	font:11px/13px Verdana, Arial, Helvetica, sans-serif;
	}
blockquote {
	font-size: 11px
	}
#Content>p {margin:0px;}
/*#Content>p+p {text-indent:30px;}*/

a {
	/*color:#EEEEEE;
	font-size:11px;*/
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

.button {
        background-repeat: no-repeat; 
        padding:5px 80px 5px 30px;
	line-height:12px;
        width: 30px;
	voice-family: "\"}\""; /* IE5/Windows (and IE5.5/Windows) stops parsing here */
	line-height:23px;
        }
.button:hover {background-color: transparent;}

.bar     {
        background-repeat: no-repeat;
        padding:5px;
        }
.counter {
	background-color:#404040;
        }
.rank {
        background-color:#9CCECE;
	text-align: right;
	border-style: dotted;
	border-width:1px 1px;
        font-size:26px;
        }
.quote {
        /*border-style: dotted;
	border-width:1px 1px;*/
        }
.AlignRight {
        margin:0px 0px 0px 170px;
        }

#Header {
	margin:30px 30px 10px 500px;
	padding:0px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px;
	/*border-style:solid;
	border-color:red;*/
	/*border-width:1px 1px;  top and bottom borders: 1px; left and right borders: 0px */
	line-height:20px;
	background-color:#000000;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\""; /* IE5/Windows (and IE5.5/Windows) stops parsing here */
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:70px 50px 50px 200px;
	padding:10px;
	}
div#Menu a span {display: none;}
div#Menu a:hover span {display: block;
   position: absolute; top: 170px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: transparent;
   font: 10px Verdana, sans-serif; text-align: center;}
#Menu {
	position:absolute;
	top:175px; /* Position down from top of screen */
	left:20px;
	width:172px;
	padding:10px;
        /*background-color:#eee; */
	/*border:1px #999 dashed;*/
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

div#updated {text-align: right; font-size:10px;}

div#vuw {display: none;} /* Hide all vuw style specific content.*/
div#vuw2 {display: none;} /* Hide all vuw style specific content.*/
