@charset "utf-8";
html, body {
	height: 100%;
}
body {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #272928;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: normal;
	background-image: url(images/vertbar2_wd4.png);
	background-position: 80px;
	background-repeat: repeat-y;
}
#top { /*silly thing needed by Opera for footer to work?*/
    position: absolute;
}

p, h1, h2, h3, h4 {
    margin: 0;
	margin-top: 0;
	margin-bottom: 0;
    padding: 0.3em 0;
	padding-top: 0.3em 0;
	padding-bottom: 0.3em 0;
}

#Header {
	color: #FFFFFF;
	width: 600px;
	margin-bottom: 0px;
	font-size: 64px;
	padding-top: 60px;
}

a:hover  {
	color: #FF66CC;
}
a    {
	color: #FFFFFF;
	text-decoration: none;
}

#Content {
	float: none;
	margin-top: 90px;
	margin-bottom: 0px;
	width: 600px;
}
.downlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	width: 80%;
	font-style: italic;
}
.title {
	width: 400px;
	margin-top: 60px;
	height: 50px;
	margin-bottom: -15px;
	font-size: 30px;
	white-space: nowrap;
}

.longtext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 90%;
	margin-left: 2%;
	white-space: normal;
}
#footer-spacer {
    height: 40px;
}
#footer {
	border-top: 1px dotted #FFF;
	margin-left: 80px;
	margin-top: 10px;
	padding-top: 6px;
    height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	white-space: nowrap;
}
.game {
	margin-top: 12px;
	margin-right: 18px;
	margin-bottom: 24px;
	float: left;
	border: thick solid #FFF;
	white-space: normal;
	text-align: center;
	width: 800px;
}
.game_extras_container {
	margin-top: 12px;	
	margin-bottom: 24px;
	white-space: normal;
	float: left;
	width: 200px;
}
.game_controls_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	white-space: normal;
}
.game_controls {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	white-space: normal;
	width: 400px;
	margin-bottom: 40px;
	border: thick solid #FFF;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
}
.game_description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	white-space: normal;
	width: 400px;
	border: thick solid #FFF;
	padding-left: 8px;	
	padding-top: 8px;
	padding-bottom: 8px;
}
#Wrapper {
	padding-left: 100px;
	background-image: url(images/head_left.png);
	background-repeat: no-repeat;
	background-position: 12px 32px;
	background-attachment: scroll;
	min-height: 100%;
    margin-bottom: -40px; /* for footer */
}
* html #Wrapper {
	padding-left: 100px;
	background-image: url(images/head_left.png);
	background-repeat: no-repeat;
	background-position: 12px 52px;
	background-attachment: scroll;
    height: 100%;
}

table { 
}
td#col_left {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	overflow:hidden;
	white-space:nowrap;
}
td#col_right {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	overflow:hidden;
	table-layout: fixed;
}

.clear {
	clear: both;
}

.thumblinks_container {
	padding-top:12px;
}

.thumblink img{
	margin: 4px;
	border: thick solid #000;
}
.thumblink:hover img{
	border: thick solid #FF66CC;
}
.thumblink:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

