

body {
	text-align: center;

		/* custom */
		background: #000;
		padding: 10px;
		font-family: verdana;
		font-size: .7em;
}

a {
	text-decoration: none;
	color: #AF0007;
}

a:hover {
	text-decoration: underline;
	color: #FF000A;
}


ol, ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

p {
	padding: 8px 0;
}

h1,h2,h3,h4,h5 {
	line-height: 1.5em; padding: 9px 0; margin: 0;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em; color: #CF0003;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}




#c1 {
	margin: 0 auto;
	width: 764px;
	text-align: left;

		/* custom */
		background:  #fff;
		color: #000;
}

#topbar {


		/* custom */
		border-bottom: 6px solid #000;
}

#panorama {
		border-top: 6px solid #000;
}

#menu {
	/* most menu options found in css/menucss.asp */

		/* custom */
}

#content {

		/* custom */
		margin: 0 35px 0 0;

		background: #ffffff url(../images/contentbak.gif);
}

.floatleft {
		float: left;
		margin: 4px 10px 6px 0;
}

.floatright {
		float: right;
		margin: 4px 0 6px 10px;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 249px;
		margin-right: 50px;
}

#rhs {
	float: left;

		/* custom - set width of rhs */
		width: 425px;
		line-height: 1.6em;
		padding: 20px 0;
}

#film_lnks h4 {
		width: 198px;
		float: left;
		margin: 10px 0 0 10px;
		padding: 3px;
		border: 1px solid #CFCFCF;
		font-family: Helvetica, "Trebuchet MS";
		letter-spacing: 1px;
}


#film_lnks h4.right {
		clear: left;
		margin: 10px 0 0 0;
}

#film_lnks a {
		border: 1px solid #AFAFAF;
		color: #1F1D1D;
		padding: 10px;
		display: block;
		text-align: center;
}

#film_lnks a:hover {
		background: #FF0204;
		color: #fff;
		border: 1px solid #000;
}

#film_lnks a span {
		display: block;
		font-weight: normal;
		font-size: .9em;
}

#vidcont {
		text-align: center;
}

#vidplayer {
		margin: 0 auto;
		width: 420px;
		border: 2px solid #e4e4e4;
}

hr {
		clear: both;
}

#footer {
	margin: 0 auto;
	width: 746px;

		/* custom */
		padding: 9px;
		background:  #000;
		text-align: center;
		font-size: .9em;
		color: #8F8686;
}

#footer a {
		color: #8F8686;
}

#footer a:hover {
		color: #fff;
}

.clear {
	clear: both;
}

#sitemap li {
margin-left: 15px;
padding-left: 5px;
list-style-type: disc;
}

#sitemap li li {
list-style-type: square;
}

#sitemap li li li {
list-style-type: circle;
}