body {
	font-family: Bitstream Vera Sans, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #EEEEEE;
	text-align: center;
	font-size: 75%;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 3.4em;
	font-weight: normal;
	color: #404040;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 3px;
}
h2 a {
	text-decoration: none;
	color: black;
}
.wide {
	width: 100%;
	position: absolute;
	text-align:center;
	left: 0px;
}

.content { top: 25px; }
.content .space {
	background: white;
	width: 700px;
	margin: 0px auto;
	height: 100%;
	text-align: left;
}
.content .margin { margin-left: 15px; }

.gradienttop {
	background: #EEEEEE url(img/top2.png) repeat-x;
	margin-top: 60px;
	height: 15px;
}
.gradientbot {
	background: #EEEEEE url(img/bottom.png) repeat-x;
	bottom: 60px;
	height: 15px;
}
.blackbar {
	width: 100%;
	height: 60px;
	background: black;
	color: white;
}
.bottom { bottom: 0px; }
.bottom div {
	font-size: 0.75em;
	margin: 0 auto;
	color: white;
	margin-bottom: 4px;
}
.top {
	position: absolute;
	top: 0px;
	left: 0px;
}
.redline { border-top: 1px solid red; }

.boxtop		{ background: url(img/topleft.png) no-repeat top left; height: 20px; }
.boxtop div	{ background: url(img/topright.png) no-repeat top right; height: 20px; }
.boxbot		{ background: url(img/bottomleft.png) no-repeat bottom left; height: 40px; }
.boxbot div	{ background: url(img/bottomright.png) no-repeat bottom right; height: 40px; }
.boxtop div, .boxtop, .boxbot div, .boxbot { width: 100%; font-size: 1px; }

.rbottom { bottom: 21px; }
.rbottom div {
	width: 700px;
	margin: 0 auto;
}

.rtop { top: 15px; }
.rtop div {
	width: 700px;
	margin: 0 auto;
}

.button {
	width: 500px;
	height: 26px;
	background: url(img/goldback.png) repeat-x;
	text-align: center;
	color: #303030;
	font-size: 1.2em;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tower {
	height: 100%;
	top: 0px;
}
.tower div {
	width: 700px;
	background: white;
	margin: 0px auto;
	height: 100%;
}
.icon {
	float: left;
	margin-left: 20px;
	margin-right: 5px;
}
.menu { margin-bottom: 29px; }

.badge { 
	position: relative; 
	left: 290px; 
	top:60px
 }
.badgetext {
	font-size: 1.45em;
	padding-top: 51px;
}
.small {
	font-size: 0.8em;
	color: #666666;
}

.xbox { 
	position: relative; 
	left: 165px; 
	top: 150px
 }