@charset "utf-8";
html, body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #474F2A;
	background-image: url(../images/bkg_page.jpg);
	background-repeat: repeat-x;
}

img {
	border:none;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	background-image: url(../images/bkg_header.jpg);
	background-repeat: no-repeat;
	height: 276px;
	width: 980px;
	background-color: #FFCC00;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -1000px;
}

#banner {
	background: #FFCC00;
	height: 90px;
	width: 728px;
	margin-left: 248px;
	margin-top: 156px;
}

#content {

}
#footer {
	background-color: #474F2A;
	clear: both;
	background-image: url(../images/bkg_footer.gif);
	background-repeat: no-repeat;
	padding-left: 212px;
	padding-top: 22px;
	font-size: 10px;
	color: #FFCC00;
	text-align: center;
}
#footer a {
	color: #FFFF66;
	font-weight: bold;
}

#menu {
	background-image: url(../images/bkg_menu.gif);
	background-repeat: no-repeat;
	float: left;
	width: 196px;
	height:280px;
	background-color: #FF6600;
	background-position: left top;
}
#menu ul {
	padding: 10px 0px 0px;
	line-height: 20px;
	margin: 10px 0px 0px 35px;
	width: 140px;
}
#menu ul ul {
	margin: 0px 0px 0px 20px;
	width: 120px;
	padding: 0px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #000000;
	border: 1px solid #FF6600;
}

#menu li a {
	padding-left: 24px;
	line-height: 20px;
	display:block;
	text-decoration: none;
	color: #390039;
	font-weight: bold;
}


#menu li a:link, 
#menu li a:visited {
	background-image:url(../images/bullet_black.gif);
	background-repeat: no-repeat;
}

#menu li a.current,
#menu li a.current:link,
#menu li a.current:visited,
#menu li a.current:hover,
#menu li a.current:active {
	color: #000000;
	background-image:url(../images/bullet_white.gif);
	background-repeat: no-repeat;
	cursor: default;
	text-decoration: none;	
}

#menu li a:hover,
#menu li a:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-image:url(../images/bullet_white.gif);
	background-repeat: no-repeat;
}

#bodytext {
	float: left;
	background-image: url(../images/bkg_content.gif);
	background-color: #FFCC00;
	width: 784px;
	background-repeat: repeat-y;
}
#bodytext h3 {
	background-image: url(../images/bkg_GameSplash.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	line-height: 42px;
	text-indent: 12px;
	font-size: 12px;
	font-style: normal;
	font-family: Tahoma, Georgia, Arial;
	color: #000000;
	padding-bottom: 7px;
	padding-left: 7px;
	height: 210px;
	width: 266px;
}

#bodytext h2 {
	clear:left;
	font-size: 17px;
	background-color: #FFCC00;
	background-image: url(../images/bkg_GameSection.jpg);
	background-repeat: no-repeat;
	line-height: 50px;
	width: 741px;
	font-weight: normal;
	padding-left: 22px;
	color: #FF3300;
	height: 46px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#bodytext h4 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#bodytext p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 70px 5px;
}

#bodytext a,
#bodytext a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ED0303;
}

#bodytext a:visited
 {
	font-weight: bold;
	text-decoration: none;
	color: #BF2600;
}

#bodytext a:hover
 {
	font-weight: bold;
	text-decoration: none;
	color: #F06000;
}


#bodytext a {
	font-weight: bold;
	text-decoration: none;
	color: #911D00;
}

#flashcontent {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 540px;
}
