body {
	text-align: center;
	font-size: 12px;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	color: #000;
	background: url('imgs/bg-page.jpg') top left;
	margin:auto 0px 0px 0px;
}

#boundary
{
	text-align: left;
	margin: 5px auto 0 auto;
	width: 998px;
	min-width: 998px;
	z-index: 1;
	border: 1px solid #000;
	background: #ffffff;
}

#menu
{
	text-align: left;
	background:#a3a3a3 url('imgs/buttonbar.png') repeat-x;
	margin: 1px 1px 1px 1px;
	border-left: 1px solid #000;
	border-right:  1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#menulink
{
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #000;
}

#divider
{
	height: 2px;
	background: #a3a3a3 url('imgs/bar.jpg') repeat-x;
}

#menubar
{
	height: 40px;
	margin: 1px 1px 1px 1px;
	background:  #a3a3a3 url('imgs/menubar.jpg') top left repeat-x;
}

#pageheader
{
	text-align:center;
	font-size: xx-large;
}

#content
{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: large;
}

#content_home
{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: large;
	width: 900px; 
	margin:0px auto;
}


h2
{
	text-align: center;
}

hr
{
	width: 50%;
}

#footer
{
	height: 80px;
	margin: 1px 1px 1px 1px;
	background:  #a3a3a3 url('imgs/footerbar.jpg') top left repeat-x;
	width: 994px;
	color: #ffffff;
	border-left: 1px solid #000;
	border-right:  1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#gamebox
{
	border: 8px groove #666;
}

#gtembed
{
	border: 8px groove #666;
}

#borderless
{
	border: 0px;
}

#picturetable
{
	border: 8px groove #666;
	width: 900px;
	height: 600px;
	background: #000;
}

#slidepicture
{
	max-width: 900px;
	max-height: 600px;
	vertical-align: middle;
}

#slidecontrols
{
	border: 4px groove #666;
}

#forumbox
{
	text-align: left;
	width: 350px;
	min-width: 350px;
	border: 2px solid #000;
	background: #323232;
	margin: 1px 1px 1px 1px;
	float:right;
	color: white;
}

	a.forumlink:link {text-decoration:none; color:White;}
	a.forumlink:hover {text-decoration: underline; color:White;}
	a.forumlink:visited {text-decoration: none; color:White;}
	a.forumlink:active {text-decoration: none; color:White;}

#homebody
{
	min-height:250px;
}

/*non-hovered style*/ 
.nothover { 
background-color: #000080; 
color: #fff; 
filter: alpha(opacity=80); 
-moz-opacity: .8; 
} 

/*hovered style*/ 
.hover{ 
background-color: #000080; 
color: #fff; 
filter: alpha(opacity=100); 
-moz-opacity: 1.0; 
} 

