html { height: 101%; }

body {
	background-color:#3A3A3A;
}

img {
	border:none;
}

#pagecontent {
	width: 980px;
	margin: -10px auto auto auto; 
	text-align: left;
	background-color: #EEE;
}

#header img {
	width: 100%;
}

#column-left {
	width: 160px;
}

#column-center {
	vertical-align:top;
	width: 660px;
	padding:10px 20px 30px;
	border: 2px groove #8FBF41;
	background-color:#b5e46b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}

#column-right {
	width: 160px;
}

.sidebar_title {
	background-image:url(images/button-green.png); 
	color:#000000;
	font-weight:bold;
	font-variant: small-caps;
	line-height:23px;
	text-align:center;
	font-size:12px;
	width:160px;
}

.sidebar_link {
	background-image:url(images/button-white.png);
	color:#005e31;
	line-height:23px;
	width:160px;
	text-indent:30px;
}

.sidebar_w3c {
	background-image:url(images/button-xhtml.png);
}

.sidebar_link:hover {
	background-image:url(images/button-highlight.png);
}

a:link {
	color:#003300;
	text-decoration:none;
}

a:visited {
	color:#990000;
	text-decoration:none;
}

.sidebar {
	vertical-align: top;
}

.sidebar a {
	color:#287524;
	text-decoration:none;
}

.sidebar a:hover {
	text-decoration:underline;
}

.sidebar input {
	width: 120px;
	background: none;
	border:none;
	height: 22px;
}

#Themes {
	display: none;
}

#SortBy {
	text-align:center;
	padding: 15px;
}

#game-info {
	float:left;
}

#game-info input {
	width: 300px;
}

#game-images {
	float:left;
	vertical-align:top;
}

#abg {
	background-color:#0033FF;
}