
body
{
	height: 100%;
	overflow-y: hidden;
    scrollbar-face-color: #808080;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFBF0;
    scrollbar-3dlight-color: #808080;
    scrollbar-shadow-color: #FFFBF0;
    scrollbar-darkshadow-color: #808080;
    scrollbar-track-color: #CCCCCC;
}

.toptopcell
{
	background: url('toptop.jpg');
	background-repeat: no-repeat;
}

.topleftcell
{
	background: url('topleft.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}

.toprightcell
{
	background: url('topright.jpg');
	background-repeat: no-repeat;
}

.leftmenucell
{
	background: url('topleftmenu.jpg');
	background-repeat: no-repeat;
	vertical-align: top;

}

.contentcell
{
	background: url('toprightcontent.jpg');
	background-repeat: no-repeat;

}

.content
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 10pt;
	color: #FFFFFF;
}

td.cast
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 10pt;
	color: #FFFFFF;
	vertical-align: top;
}


img.cast
{
	padding: 5px;
	margin: 0px auto 1.5em auto;
	margin-bottom: 0px;
	border: 0px;
	float: left;
}

div.sightings
{
	position:relative;
	left:130px;
}

img.wwnlogo
{
	position:relative;
	left:25px;
	top: 40px; 
}

a:link

{
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited

{
	color: #FFFFFF;
	text-decoration: underline;
}
a:active

{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover

{
	color: #FFFFFF;
	text-decoration: none;
}


