body 

{
	color: #464c31;
	margin: 0;
	padding: 0;
	text-align: center; /* for pre IE6 browsers */
	height:		100%;
	background-image: url(bg.jpg);

}

h1
{
font-size:14pt;
}

html 
{
	height:	100%;
	margin-left: auto;
	margin-right: auto;
}





#holder
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	font-family: verdana;
	font-size: 9pt;
	width: 750px; /* it won't center if you don't give a width */
	margin: 0 auto;
	text-align: left; /* to realign your text */
}


#info
{
	
}

#formHolder
{
	
}

#about
{
	
}


#rules
{
	
	overflow: auto;
	height:250px;
	background: #dad290;
	color: #000000;
	font-size:9pt;
	
}

#bioFloatRight
{
	
	float:right;
	padding: 2px;
	margin: 10px;
	text-align: center;

	
}



#footer

{
	background-image: url(assets/footer.png); 
 	width:		721px;
	min-height:	10px;
	margin:		auto;
	margin-top:	0;
	margin-bottom:	0;
	padding:	0;
	font-family: verdana;
	font-size: 8pt;
}





A:link{color:#4a766d; text-decoration:none;}

A:hover{color:#4a766d; text-decoration:underline;}

A:active{color:#4a766d; text-decoration:none;}

A:visited{color:#4a766d; text-decoration:none;}

A:visited:hover{color:#4a766d; text-decoration:underline;}

A.sidebar:hover{color:#4a766d; text-decoration:underline;}

A.bottomMenu:hover{color:#4a766d; text-decoration:underline;}



select {

	BORDER: #480e0e 1px solid; 
	FONT-SIZE: 12px; COLOR: #000; 
        FONT-FAMILY: Verdana, Arial, Sans-Serif; 
	BACKGROUND-COLOR: #dad290;
	width: 160px;

	}

	
input {
color: #000; background-color: #dad290; border: 1px solid #000;;margin-bottom: 5px;
}

#check_box{color: #000; background-color: #dad290; border: 1px solid #000; margin-bottom: 5px;}


#radio1{
width: 10px
}