body
{
	background-color: #fff;
	font-family: "Skia", "Helvetica", "Arial";
	font-size:90%;
/*	margin: 0px;*/
	padding: 0px;
	color: #4497cb;
	width: 99%;
}

.padded
{
	padding-left: 1px;
	padding-right: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.stacked
{
	clear: both;
}

.clearbottom
{
	border: 0;
}

/* general text styles */
.descheader
{
	font-size: 10pt;
	font-weight: bold;
	color: #2f4f4f;
	line-height: 2;
}

.descsubheader
{
	font-weight: bold;
	color: #4682b4;
	line-height: 1.5;
}

.dottedunderline
{
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.descfiller
{
	text-indent: 3px;
}

.bold
{
	font-weight: bold;
}

.italics
{
	font-style: italic;
}

.gray
{
	color: Gray;
}

.red
{
	color: Red;
}

.green
{
	color: Green;
}

.underline
{
	text-decoration: underline;
}

.center
{
	text-align: center;
}

A:visited
{
	color: #e9b18d;
	text-decoration: none;
}

A
{
	color: #2f4f4f;
	text-decoration: none;
}

A:link
{
	color: #2f4f4f;
	text-decoration: none;
}

A:active
{
	color: #e9b18d;
	text-decoration: none;
}

A:hover
{
	color: #e9b18d;
	text-decoration: underline;
}

#header
{
	float: left;
	vertical-align: middle;
	clear: both;
	background-color: #fff;
	font-size: 36pt;
	text-align: left;
	text-indent: 12px;
	width: 99%;
}

#menu
{
	float: left;
	width: 25%;
	vertical-align: top;
}


#content
{
	float: left;
	width: 74%;
}


#moviecontent
{
	float: left;
	width: 73%;
}

.thumb
{
	float: left;
	margin: 2px;
	padding: 2px;
	height: 150px;
	width: 150px;
	text-align: center;
}

.gallery
{
	height: 100%;
}

#gallery
{
	text-align: center;
}

#movies
{
	text-align: center;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}