body,input
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
}
#header
{
   background-image: url("../pics/sunsetsky_banner.jpg");  
   background-color: #337BDD; 
   height:120px;
   width:800px; 
}

#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
	color:#FFFFFF;
}

#header h1 {
	padding: 40px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	margin-top: -4px;
	padding: 0 0 0 22px;
	font-size: 1.4em;
	text-transform: none;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#content {
   background-color: rgb(255,153,255); 
   width:800px; 
}

#content table {
   background-color: rgb(255,255,255);
}

#content table th {
   background-color: rgb(159,159,159);
}
#content table td {
   border: thin rgb(0,0,0) solid
}

#content table tr td:hover{
   background-color:rgb(102,153,255);
}

