
* { padding: 0; margin: 0; }

body {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #bdbec0;
 color: #000000;
 scrollbar-face-color: White;
 scrollbar-highlight-color: #E8E8E8;
 scrollbar-3dlight-color: #00ff00;
 scrollbar-darkshadow-color: #363636;
 scrollbar-shadow-color: #898989;
 scrollbar-arrow-color: Black;
 scrollbar-track-color: #cccccc;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
	width: 100%;
	color: #333;
	padding: 10px;
	border-bottom: 2px solid #b1db17;
	background: #000;
	height: 130px;
}
#header {
 margin: 0 auto;
 width: 800px;
}
#wrapper2 { 
 margin: 0 auto;
 width: 860px;
 clear:left;

}

#leftcolumn { 

margin: 0px 0px 0px 0px;
  padding: 0px;
 height: 350px;
 width: 180px;
 float: left;
}

#rightcolumn {
float:right; 
 color: #333;
 border-left: 5px solid #999;
 border-right: 5px solid #999;
 background: #fff;
 background-image:url(images/ball.jpg);
 background-repeat: no-repeat;
 background-position: center;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 620px;
}

a
{
 color : #898989;
  font-weight: bold;
  text-decoration : none;
}

a:visited
{
color :#898989;
text-decoration : none;
}

a:hover
{
color :#005500;
text-decoration : underline;
}
.box{
	
 	background-image:url(../images/box.gif);
	background-repeat:no-repeat;
	font-family: gillsans, sans-serif;
	font-size : 15px;
	color:#FFFFFF;
	width:150px;
	height: 30px;
	padding-left:5px;
	margin-bottom:10px;
	}


.box a
{
 color : #bdbec0;
  font-weight: bold;
  text-decoration : none;
 font-family: ariel, sans-serif;
 
}
 
.box a:visited
{
color :#bdbec0;
text-decoration : none;
font-family: ariel, sans-serif;
font-weight: bold;
}

.box a:hover
{
color :#00ff00;
text-decoration : underline;
font-family: ariel, sans-serif;
font-weight: bold;
}	
	
.Trivia{
 	background-color :  #bdbec0;
	border-top: solid #898989 1px;
	border-left: solid #898989 1px;
	border-bottom: Outset #898989 2px;
	border-Right:Outset #898989 2px;
	font-family: Times new roman, serif;
	font-size : 15px;
	width:90%;
	color :#000000;
	padding:10px;
	clear:both;
	}

h1
{
 display:inline;
 font-size : 24px;
 font-weight: bold;
}
h2
{
 display:inline;
 font-size : 18px;
 font-weight: bold;
 font-variant:small-caps;
}

	
#footer { 
 width: 100%;
 clear: right;
  border-top: 2px solid #b1db17;
 background: #898989;
 margin: 0px 0px 0px 0px;
 padding: 20px;
 height:50px;

}

.footer_text
{
width:500px;
float:right;
color: #FFF;
 font-weight:bold;
}