@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%;
	display: none;
}

#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: 70%;
	margin: 0px;
    border: 1px solid #111111;
	text-align: center;
    float: left;
	height: 500px;
}
div.romance {
	background-image:url(/images/romance_gradient.gif);
	background-repeat:repeat-x;
	z-index: 100;
	width: 70%;
	border: 1px solid #200;
}
div#romanceTitle {
	position: relative;
	left: -130px;
	top: -42px;
	z-index: 300;
}
.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: 90%;
	height: 70%;
	text-align: center;
}
#content {
	margin: 0px;
	padding: 0px;
}
#leftLinks {
	float: left;
	margin: 0px;
	width: 15%;
	padding-top: 100px;
	padding-bottom: 25px;
	text-align: center;
	/*background-image:url(/images/sideImg.jpg);
	background-repeat: no-repeat;*/
}
#rightSpace {
	margin: 0px;
	width: 15%;
	text-align: center;
	/*background-image:url(/images/sideImg.jpg);
	background-repeat: no-repeat;*/
	float: right;
}

#footer {
	font-size: 10px;
	text-align: center;
    padding-top: 50px;
    clear: both;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: none;
	border: none;
}
#footer a:hover {
	color:#999;	
}
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;
}
.clear {
	clear: both;	
}
