body
{
	padding: 0px;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}




/* ---------------
links and whatnot
----------------- */

a:link{color:#FFFFFF; text-decoration: none;}
a:visited{color:#FFFFFF; text-decoration: none;}
a:hover{color:#222222; text-decoration: none;}
a:active{text-decoration: none;}



/* ---------------
font styles
----------------- */

.selection
{
	font-family: arial;
	font-weight: 900;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 130%;

}

.center
{
  text-align: center;
}

.info
{
  text-align: center;
	font-family: arial;
	font-weight: 900;
	color: #FFFFFF;
	background-image: url(images/hatch.jpg);
	background-repeat: repeat;
}



/* ---------------
image styles
----------------- */


img {
  border-style: none;
	padding: 10px;
}




/* ---------------
formatting, lines, etc.
----------------- */


.main
{
	text-align: center;
	v-align: middle;
}




/* ---------------
Last Modified: 10/25/06
Ben Hunter
----------------- */