body { 
background-color: #000000; 
font-family: Helvetica, sans-serif; 
font-size: 18px; 
color: #ffffff;
}


/*--navigation and main content forms adapted from csseasy.com--*/

/* ----- NAVIGATION ----- */

#navigation {
height:40px;
margin-top:10px;

}
/*--list adapted from a style at http://css.maxdesign.com.au/listamatic--*/

#navlist
{
margin: 0;
padding: 0 0 26px 10px;
border-bottom: 1px solid #fff;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 20px;
font-weight: bold;
margin: 0 10px 8px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #fff;
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover { color: #fff; }

/*--navigation and main content forms adapted from csseasy.com--*/

/* ----- MAIN CONTENT ----- */


img {
border: 0px none;
}


#content { 
width:750px;
min-height:450px; 
height:auto !important; 
height:450px;
background-color:#000000;
margin-top:10px;
border: 0px;

}
imgjay {
     float: left
}

.imgjay {
     margin-left: 250px;
}


a:active {color: #999999; text-decoration: none; 
	
}

a:focus {color: #999999; text-decoration: none; 
	
}

a:hover {color: #0033ff; text-decoration: none; 
	
}

a:link {color: #999999; text-decoration: none; 
	
}

a:visited {color: #999999; text-decoration: none; 
	
}














