#site_container	{
	margin-left:auto;
	margin-right:auto;
	width:770px;
	border:#7cbd55 solid 1px;
	}
	
#footer	{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	padding:10px;
	border-bottom:#7cbd55 solid 1px;
	border-left:#7cbd55 solid 1px;
	border-right:#7cbd55 solid 1px;
	background-color:#2c4710;
	overflow:hidden;
	font-size:11px;
	}	
	
#footerLinks	a	{
	color:#ffffff;
	margin-right:10px;
	float:left;
	font-weight:normal;
	}	

#footerLinks a:hover	{
	color:#e3c000;
	}	

	
#copyright	{
	float:right;
	}
	
body	{
	margin:20px 10px 20px 10px;
	padding:0px;
	font-family:arial, sans-serif;
	color:#ffffff;
	font-size:12px;
	background-color:#5a8e22;
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
	}	


	
#content_bg	{
	background-image:url(images/bg-content.jpg);
	background-repeat:repeat-y;
	width:770px;
	overflow:hidden;
	}	
	
#shell_bg	{
	background-image:url(images/bg-shell.jpg);
	background-repeat:no-repeat;
	width:770px;
	overflow:hidden;
	}
	
#side	{
	float:left;
	width:275px;
	}
	
#main	{
	float:left;
	width:495px;
	}		
	
#nav_enter	{
	position:absolute;
	top:106px;
	margin-left:250px;
	}	

#nav_rules	{
	position:absolute;
	top:106px;
	margin-left:420px;
	}	
	
#nav_root	{
	position:absolute;
	top:106px;
	margin-left:587px;
	}		

#content	{
	width:400px;
	margin:30px 30px 10px 30px;
	}	

	
div.t1	{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	}	
	
img	{
	border:0px;
	}
	

p	{
	margin:0 0 15px 0;
	line-height:1.5em;
	}	
	
a	{
	text-decoration:none;
	font-weight:bold;
	color:#c10081;
	}	

a:hover	{
	color:#e439ab;
	}	
	
h1	{
	margin:0 0 20px 0;
	color:#75a550;
	font-size:18px;
	}	

h2	{
	margin:0 0 20px 0;
	color:#ffffff;
	font-size:14px;
	}	

		
/* -- form stuff --*/

tr.shade1	{
	background-color:#30580f;
	}
	
tr.shade2 	{
	background-color:#366311;
	}	

input	{
	font-family:arial, helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}	

input.text	{
	border:#000000 solid 1px;
	width:200px;
	}	
	
input.textSmall	{
	border:#000000 solid 1px;
	width:50px;
	}		
	

input.button	{
	border:#7f0055 solid 1px;
	background-color:#c10081;
	color:#ffffff;
	font-weight:bold;
	display:block;
	height:30px;
	width:100px
	}		
	
a.button		{
	border:#7f0055 solid 1px;
	background-color:#c10081;
	color:#ffffff;
	font-weight:bold;
	display:block;
	text-align:center;
	padding-top:7px; 
	padding-bottom:1px;
	height:20px;
	width:100px;
	}		
	
small	{
	font-size:11px;
	}	
	
table.form	td 	{	
	padding:3px;
	}		