body, div, p
{
font-family: verdana;
font-size: 12px;
color: #CA8AB9;
}

body
{
background-color: #000000;
background-image: url('images/main.gif') no-repeat 200px center;
background-position: center top;
background-repeat: no-repeat;
margin: 0 0 0 0;
}


#container
{
margin:auto;
width: 625px;}

#header
{margin: 0; 
padding: 0;
height: 200px;
background-image: url('images/bg.gif');
}

#main
	{
float: left;
width: 480px;
text-align: center;
margin-left: 10px;
}


#nav
	{
float:left;
width: 120px;
margin-left: 5px;
padding: 5px;
	}
	
#nav p
	{font-weight: bold;
	margin-bottom: 1px;
	}

#nav img { margin-top: 10px; display: block;}

input, textarea, select
	{
color: #670488;
font-size: 12px;
font-family: verdana;
border:1px solid #7F0446;
background-color: #000000;
	}


A
	{
text-decoration: underline;
color: #7F0446;
	}

A:hover 
	{
text-decoration: none;
cursor:default;
color:#670488;
	}

table, td 
	{
font: 12px verdana bold;
color: #7F0446;
border: 1px solid #670488;
padding: 5px;
border-collapse: collapse;
 	}
 	
 	#main table
 	{
 	margin-left: auto;
 	margin-right: auto;
 	}

 #disclaimer
    { 
text-align: justify;
margin-top: 50px;
margin-bottom: 0px;
padding:15px;

	 }