body 
	{
    font-family: Arial, Helvetica, sans-serif;
	background: #474747; 
	margin: 0; 
	padding: 0; 
	}

p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	}		

a
	{
	text-decoration: underline;
	color: #660000;
	}
	
a:hover
	{
	color: #9B0000;
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 0 20px; 
	}	
	
h2
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin: 10px 7px 0 0; 
	}	
		
/*---------- page elements ----------*/			

#wrapper
	{
	width: 800px; 
	margin: 0 auto; 
	background: #474747; 
	}
	
#header
	{
	width: 800px; 
	height: 70px; 
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x; 
	}	
	
#content
	{
	width: 800px; 
	float: left; 
	background: #747474; 
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x; 
	}	
	
#content img
	{
	float: right; 
	margin: 10px 20px 0 10px; 
	}	
	
#content p
	{
	width: 500px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 20px 20px; 
	}	
	
* html #content p
	{
	width: 450px;  
	}		
	
* html #signup p
	{
	width: 180px;  
	}		
	
#signup
	{
	width: 240px; 
	float: right;
	margin: 10px 20px 0 10px; 
	clear: both; 
	} 	
	
#signup p
	{
	width: 220px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	margin: 10px 10px 0 0; 
	}		
	
#signup a
	{
	color: #f8981d; 
	text-decoration: underline;
	font-weight: normal; 
	font-size: 11px; 
	}	
	
#signup td
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	}		
	
#ramble a:hover
	{
	color: #000;
	}		
	
#ramble
	{
	width: 800px; 
	}	
	
#ramble p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;	
	padding: 5px; 
	line-height: 18px; 
	} 
	
#ramble a
	{
	color: #000; 
	text-decoration: underline;
	font-weight: bold;  
	}	
	
#ramble a:hover
	{
	color: #f8981d;
	}	
		
.button
	{
	background: transparent; 
	border: 0; 
	margin: 0 0 0 -10px; 
	height: 30px; 
	}				

td.line
	{
	border-left: 1px solid #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000;	
	padding: 0 0 0 10px; 
	}	
	
table.form
	{
	margin: 10px 10px 10px 20px; 
	}	
	
#footer
	{
	width: 800px; 
	height: 22px; 
	background: #000; 
	}
	
#content_terms
	{
	width: 500px; 
	float: left; 
	background: #747474; 
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x; 
	margin: 15px; 
	}	
	
#content_terms p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 20px 20px; 
	}		
	
a.close
	{
	width: 400px; 
	float: right;  
	padding: 0 30px 0 30px; 
	color: #f8981d; 
	text-decoration: underline;
	font-weight: normal; 
	font-size: 11px; 
	text-align: right;  
	}		
		

