@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#fullimage {
	width: 900px;
	height: 650px;
	float: left;

}

#banner {
	width: 900px;
	height: 200px;
}

#main {
	width: 900px;
	height: 370px;
	float: left;
	background-color: #390f43;
}

#main280 {
	width: 900px;
	height: 280px;
	float: left;
	background-color: #390f43;
	background-image: url(../images/main-280px.png);
	background-repeat: no-repeat;
}

#btns {
	width: 900px;
	height: 90px;
	float: left;
}

#leftcol {
	width: 250px;
	height: 370px;
	float: left;
}

#rightcol {
	width: 650px;
	height: 370px;
	float: right;
}

#footer {
	width: 900px;
	height: 80px;
	float: left;
}

#term bar {
	width: 900px;
	height: 25px;
	float: left;
}

#game {
	width: 900px;
	height: 650px;
	float: left;
	background-color: #390f43;
	background-image: url(../images/game-bg.png);
	background-repeat: no-repeat;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	text-decoration: none;
}

.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 1.2em;
	text-decoration: none;
}

.txtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	text-decoration: none;
	color: #F00;
}

.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: bold;
}
