body {
	margin: 0px;
	font-size: 9pt;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px solid #ffffff;
}

.whitebox {
	width: 950px;
	height: auto;
	background-color: #ffffff;
	border: 0px solid #cccccc;
	text-align: center;
}

.inputtxt {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
	height: 12px;
	width: 120px;
	font-size: 8pt;
	background-color: #dddddd;
	border: 1px solid #333333;
}

.submit {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
	height: 18px;
	width: auto;
	font-size: 8pt;
	color: #333333;
}

.clearboth
{
	clear: both;
}

.border {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}

.title  {
	float:left;
	background-image: url("images/titlec.gif");
	background-repeat: repeat-x;
	height: 62px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-variant: small-caps;
	font-family: verdana;
	color: #ffffff;
}

.titlel {
	float: left;
	background-image: url("images/titlel.gif");
	background-repeat: no-repeat;
	height: 62px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.titler {
	float: right;
	background-image: url("images/titler.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height: 42px;
	width: 100%;
	padding: 20px 0 0 0px;
	margin: 0;
}

#mbody {
	width: 1000px;
	border: 1px solid #000000;
}

#head {
	width: 1000px;
	height: 207px;
	margin: 0;
	padding: 0 0 0 0;
	background-image: url("images/banner.gif");
}

#content {
	padding: 15px 0 0 0;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url("images/contentbg.gif");
	background-repeat: repeat-x;
}

#btnspacer {
	width: 421px;
	height: 44px;
	margin: 163px 0 0 0;
	float:left;
}
#homebtn {
	width: 182px;
	height: 44px;
	float: left;
	margin: 163px 0 0 0;
	padding: 0;
	background-image: url("images/home.gif");
}

#homebtn:hover {
	background-image: url("images/homeh.gif");
}

#topgamesbtn {
	width: 182px;
	height: 44px;
	float: left;
	margin: 163px 0 0 0;
	padding: 0;
	background-image: url("images/topgames.gif");
}

#topgamesbtn:hover {
	background-image: url("images/topgamesh.gif");
}

#newgamesbtn {
	width: 182px;
	height: 44px;
	float: left;
	margin: 163px 0 0 0;
	padding: 0;
	background-image: url("images/newgames.gif");
}

#newgamesbtn:hover {
	background-image: url("images/newgamesh.gif");
}

#topnav {
	margin: 0 0 15px 0;
	width: 716px;
	height: 62px;
	background-image: url("images/submenubg.gif");
}

#navlinks {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navlinks li {
	margin: 12px 0 1px 0;
	width: 80px;
	height: 10px;
	float: left;
	list-style-type: none;
	display: inline;
}

#navlinks li a {
	margin: 0 0 0 0;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

#navlinks li a:hover {
	color: #333333;
	text-decoration: underline;
}

#searchbox {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	width: 220px;
	float: right;
}

img {
	border: none;
}
	
a:link { 
	color: #007A9F;
	text-decoration: none;
}
	
a:visited { 
	color: #007A9F;
	text-decoration: none;
}
	
a:hover { 
	color: #9F540B;
	text-decoration: underline;
}

td {
	vertical-align: top;
}