html,body { height: 100%; }
body { 
	background: url('../images/background.gif');
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#top { 
	width: 680px;
	height: 63px; 
	background: url('../images/top_logo.gif') no-repeat center; 
}
#page { width: 100%; height: 100%; background: url('../images/top_background.gif') repeat-x;}
#main {
	width: 680px; 
	min-height: 100%; 
	margin: 0 auto;
	background: url('../images/body_background.gif') repeat-y center; 
}
#content {
	padding: 0px 40px;
}
#copyright {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: center;				
	padding: 20px 0;
	clear: both;
}
#logo {
	text-align: left;
	float: left;
	padding-left: 48px;
	margin-top: 21px;
}

#nav {
	float: right;
	text-align: right;
	padding-right: 53px; 
	padding-top: 26px;
}
#nav a { margin-left: 14px; padding-bottom: 2px; padding-top: 20px; }
#nav a:link {
	color: #444;
	text-decoration: none;
	border: 0;
}
#nav a:visited { 
	text-decoration: none;
	color: #444;
	border: 0;
}
#nav a:hover { 
	color: #1a9bd1;
	border-top: 40px solid #4e5154;
}
a:link {
	color: #0071a6;
	text-decoration: none;
}
a:visited { 
	color: #0071a6;
	text-decoration: none;
}
a:hover { 
	color: #1a9bd1;
	text-decoration: underline;
}
#bottom-nav {
	font-size: 80%;
}
#bottom-nav a:link {
	color: #444;
}
#bottom-nav a:visited {
	color: #444;
}

#footer {
	margin-top: 20px;
	text-align:center;
	clear: both;
}

.help {
	cursor: help;
}
form { 
	margin: 0;
	border: 1px dashed #ccc;
	border-left: 0;
	border-right: 0;
	padding: 0 10px;
	padding-bottom: 10px;
	background: #eee;
}
small form {
	border: 0;
	padding: 0;
	display: inline;
}
small form input {
	font-size: 10px;
}
form dl dd {
	width: 370px;
	margin: 0;
	margin-bottom: 3px;
	float: left;
	clear: right;
	display: inline;
}
form dl dt {
	font-weight: bold;
	display: inline;
	margin: 0;
	margin-bottom: 3px;
	width: 150px;
	float: left;
}
h1 {
	font-size: 17px;
	border-left: 30px solid #afb5b8;
	padding-left: 7px;
	color: #687176;
	margin: 0;
	display: inline;
	margin-right: 5px;
}
h2 {
	width: 98%;
	background: #f5f5f5;
	padding: 5px;
	margin: 0;
	font-size: 16px;
	color: #3d5a6b;
}
h3 {
	margin: 0;
	color: #8ea941;
	font-size: 14px;
	font-style: italic;
}
.game_title {
	width: 590px;
	height: 120px;
	margin-bottom: 16px;
}
.game_title .game_image {
	text-align: center;
	float: left;
	margin:0;
}
.game_title .game_desc { 
	background: url('../images/game_item.gif') no-repeat;
	padding: 10px;
	padding-left: 14px;
	float: left;
	width: 410px;
	height: 120px;
}
hr {
	border-collapse: collapse;
	height: 1px;
	color: #ccc;
	margin-bottom: 7px;
	border: 0;
	border-top: 1px solid #ccc;
}
small {
	font-size: 90%;
}
small.faint {
	color: #999;
}
p.top { margin: 0; }
.indent {
	width: 550px;
	margin: 10px 20px;
	margin-bottom: 30px;
}
.indent p {
	margin-top: 7px;
}
div *.justified { text-align: justify;}