body {
	background: #222222;
	text-align: center;
}

body, p {
	font-family: Georgia, Verdana;
	font-size: 90%;
	color: #eeeeee;
}

div {
	border: solid 1px #444444;
}

.pagecontainer {
	width: 100%;
	border: none;
}

.maincontainer {
	background: url(/images/tablebg.jpg) right repeat-y;
	background-color: #231C00;
	margin:0 auto;
	width: 781px;
	padding: 0;
}

.specialdesc {
	border: 0;
	color: #5C4F18;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* ----------Header and Footer---------- */

.header {
	background: url(/images/header.jpg) no-repeat top;
	width: 780px;
	height: 130px;
	text-align: center;
	padding: 0;
}


.bigbar {
	background: url(/images/bigbar.jpg) no-repeat top;
	width: 780px;
	height: 30px;
	text-align: center;
	padding: 0;
	display: block;
	clear: both;
}

.bigbar h1 {
	font-size: 100%;
	font-weight: normal;
	color: black;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

.bigbar p {
	font-size: 100%;
	font-weight: normal;
	color: black;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

/* ----------Top Navigation---------- */

.topnav	{
	margin-top: 110px;
	border: 0;
	padding: 0;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
}

.topnav ul {
	margin: 0;
		}
	
.topnav li	{
	display:inline;
}
	
.topnav li a	{
	padding:0.2em 1em;
	background:#6B5B1D;
	color:#eeee00;
	text-decoration:none;
	float: none;
	border:1px solid #000;
}
	
.topnav li a:hover{
	background:#ff5500;
	color:#000000;
}

/* ----------Left Navigation---------- */

.leftnav {
	float: left;
	width: 160px;
	height: 300px;
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

.leftnavtitle {
	background: url(/images/smallbar.jpg) no-repeat top;
	min-width: 160px;
	width: 160px;
	height: 20px;
	text-align: center;
	padding: 0;

}

.leftnavtitle p {
	font-size: 110%;
	font-weight: bold;
	color: #eeee00;
	margin: 0 0 0 0;
	padding: 1px 0 0 0;
}

.leftnavcontent {
	background: url(/images/navbg.jpg) left repeat-y;
	width: 160px;
	border-bottom: 0;
}

.leftnavcontent p {
	margin: 0 0 0 0;
	padding: 10px 0 3px 10px;
	text-align: left;
	color: white;

}

.leftnavcontent a:link {
	text-decoration: none;
	color: #eeee00;
}

.leftnavcontent a:visited {
	text-decoration: none;
	color: #eeee00;
}

.leftnavcontent a:active {
	text-decoration: none;
	color: #eeee00;
}

.leftnavcontent a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.searchbox {
	text-align: center;
	border: 0;
	padding: 10px 0 10px 0;
	height: 60px;
}

.searchbox INPUT {
	margin: 2px 2px 2px 2px;
	background-color: #706104;
	color: #eeee00;
	border: #444444 1px solid;
}

/* ----------Main Content Window---------- */

.maincontentcontainer {
	width: 615px;
	min-height: 500px;
	border: 0;
	float: right;
}


.maincontenttitle {
	background: url(/images/medbar.jpg) no-repeat top;
	min-width: 615px;
	width: 615px;
	height: 20px;
	text-align: left;
	color: #eeee00;
	padding: 0px;
	border: 0;
}

.maincontenttitle h2 {
	font-size: 120%;
	font-weight: bold;
	color: #eeee00;
	margin: 0 0 0 5px;
	padding: 0;
}

.maincontent {
	width: 615px;
	border: 1px, 1px, 0 1px;
	padding: 0;
	margin: 0; 
}

.maincontent p {
	margin: 0 0 0 0;
	padding: 5px 0 3px 20px;
	text-align: left;
	color: white;
}

.maincontent h3 {
	font-size:100%
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 0 3px 20px;
	text-align: left;
}

.maincontentcontainer a:link {
	text-decoration: none;
	color: #eeee00;
}

.maincontentcontainer a:visited {
	text-decoration: none;
	color: #eeee00;
}

.maincontentcontainer a:active {
	text-decoration: none;
	color: #eeee00;
}

.maincontentcontainer a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* ------------LINK STYLES--------------- */

	
a:link img { 	border: 1px solid black; }
a:visited img {	border: 1px solid black; }
a:hover img {	border: 1px solid red; }
a:active img {	border: 1px solid black; }


/* ------------Game Index Display--------------- */

.maingamethumb {
	float: left;
	width: 120px;
	border: 0;
	margin: 10px 2px 2px 0px;
	font-weight: bold;
	font-size: 80%;
}

.maingamelist {
	float: left;
	width: 120px;
	border: 0;
	margin: 10px 2px 2px 0px;
	text-align: left;
}

.browsegame {
	float: left;
	width: 190px;
	height: 175px;
	border: 0;
	text-align: left;
	font-size: 75%;
	margin: 10px 0 0 5px;
	padding: 5px 5px 5px 5px;
}

.browsegamethumb {
	float: right;
}

.browsetitle {
	border: 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px 0;
}

.browsestars {
	border: 0;
	padding: 2px 2px 5px 2px;
	text-align: center;
}

.more {
	padding: 10px 0 5px 0;
	border: 0;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

.clearboth { 
	clear: both;
	border: 0;
}

.pagenumbers {
	border: 0;
	clear: both;
	font-size: 125%;
	text-align: center;
}

.catfooter {
	margin: 20px 10px 10px 10px;
	text-align: left;
	border: 0;
}


/* ------------Game Display Pages--------------- */

.gamecontainer	{
	border: 0;
	text-align: center;
}

.tellafriend {
	float: left;
	text-align: left;
	border: 0;
	font-weight: bold;
	color: #eeee00;
	margin: 0 0 0 70px;
}

.bookmarkus {
	float: right;
	text-align: right;
	border: 0;
	font-weight: bold;
	color: #eeee00;
	margin: 0 70px  0 0;
}

.gametitle {
	font-weight: bold;
	font-size: 110%;
}

.gameinfo	{
	border: 0;
	text-align: left;
	margin: 0 0 0 30px;
}

.playrate {
	border: 0;
	padding: 20px 0 20px 0;
}

.myspacecode {
	border: 0;
	text-align: center;
	padding: 0 15px 25px 15px;
}

.myspacetextarea {
	margin: 2px 2px 2px 2px;
	background-color: #706104; 
	color: #eeee00;
	border: #444444 1px solid;
	font-size: small;
  width: 400px;
	height: 100px;
	}
	
.myspacetitle {
	border: 0;
	font-size: 150%;
	color: #eeee00;
}

.myspacetitle2 {
	border: 0;
	font-size: 100%;
	color: #eeee00;
}

.myspaceinstructions {
}


/* RateGame popup */

.rategame {
	border: 0;
	font-size: 140%;
}

.rategamenumbers {
	border: 0;
	font-size: 150%;
	font-weight: bold;
	
}

.rategame a:link {
	text-decoration: none;
	color: #eeee00;
}

.rategame a:visited {
	text-decoration: none;
	color: #eeee00;
}

.rategame a:active {
	text-decoration: none;
	color: #eeee00;
}

.rategame a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* TellAFriend popup */

.tellfriend {
	border: 0;
	font-size: 140%;
}

.tellfriend input {
	margin: 2px 2px 2px 2px;
	background-color: #706104;
	color: #eeee00;
	border: #444444 1px solid;
}
