/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
}

td, th {
	text-align:left;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	text-align: left;
}

#banner {
	height: 80px;
}

#content {
	margin-left: 150px;
	width: 500px;
}

#leftcol {
	float: left;
	width: 150px;
}

#rightcol {
	float: right;
	width: 150px;
}

#homebanner {
	height: 40px;
}

#homecontent {
	margin-left: 100px;
	width: 600px;
}

#homeleftcol {
	float: left;
	width: 100px;
}

#homerightcol {
	float: right;
	width: 100px;
}

#moviewrapper {
	width: 800px;
	margin: 10px auto;
}

.container {
	width: 99%;
	float: left;
}

p {
	font-size: 80%;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CCCCCC;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 1px;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 6px;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
	margin-bottom: 8px;
	line-height: 130%;
	font-weight: normal;
}

a:link {
	color: #CCCC66;
	text-decoration: underline;
}
a:visited {
	color: #CCCC66;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#navlist {
	margin: 20px auto 10px auto;
}

#navlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	background-image: url(none);
}
#navlist li {
	background: url(none);
	margin: 0;
	padding: 0;
}

#navlist ul li a {
	font-size: 90%;
	color: #CCCCCC;
	text-decoration: none;
	padding: 4px 20px 4px 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	height: 1%;
	background: #000000;
}

#navlist ul li a:hover, #navlist ul li a:focus {
	color: #00CCCC;
	background: #333333;
}

#homebanner h1, #homebanner h2, #homebanner h3, #homebanner h4, #homebanner h5, #homebanner h6 {
	color:#333333;
	font-weight: lighter;
}

.clearit {
	clear: both;
	display: block;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.leftpic {
	float: left;
	margin: 15px 40px 10px 0px;
}

.rightpic {
	float: right;
	margin: 15px 0px 10px 10px;
}

#footer {
	clear: both;
}

#footer p {
	font-size: 70%;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

#homefooter {
	clear: both;
}

#homefooter p {
	font-size: 70%;
	color: #666666;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

#homefooter a {
	color:#333333;
}

#homefooter a:hover {
	color:#FF9900;
}

.white {
color: #FFFFFF;
}

.palelemon {
color: #CCCC99;
}

.yellow {
color: #CCCC66;
}

.gold {
color: #FF9900;
}

.paleaqua {
color: #99CCCC;
}

.turquoise {
color: #00CCCC
}

.red {
color: #CC0000;
}

.crimson {
color: #990000;
}

.orange {
color: #FF6600;
}

.lime {
color: #66CC33;
}

.olive {
color: #669900;
}

.lightweight {
font-weight: lighter;
}


