﻿body, html
	{
	padding: 0px;
	margin: 0px; 
	background: #f0f0f0;
	}

/*Background div elements*/

#background
{
    margin: 0 auto;
    width: 920px;
    background-image: url(images/background.gif);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}

#site
	{
	margin-left:5px;
 	width: 750px;
	}

#rightreel
{
    float: right;
    height: 162px;
    width: 165px;
    background-image: url(images/rightreel.gif);
    background-repeat: no-repeat;
    background-position: 0px 37px;
}

#menu
{
    float: left;
    width: 150px;
    height: 500px;
}

#main
	{
	float: left;
	width: 590px;
	padding: 5px;
	background: #ffffff; 
	background-image: url(images/realsreels_06.gif); 
	background-repeat: no-repeat;
	background-position: 388px 0px;
	}

/*Top Div Layout*/

#top
	{
	height: 110px;
	background: #003399;
	background-image: url(images/realsreels_03.gif); 
	background-repeat: no-repeat;
	background-position: 538px 38px;
	}

#badge
	{
	float: left;
	height: 110px;
	width: 150px;
	background-image: url(images/badge.gif); 
	background-repeat: no-repeat;
	background-position: 15px 0px;
	}

#header
	{
	float: left;
	height: 110px;
	width: 600px;
	background-image: url(images/heading.gif); 
	background-repeat: no-repeat;
	background-position: 0px 20px;
	}

/*Bottom Div Layout*/

#bottom
	{
	height: 60px;
	background: #003399;
	color: #ffffff;
	width: 750px;
    clear:both;
    font-size:.7em;
    font-family:"Verdana";
	}

a
	{
	border-bottom: 0px;
	color: #000066;
	}
a:hover
	{
	border-bottom: 1px dashed #000000; 
	CURSOR: pointer;
	color: #000066;
	}
	
a.feed 
	{
  	margin-left: 3px;
 	padding: 0 0 0 19px;
  	color: #ffffff;
  	text-decoration: none;
  	background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
	} 

a.feed:hover 
	{
  	CURSOR: pointer;
  	}

/*All document heading styles are stored in this section*/

H1
	{
	font-size:1.4em;
	font-family:"Verdana";
	font-weight: bold;
    color: #ffffff;
	}
H2
	{
    font-size:1.2em;
    font-family:"Verdana";
	font-weight: bold;
    color: #000000;
	border-bottom: 1px solid #000000;
	width: 450px;
	}
H3
	{
    font-size:1em;
    font-family:"Verdana";
	font-weight: bold;
    color: #000066;
	}
p,ul	
	{
    font-size:.8em;
    font-family:"Verdana";
    color: #000000;
	}

p.redmessage
	{
    font-weight: bold;
    color: #CD0520;
    border: 1px #000000;
    border-style: dotted;
    padding: 5px;
	}
	
p.poem 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#0000FF; 
	text-align:center; 
	font-weight:bold;
	line-height:10px;
	}
	
div.highlight
	{
	background:Gainsboro;
	}
	
}
	
table.normal
    {
    width:580px;
    font-size:.8em;
    font-family:"Verdana";
    color: #000000;
    }