body {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#header {
	width: auto;
	height: 90px;
	background-color: #000000;
}

#header #logo {
	display: block;
	float: left;
	vertical-align: middle;
	padding: 8px;
}

#header #logo img {
	vertical-align: baseline;
}

#header #logo span.upper, #header #logo span.host {
	font-family: verdana, arial, sans;
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
	color: #ffffff;
}

#header #logo span.host {
	color: #ff7e02;
}

#header #menu1 {
	padding: 8px;
}

#header #menu1 span.button {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 3px;

	vertical-align: bottom;	
	font-family: verdana, arial, sans;
	font-size: 8pt;
	color: #eeeeee;

	border: 1px solid #808080;
}


#header #menu1 span.button img {
	vertical-align: middle;	
}

#header #menu1 span.button a:link, #header #menu1 span.button a:visited {
	color: #eeeeee;
	text-decoration: none;
}

#header #menu1 span.button a:hover, #header #menu1 span.button a:active {
	color: #ffee00;
	text-decoration: none;
}

#menu1 img {
	border: 0px;
}

/** content **/

#left {
	display: inline;
	float: left;
	width: 210px;
	background-color: #808080;
	height: 100%;

	font-family: verdana, arial, sans;
}

#left h2 {
	display: block;
	font-size: 10px;
	color: white;
	background-color: #303030;

	padding: 8px;
	border: 1px solid #505050;
	margin: 0px;
}

#left #menu2 a:link, #left #menu2 a:visited {
	display: block;
	font-family: tahoma, arial, sans;
	font-size: 12px;
	color: #ffffcc;
	text-decoration: none;
	background-color: #666666;
	border-bottom: 1px solid #444444;

	padding: 5px;
	padding-left: 18px;
}

#left #menu2 a:hover, #left #menu2 a:active {
	color: #ccccff;
	background-color: #000000;
}

#left #menu2 #news a:link, #left #menu2 #news a:visited {
	text-decoration: underline;
}

#left p {
	margin: 10px;
	font-size: 12px;
}

#left a:link, #left a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #ffffcc;

}


/** right **/


#rtop {
	font-size: 1px;

	height: 18px;
	vertical-align: top;
	background-image: url('images/tbar_bg.gif');

}

#rtop div.section {
	display: inline;
	font-family: verdana, arial, sans;
	font-weight: bold;
	font-size: 10px;
	color: white;

	width: 180px;
	float: left;

	background-image: url('images/tbar_bg_nodots.gif');
}

/** **/

#content {
	width: auto;
}

/** rankings table **/

#rankings table { font-family: verdana, arial, sans; }
#rankings thead td {
	text-transform: uppercase;
	font-weight: bold; font-size: 10px;
	color: #336699; text-align: center; vertical-align: bottom;
}
#rankings tbody td {
	border-right: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; font-size: 12px;
}
#rankings td.pos, #rankings td.rating, #rankings td.usersrating {
	text-align: center; font-weight: bold;
}
#rankings td.pos { color: #888888; }
#rankings td.company { font-weight: bold; }
#rankings td.review { text-transform: uppercase; text-align: center; }
#rankings td.company a:link, #rankings td.company a:visited,
#rankings td.review a:link, #rankings td.review a:visited {
	font-weight: bold; color: #000000; text-decoration: none; border-bottom: 1px solid #000000;
}
#rankings td.company a:hover, #rankings td.company a:active,
#rankings td.review a:hover, #rankings td.review a:active {
	font-weight: bold; color: #ff0000; text-decoration: none; border-bottom: 1px solid #000000;
}

#b {
	height: 100%;
}