
BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
	background-image: url(/img/background_tile.jpg);
	background-color: #818081;
	margin-top: 10px;
	background-repeat: repeat-x;
}



H1, H2, H3{
	font-size:130%;
	color:#BB890C;
	text-transform:uppercase;
	font-weight:bold;
	padding: 8px 0px 4px 0px;
	margin: 0 0 10px 0;
}

A, A.selected, A.visited {
	color:#000080;
	}
A:HOVER {
	color:#FF0000;
	}
	
SELECT,INPUT, TEXTAREA {font-size:80%;}
IMG {border:0;}
FORM{margin:0;}
TABLE, TR, TD{margin: 0; padding: 0;border: 0;}



/******  HEADER  ******/
#Header {
	width: 800px;
	height: 170px;
	/*background: url(/img/header-home1_03.jpg) top center no-repeat;*/
	margin: 0 auto;
	text-align: center;
	margin: 0;
	padding: 0;
}

#Header .Date {
	text-align:right;
}





/*### NAVIGATION ###*/
/*********************/
#Navigation {
	background: url(/img/Nav-Background.jpg) top center no-repeat;
	height: 39px;
	margin: 0 auto;
	text-align:center;
	padding: 0 0 0 85px;
}

#Navigation A {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	display:block;
	float:left;
	padding: 9px 7px 7px 7px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
}

#Navigation A:hover {
	background-color: #CC0000;
	background: url(/img/nav-rollover.jpg) repeat-x;
}


/*### NAVIGATION ###*/
/*********************/

#NavContainer
	{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

#Nav {
	margin: 0 auto;
	font-size: 90%;
	float:left;
	/*margin:2em;
	margin-top: 1em;*/
	border: 0;
	width: 100%;
	background: url(/img/Nav-Background.jpg) top center no-repeat;
	height: 39px;
}
		
#Nav a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #707070;
}
	
#Nav a:link, #Nav a:visited, #Nav a:active	/* menu at rest */
	{
	color: #CCCCCC;
	text-decoration:none;
	}
	
#Nav a:hover						/* menu on mouse-over  */
	{
	color: #FFFFFF;
	background: url(/img/nav-rollover.jpg) repeat-x;
	text-decoration:none;
}

#Nav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:7em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#Nav ul li ul li A{
	text-align:left;
	padding: 5px;
	background: #000;
}

#Nav li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	text-align: left;
	}

#Nav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width: 120px;
	}

#Nav ul ul ul
	{
	top:0;
	left:100%;
	}

div#Nav li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#Nav li:hover ul ul,
div#Nav li li:hover ul ul,
div#Nav li li li:hover ul ul,
div#Nav li li li li:hover ul ul
{display:none;}

div#Nav li:hover ul,
div#Nav li li:hover ul,
div#Nav li li li:hover ul,
div#Nav li li li li:hover ul
{display:block;}


/******  MAIN CONTENT  ******/
#Content {
	width: 790px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 5px;
}





/*### HOMEPAGE ###*/
/******************/
#HomepageFeatures {
	width: 700px;
	margin: 0 auto;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#HomepageFeatures TR{
	padding: 0;
	border: 0;
	margin: 0;
}

#HomepageFeatures TD{
	border: 2px solid #FFF;
	padding: 0;
	margin: 0;
	background-color: #230403;
	color: #4a4c4d;
	vertical-align: top;
}

#HomepageFeatures P {
	padding-left: 8px;
	padding-right: 4px;

}

#HomepageFeatures P B{
	color: #996600;
	font-weight: bold;

}

#HomepageFeatures IMG{
	padding: 0;
	border: 0;
	margin: 0;
}



/*### DESIGNS ###*/
/*****************/
.GreyTable {
	width: 770px;
	margin: 0 auto;
}

.GreyTable .Header {
	background: url(/img/Table-Header-Grey-Curves.gif) top center no-repeat;
	height: 30px;
	padding-left: 0 0 0 15px;
}

.GreyTable .Header H3{
	margin: 0;
}

.GreyTable TR {
	background: url(/img/Table-Background-Grey-Gradient.gif) top repeat-x;
}

.GreyTable TD{
	padding: 0 5px 3px 5px;
	width: 50%;
	vertical-align: top;
	color: #7E7E7E;
}

/** Games List **/
#GamesList {
	background: url(/img/Games-List-Background.jpg) center center no-repeat;
	width: 381px;
	height: 188px;
	float: right;
}

#GamesList .Header{
	color: #FFFFFF;
	padding: 10px 0 0 15px;
}

#GamesList UL {
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type:none;
}

#GamesList LI{
	margin: 0 0 3px 15px;
}

#GamesList A, #GamesList A:hover {
	color: #864C03;
	font-weight: bold;
	font-size: 125%;
	text-decoration: none;
}



/** Games Subpage List **/
#GamesSubpageList {
	background: url(/img/Games-Subpage-List-Background.jpg) center center no-repeat;
	width: 381px;
	height: 188px;
	float: right;
}

#GamesSubpageList .Header{
	color: #FFFFFF;
	padding: 10px 0 0 15px;
}

#GamesSubpageList UL {
	margin: 40px 0 0 15px;
	padding: 0;
	list-style-type:square;
	width: 220px;
	color: #864C03;
}

#GamesSubpageList LI{
	margin: 0 0 3px 15px;
}

#GamesSubpageList A, #GamesSubpageList A:hover {
	color: #864C03;
	font-weight: bold;
	text-decoration: none;
}


/******  SITEMAP  ******/
/***********************/

#Sitemap LI {
	padding: 4px;
}

#Sitemap UL {
	font-size: 80%;
}

#Sitemap UL LI UL {
	font-size: 100%;
}


/******  FOOTER  ******/
/**********************/
#Footer {
	clear:both;
	width:800px;
	height: 80px;
	background: url(/img/Footer-Bottom.jpg) bottom center no-repeat;
	background-color: #FFFFFF;
	font-size: 95%;
	color:#808080;
	margin:auto;
	text-align:center;
}

#Footer A {
	color:#808080;
}

#Footer A:hover {
	color:#8C0303;
}


/******  OTHER  ******/
/*********************/
.MoreInfoBrownLink, .MoreInfoBrownLink A, .MoreInfoBrownLink A:hover{
	color: #864C03;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
}