@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: #999999;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 1.5em;
}

.movie {
	width: 100%;
	height: 100%;
}

#about {
	color: #cccccc;
	width: 558px;
	margin: 0px;
	border: 1px solid #111111;
	text-align: left;
	padding: 20px;
	background-color:#000;
	line-height: 1.7em;
	float: left;
}
/*div#rightCol {
	width: 258px;
	height: 360px;
	margin: 0px;
    border: 1px solid #111111;
	text-align: left;
	padding: 20px;
    float: left;
}
div#leftCol {
	width: 258px;
	height: 360px;
	margin: 0px;
    border: 1px solid #111111;
	text-align: left;
	padding: 20px;
    float: left;
}
*/
div.movie {
	width: 598px;
	height: 400px;
	margin: 0px;
    border: 1px solid #111111;
	text-align: center;
    float: left;
}
.invisible {
	display: none;
}
#header {
	margin: 15px auto 0px auto;
}

#logoHeader {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#linksHeader {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#linksHeader p {
	margin-top: 0px;
	margin-bottom: 13px;
	padding: 0px;
}
ul.inline {
	display: inline;
}
ul, li {
	list-style-type: none;
  	margin-left: 0px;
  	padding-left: 0px;
}
h3 {
    font-size: 14px;
	color: #996633;
}
#container {
	margin: 0px auto;
    width: 1000px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#leftLinks {
	float: left;
	margin: 0px;
	width: 150px;
	padding: 100px 25px 25px 25px;
	text-align: center;
	/*background-image:url(/images/sideImg.jpg);
	background-repeat: no-repeat;*/
}
#rightSpace {
	margin: 0px;
	width: 150px;
	text-align: center;
	/*background-image:url(/images/sideImg.jpg);
	background-repeat: no-repeat;*/
	float: right;
}

#footer {
	font-size: 10px;
	text-align: center;
    padding-top: 30px;
    clear: both;
}
body a {
	text-decoration: none;
	border: none;
	color: #999999;	
}
body a img{
	border: none;
}
a:hover {
	color: #FFFFFF;
}
li.presentPage a {
	color: #fff;
}
.right {
	float: right;
	padding: 0px 0px 0px 50px;
	margin: 0px;
}
.center { text-align: center; }

p {
	margin-bottom: 40px;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 0px;
}
#bottomImage {
	background-image: url("/images/titusAndDog.jpg");
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 2px;
	padding-left: 8px;
}