﻿body 
{
	background: black url('/images/M42.jpg') 0 0 no-repeat fixed;
}

h1
{
	font: 24px Verdana, sans-serif; 
	color: #ffcc33; 
}

h2
{
	font: 24px Verdana, sans-serif; 
	color:Black; 
}

h3
{
	font: 18px Verdana, sans-serif; 
	color: #ffcc33; 
}

h4
{
	font: 16px Verdana, sans-serif; 
	color:Black; 
}

div#header 
{
	background: transparent url('/images/M42.jpg') 0 0 no-repeat fixed;
	position: absolute; 
	top:10px; 
	left: 141px; 
	padding: 10px; 
	height: 80px;
	min-width: 600px;
}
    
div#content 
{
	background: #000066 url('/images/M42Wash.jpg') 0 0 no-repeat fixed; 
    position: absolute; 
    top: 110px; 
    left: 141px; 
    right: 25px;
    color: #000066; 
    font: 14px Verdana, sans-serif; 
    padding: 10px; 
    border: solid #eeb94a; 
    min-width:600px;
    max-width:1080px;
}
div#links   
{
	position: relative; 
	top: 75px;
}

div#links a 
{
	background: transparent url('/images/M42Dark.jpg') 0 0 no-repeat fixed;
    display: block; 
    text-align: center; 
    padding: 5px 10px; 
    margin: 0 0 2px; 
    border-width: 0; 
    text-decoration: none; 
    color: #FFC; 
    width: 100px;  
    font: 16px Verdana, sans-serif;
}
div#links a:hover 
{
	background: transparent url('/images/M42Wash.jpg') 0 0 no-repeat fixed;
    display: block; 
    text-align: center; 
    padding: 5px 10px; 
    margin: 0 0 2px; 
    border-width: 0; 
    text-decoration: none; 
    color: Navy; 
    text-decoration: underline; 
    width: 100px; 
    font: 16px Verdana, sans-serif;
}
div#content p,
div#content ul,
div#content li
{
	margin: 0 1em 1em;
	color:Black;
}

a.general
{
	color:Navy;
	text-decoration: none;
}
a.general:visited
{
	color:Navy;
	text-decoration: none;
}
a.general:hover
{
	color: Navy;
	text-decoration: underline;
}
