body {
     background-color: #fff;
     margin: 10px 0%;
     }

#box  {
    width: 600px;
    
     background-color: #fff;
     color: #000;
     border: 1px #000 solid;
     margin: 0px;
     padding: 0px;
     text-align: left;
     }
     
#nav	 {
	width: 600px;
	padding: 18px 15px 0px 15px;
	font-family: Georgia, Times New Roman, Serif;
  font-size: 12px;
  color: #000;
  text-align: right;
	}

#nav #home {
	display: inline;
	float: left;
	}

#nav a {
	color: #300;
	text-decoration: none;
	}
			
#text 
	{
	text-align: justify;
	width: 600px;
	padding: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	}
	
#text em
	{
	color: #633;
	font-style: normal;
	border-width: 0px 0px 1px 0px;
	border-color: #600;
	border-style: dotted;
	}
	
#text a
	{
	color: #600;
	text-decoration: none;
	}

#text a:hover
	{
	border-width: 0px 0px 1px 0px;
	border-color: #600;
	border-style: solid;
	}	

#text #sponsors
		{
		font-size: 10px;
		}

a img
	{
	margin-bottom:1px;
	margin-left: 2px;
	}

.arr
	{
	margin-bottom:1px;
	margin-left: 2px;
	}

.bottomline
	{
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8px;
	color: #333;
	}
