@charset "UTF-8";
body {
	background-color: rgb(159,159,150); opacity: 1;
	color: #000;
	padding-bottom: 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
.flash {
	text-align: center;
	width:100%;
}
.flashgame {
	height:70px;
	margin-bottom: 30px;
}
.boxes {
	background-color: rgb(275,275,275); opacity: 1;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: left;
	vertical-align: top;
}
.pic {
        float: left;
		border: 1px solid black;
        margin: 5px 5px 5px 5px;
        text-decoration: none
}
.listpic {
		border: 1px solid black;
        text-decoration: none
}
.games {
	width: 100%;
	text-align: center;
	
}
.games td{
	width: 20%;
	text-align: center;
	padding-bottom: 40px;
}

#banner {
	float: center;
	text-align: center;
	vertical-align: center;
	margin-top: 10px;
}
#logo {
	float: left;
	background-image: url('logo/Logo1-nobg.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 76px;
	width: 200px;
	margin-top: 20px;
}
#topbar {
	float: top;
	background-color: rgb(225,225,225); opacity: 1;
	height: 120px;
	width: 100%;
	margin: 15px auto 0px auto;
}
#innertopbar {
	background-color: rgb(275,275,275); opacity: 1;
	width: 99%;
	height: 109px;
	margin: 5px 5px 5px 5px;
}
#innerwrapper {
	overflow: auto;
	float: right;
	background-color: rgb(225,225,225); opacity: 1;
	width: 90%;
	margin: 15px auto 0px auto;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu {
	background-color: rgb(225,225,225); opacity: 1;
	border: 1px solid #000;
	margin: 15px auto 0px auto;
	height: auto;
	width: 8%;
	text-align: center;
	float: left;
	padding: 2px;
}
#menuitem
{
	background-color: rgb(275,275,275); opacity: 1;
	width: 100%;
	border: 1px solid #000;
	margin: 5px 5px 5px 5px;
	padding: 3px;
}
#content {
	min-height: 500px;
	float: right;
	height: auto;
	width: 99%;
	margin: 5px 5px 5px 5px;
}
#right_content {
	width: 40%;
	float: right;
	margin: 0px 5px 0px 0px;
}
#left_content {
	width: 50%;
	float: left;
	margin: 0px 0px 0px 5px;
}
#siteinfo {
	float: right;
	margin: 5px;
	height: 20px;
	width: 99%;
	text-align: center;
}
a:visited
{
  color: #606780;
  text-decoration: none
}

a:link
{
  color: #5366a6;
  text-decoration: none
}

a:hover
{
  color: #8393ca;
  text-decoration: underline
}

a:active
{
  color: #000000;
  text-decoration: underline
}

h1 {
	text-align: center;
}
h2 {
	text-align: left;
}