body, html
{
padding-top: 0px; 
padding-right: 0px; 
padding-left: 0px;
padding-bottom: 0px; 
margin: 0px; 
background: #f0f0f0;
}

body
{
min-width:750px;
}

/*Page Layout*/


#background
{
margin: 0 auto;
width: 900px;
background: #f0f0f0;
background-image: url(images/realsreels_04.gif); 
background-repeat: no-repeat;
background-position: 750px 68px;


}

#site
{
width: 750px;
background: #ffff00;
}

#top
{
height: 125px;
background: #003399;
background-image: url(images/realsreels_03.gif); 
background-repeat: no-repeat;
background-position: 538px 53px;
}

#menu 
{
float: left; 
padding: 5px;
width: 140px;
background: #ffff00; 
}

#main
{
float:left;
width: 590px;
padding: 5px;
background: #ffffff; 
background-image: url(images/realsreels_06.gif); 
background-repeat: no-repeat;
background-position: 388px 0px;
}

#bottom
{

height: 20px;
clear:both;
background: #000066;
color: #ffffff;
}

/*All document heading styles are stored in this section*/

H1
	{
	font-size:1.8em;
	font-family:"Verdana";
	font-weight: bold;
    color: #ffffff;
	}
H2
	{
        font-size:1.6em;
        font-family:"Verdana";
	font-weight: bold;
        color: #000000;
	border-bottom: 1px solid #000000;
	width: 450px;
	}
H3
	{
        font-size:1.2em;
        font-family:"Verdana";
	font-weight: bold;
        color: #000066;
	}
p,ul	{
        font-size:.8em;
        font-family:"Verdana";
        color: #000000;
	}
	
p.poem {

font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#0000FF; 
text-align:center; 
font-weight:bold;
}

/*Navigation Layout*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#navcontainer li
{ 
margin: 0 0 3px 0;
}

#navcontainer a
{
display: block;
padding: 5px 0px 4px 24px;
border: 1px solid #000000;
width: 112px;
background-color: #000000;
background-image: url(images/l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #000000;
background-color: #cd0520;
color: #ffffff;
}

#active a:link, #active a:visited, #active a:hover
{
background-color: #cd0520;
background-image: url(images/l1_over.gif);
color: #ffffff;
}

A:hover
{
border-bottom: 1px dashed #000000; 
CURSOR: pointer;
color: #000066;
}

A
{
border-bottom: 0px;
color: #000066;
}
