
body {

text-align: center;
background-color: black;

}


#container
 {
margin: 10px auto; 
width: 750px;
 text-align: left;

background-color: RGB(225,0,49);
 color: #333;
 border: 0px green;
line-height: 100%;

 } 


#top
 {
 padding-bottom: 10px;
 background-color: black;
 border: 0px solid gray;
margin-bottom: 0px;
 }

#navigation ul
 {
 padding: .5em 0;
 margin: 0;
 list-style-type: none;
 background-color: #DC9000;
 color: white;
 width: 100%;
 font: normal 80% helvetica, arial, sans-serif;
 text-align: center;
 border-bottom: 0px solid gray;
}


 li { display: inline; }

 li a
 {
 text-decoration: none;
text-indent: 0px;
 background-color: #DC9000;
 color: white;
margin: 0px;
 padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
 border: 0px solid white;
 }

 li a:hover
 {
 background-color: RGB(225,0,49);
 color: white;
 }


#content
 {
clear: both;
float: right;
margin-top: 0px;
margin-bottom: 0px;
width: 560px; 
padding-top: 15px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
line-height: 130%;
font-family: helvetica, arial;
background-color: white;
background-image: url(images/mainpic468a.jpg);
background-repeat: repeat-y;
background-position: top right;
color: gray;
font-size: 12px;
text-align: justify;
 }


 #frontcover
 {
 clear: left;
float: left;
 padding: 0px;
 margin-top: 5px;
margin-left: 5px;
 background-color: RGB(225,0,49);
 color: white;
 width: 150px;
 font: normal 80% helvetica, arial, sans-serif;
 text-align: left;
 border: 0px solid pink;
}


#footer
 {
 clear: both;
float: righto;
 margin: 0px;
 padding: 0px;
border: 0px solid yellow;
background-color: black;
font-family: helvetica, arial;
color: white;
font-size: 10px;
text-align: right;
 }

#popupbox
{
background-color: black;
font-family: helvetica, arial;
color: white;
font-size: 10px;
text-align: center;
}


#content h2, #popupbox h2 {font-size: 18px; margin: 1 0 0 0; color: RGB(225,0,49);}
#content h1 {font-size: 24px; margin: 0 0 0 0; color: RGB(225,0,49)}


#popupbox a:link, #content a:link {color: #DC9000; font-weight: bold; text-decoration: none; }
#popupbox a:active, #content a:active {color: #DC9000; font-weight: bold; text-decoration: none; }
#popupbox a:visited, #content a:visited {color: #DC9000; font-weight: bold; text-decoration: none; }
#popupbox a:hover, #content a:hover {color: #DC9000; font-weight: bold; text-decoration: underline; }


#footer a:link {color: white; font-weight: bold; text-decoration: none; }
#footer a:active {color: white; font-weight: bold; text-decoration: none; }
#footer a:visited {color: white; font-weight: bold; text-decoration: none; }
#footer a:hover {color: white; font-weight: bold; text-decoration: underline; }


