body{	 
		  font-family: verdana, arial, sans-serif; 
	  font-size: 0.8em;
	   background-color: #333366;   
      color: #CCCCCC; }

#container{
width: 950px;
/*margin:  5px 5px 5px 5px;
background: url(images/back.gif) repeat-y ;
background-color: #333366;
color: #cccccc;
/*border-left: 1px solid yellow;*/
/*line-height: 130%;*/
/*font-family: verdana, arial, sans-serif;
font-size: 0.9em; */
position: relative;  left: 10px;}

#wrapper {
width: 721px;
border: 2px solid yellow;
background: url(images/back.gif) repeat-y ;
line-height: 115%;
}

#top{
width: 721px;
background-color: yellow;
/*margin-right: 225px;*/
height: 94px;
}

#nav{
float: left;
width: 100px;
margin: 0;
padding: 0.5em 0 0 5px;
/*border-right: 2px solid yellow;*/
text-align: left;
vertical-align: top;
line-height: 95%;}

#ads{
width: 225px;
position: absolute;
left: 740px;
top: 100px;
text-align: center;}

#content{
margin: 0px 10px 0px 105px;
padding: 10px 5px 20px 20px;
text-align:justify;
}

#content h1{
font-size: 1.8em;
}

#footer{
clear: both;
margin: 0;
background: url(images/sunset-mull.jpg) no-repeat;
border-top: 2px solid yellow;
height: 97px;
width: 721px;}

#footer p
{padding: 2.5em 0 0 0;
text-align: left;
margin-left: 50px;}

#footnote
{    font-size: 0.7em;
text-align:center;}

#nav p, #ads p { margin: 0 0 1em 0; }

#content h2    {font-size: 1.4em}

#content img   {border: none;
                   margin: 10px 0px 15px 15px;
                   float: right;}

a                  {color: yellow;
                   text-decoration: none;
                   background-color: transparent;}     
      
a:link      { color: yellow; text-decoration: none; }
a:visited   { color: #99ff00; text-decoration: none; background-color: transparent} 
a:active    { color: red; text-decoration: none; }
a:hover     { color: #000066; text-decoration: none; 
              background-color: #9999cc; }

#nav a        {font-size: 0.9em;
              display: block;
              margin: 0;
              padding: 3px;
              color: navy;
              background-color: transparent;}
              
#nav a:link           {color: navy; text-decoration: none}
#nav a:visited        {color: red; text-decoration: none}
#nav a:hover          {font-size: 1.2em; color: yellow; text-decoration: none; background-color: #9999cc}
             
.italic            {font-style: italic}  

.highlight         {color: yellow;
                   font-weight: bold;}

ul          { list-style: square; }
