body
{
}
    
div#body
{
    width: 700px;
    margin: 20px auto;
}

/** Header and footer **/
    
div#header
{
    position: relative;
}
    
div#header img
{
    position: absolute;
    top: -16px;
}
    
div#header .links
{
    text-align: right;
    margin-bottom: 5px;
}

.links, .links a, .links a:visited
{
    font-family: "Arial", "Sans-serif";
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
}
    
.links a:hover
{
    text-decoration: underline;
}
    
div#footer
{
    margin-top: 10px;
    text-align: right;
    font-family: "Apple LiGothic", "Arial", "Sans-serif";
    font-size: 12pt;
    color: #666666;
}

/** Main box **/

div#mainbox
{
    width: 700px;
    border: 1px solid black;
}
    
/** Image and splash text **/

div#banner
{
    clear: both;
    position: relative;
    background-color: #ff6600;
    width: 700px;
    height: 249px;
}
    
div#banner div
{
    font-family: "Apple LiGothic", "Helvetica", Sans-serif;
    font-size: 18pt;
    color: white;
    width: 180px;
    padding: .5em;
}
    
div#banner img
{
    position: absolute;
    left: 198px;
    top: 0;	
		border-left: 1px solid black;
}

/** Navbar **/
    
div#navbar
{
    width: 700px;
    height: 40px;
    background-color: #333333;
    border-top: 1px solid black;
    border-bottom: 1px solid black;

}
    
div#navbar img
{
    margin: 0 5px;
    border: none;
}
    
/** Content **/

div#content
{
    width: 700px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
}
    
h2, h3
{
  margin: .5em;
}
			
div#content p
{
    margin: 0;
    padding: .5em 1em;
}

div#content a
{
	color: #660000;
}
    
  
