* {
	border: 0;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: #1e1e1e url(/gfx/back.png) repeat-x;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	height:100%;
}

li {
	list-style: none;
}

#partybonus {
	width: 828px;
	padding:0 0 0 2px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background: url(/gfx/wrap.png) repeat-y;
	margin: 0 auto;
}

#logo {
	width: 662px;
}

#info {
	float: left;
	width: 458px;
	margin-left: 9px;
}

#info h1 {
	background: url(/gfx/mainhead.png) no-repeat;
	width: 448px;
	height: 24px;
	padding: 8px 0 0 10px;
	margin-bottom: 4px;
	margin-left: 2px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

#info p {
	text-align: justify;
	width: 437px;
	font-size:12px;
	line-height: 16px;
	padding: 0 11px 0 10px;
}

#info p b i { color: #D00; font-size: 13px; }
#info p b span { color: #F00; letter-spacing: 1px; }

.code { border:1px #222 solid; }

#menu {
	float: left;
	width: 181px;
	margin-left: 3px;
	border-bottom: 1px #adadad solid;
}

#menu li#top a, #menu li.top a {
	width: 173px;
	height: 23px;
	padding: 7px 0 0 8px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu li a {
	height: 18px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}

#menu li a.g { background: url(/gfx/sideitem.png) no-repeat; padding: 4px 0 0 8px; color: #FFF; }
#menu li a.g:Hover { color: #f0bf86; }
#menu li a { background: url(/gfx/sideitem2.png) no-repeat; padding: 4px 0 0 18px; color: #222; }
#menu li a:Hover { color: #70512d; background-position: 0 -22px; }

#menu li#top a:Hover, #menu li.top a:Hover { color: #f0bf86; background-position: 0 -30px; }
#menu li#top a { background: url(/gfx/sidehead.png) no-repeat; }
#menu li.top a { background: url(/gfx/sidehead2.png) no-repeat; }

#display {
	width: 138px;
	padding: 14px 14px 6px 6px;
	background: url(/gfx/display.png) no-repeat;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: center;
	float: right;
}

.description img { float: right; padding: 0 0 5px 10px; }

h2 { font-size: 18px; color: #065196; font-weight: bold; margin: 15px 0 5px 10px; }

.site { background: #EEE; margin:0 11px 4px 10px; width: 437px; height: 84px; background: url(/gfx/listbox.png) no-repeat; }
.site img { float: left; width: 81px; height: 68px; border: 8px #0a0a0a solid; }
.site .info { float: left; width: 256px; color: #000; }
.site .info a.name { font-size: 18px; color: #065196; text-decoration: none; font-weight: bold; padding:10px 0 9px 8px; display: block; }
.site .info a { color: #333; text-decoration: none; }
.site .info a:Hover { text-decoration: underline; }
.site .info table { margin: 0 0 0 6px; }
.site .info table td.first { width: 86px; font-weight: bold; font-size: 10px; text-transform: uppercase; }
.site .info table td { width: 157px; text-align: center; height: 21px; padding-top: 1px; font-size: 11px; }
.site .score { width: 84px; height: 64px; padding: 14px 0 0 0; margin: 5px 0 0 0; text-align: center; float: left; }
.site .score b { font-size: 26px; color: #6491bc; }
.site .score i { color: #FFF; line-height: 18px; font-size: 11px; }
.site .score .rated { font-size: 8px; line-height: 8px; font-style: italic; color: #999; padding: 7px 0 0 0; }

#partybonus #info p a { color: #333; font-weight: bold; text-decoration:none; }
#partybonus #info p a:Hover { color: #555; font-weight: bold; text-decoration:underline; }

.infobox { background: #171717 url(/img/infoboxtop.png) top no-repeat; margin: 3px 3px 0 3px; color: #FFF; }
.infobox .category { width: 169px; height: 20px; background: url(/img/infoboxcategory.png) no-repeat; font-weight: bold; padding: 3px 0 0 3px; }
.infobox .info { margin: 3px 6px; }

ul.guides li { height: 18px; padding: 4px 0 0 10px; }

.end {
	float: none;
	clear: both;
	height: 0px;
}