body {
	background-image: url(img/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #353535;
}

.bgimage2 {
	position:absolute;
	top:0;
	left:0;
	background-image: url(img/topbg.png);
	height:205px;
	width:100%;
}

.container {
	margin-top: 0px;
	margin-right:auto; 
	margin-left: auto;
	width: 770px;
	padding-top:25px;
}

.header {
	position:relative;
	top:0;
	width: 770px;
	height: 125px;
	background: url(img/headerbg2.png);
	background-repeat: no-repeat;
}

.spacer {
	position:relative;
	height: 50px;
	background-image: url(img/spacerbg.png);
}

.contents {
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	width: 770px;
	background: url(img/contentbg.png) repeat-y;
	text-align: left;
	position: relative;
}

.bottom {
	margin: 0 auto;
	width: 770px;
	height: 45px;
	background: url(img/bottombg.png);
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	top: -5px;
	text-align: left;
	clear: both;
}
div.bottomleft {
	float: left;
	margin: 7px 0px 0px 30px;
}
div.bottomright {
	float: right;
	margin: 7px 30px 0px 0px;
}

div.tabs {
	float: right;
	position: relative;
	right: 35px;
	top: 97px;
}
div.menu {
	float: left;
	padding-left:10px;
	width: 200px;
	text-align: center;
}
div.box {
	margin: 0 auto;
	margin: 5px 5px 5px 20px;
	width: 175px;
	text-align: center;
}
div.boxtitle {
	background: url(img/boxtopbg.png);
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
div.boxcontents {
	margin: 0 auto;
	text-align: left;
	padding: 5px;
	width: 163px;
	border-left: 1px solid #BE0000;
	border-right: 1px solid #BE0000;
	border-bottom: 1px solid #BE0000;
}
div.centerbox {
	text-align: center;
}
div.rightbox {
	text-align: right;
}
div.hugetext {
	font-weight: bold;
	font-size: large;
}
div.donate {
	margin: 0 auto;
	margin: 5px 5px 5px 20px;
	width: 175px;
	text-align: center;
}
div.content {
	float: right;
	width: 520px;
	margin-right: 20px;
}
div.topic {
	margin: 0px 0px 10px 20px;
}
div.topiccontent {
	padding: 10px 0px 0px 20px;
	background: url(img/quote.png) top left no-repeat;
	width: 90%;
}
div.clear {
	clear: both;
}
div.infocontainer {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
div.info {
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	width: 100%;
	padding: 5px;
	background: url(wip/img/boxbg2.png) #666666;
	border: 3px solid #353535;
}

/* Titles and Subtitles */
div.info h2 {
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}
div.pagetitle {
	width: 100%;
	border-bottom: 1px solid #BE0000;
	text-align: center;
	font-weight: bold;
}
p.subtitel {
	font-weight: bold;
	color: #BB0000;
}
h2.title {
	margin: 10px 0px 10px 0px;
}
h3.topictitle {
	width: 100%;
	border-bottom: 1px solid #BE0000;
	margin: 0;
	padding: 0;
}
span.red {
	color: #BE0000;
}
div.smallgray {
	margin-top: 5px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-size: 11px;
}
p.warning {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 95%;
	padding: 5px;
	background-color: #FFFFD4;
	border: 1px solid #FFFF00;
}
p.error {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 95%;
	padding: 5px;
	background-color: #FF7A9C;
	border: 1px solid #BE0000;
}
/* Links */
a, a:visited {
	text-decoration: none;
	color: #0000EE;
}
a:active {
	color: #BE0000;
}
.bottom a, .bottom a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Tables */
table.gameinfo {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
table.gameinfo td {
	width: 150px;
}

/* Other */
input, button, textarea {
	margin: 3px 0px 3px 0px;
	border: 1px solid #999999;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
div.donate input {
	border: none;
}
img { 
	border: none; 
}
img.competitions {
	margin: 2px;
}

/* Tabs */
#tabs3 {
	float: left;
	font-size: 9pt;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#tabs3 ul {
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabs3 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs3 a {
	float: left;
	background: url(wip/img/tl.png) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs3 a.current {
	font-weight: bold;
}
#tabs3 a span {
	float: left;
	display: block;
	background: url(img/tr.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

/* Logged-in vertical menu */
#vertmenu {
	width: 200px;
	margin: 10px;
	text-align: left;
}
#vertmenu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#vertmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#vertmenu li a:link, #vertmenu li a:visited {
	color: #FFF;
	display: block;
	background:  url(img/vertmenu.gif);
	padding: 8px 0 0 30px;
}
#vertmenu li a:hover, #vertmenu li #current {
	color: #FFF;
	background:  url(img/vertmenu.gif) 0 -32px;
	padding: 8px 0 0 30px;
}

/* Commented Backslash Hack hides rule from IE5-Mac */
#tabs3 a span {
	float: none;
}
/* End IE5-Mac hack */
#tabs3 a:hover span {
	color: #FFF;
}
#tabs3 a:hover {
	background-position: 0% -42px;
}
#tabs3 a:hover span {
	background-position: 100% -42px;
}
#tabs3 #current a {
	background-position: 0% -42px;
}
#tabs3 #current a span {
	background-position: 100% -42px;
}