@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #00CC99;
	text-decoration: underline;
}
a:active {
	color: #006633;
	text-decoration: none;
}

#container {
	width:750px;
	margin: auto;
}
#head {
	width:723px;
	height:320px;
	padding: 45px 0px 0px 27px;
	background-image: url(../images/tollTaker_border.jpg);
}
#main {
	width: 750px;
	background-image:url(../images/tile_main.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding-bottom: 20px;
}
#foot {
	clear: both;
	width: 750px;
	height: 105px;
	background-image:url(../images/footer.jpg);
	margin:0;
}
#foot a {
	font-size: 11px;
}
#foot a:link {
	color: #999;
	text-decoration: none;
}
#foot a:visited {
	color: #999;
	text-decoration: none;
}
#foot a:hover {
	color: #fff;
	text-decoration: underline;
}
#foot a:active {
	color: #fff;
	text-decoration: none;
}
#foot ul {
	margin: 0 auto 0 auto;
	padding-top: 25px;
	width: 550px;
}
#foot li {
	display: inline;
}

#homeLeft {
	float: left;
	width: 215px;
	padding-left: 25px;
	background-image:url(../images/tile_vertRuler.jpg);
	background-position:right;
	background-repeat: repeat-y;
}

#homeRight {
	float: right;				
	width: 195px;
	padding-right: 25px;
	
}
#homeMid {
	width: 485px;
	margin-left: 240px;
	background-image:url(../images/tile_vertRuler.jpg);
	background-position:right;
	background-repeat: repeat-y;	
}
#homeBlog {
	height: 300px;
	overflow:auto;
	margin: 5px 5px 0 0;
}
#homeBlog li {
	margin-bottom: 10px;
}
#homeScenes {
	margin: 5px 5px 0px 5px;
}
#subPageContent {
	padding-left:45px;
}

#cast {
	width: 600px;
	margin: auto;
}
#cast br {
	clear: both;
}
#fullBlogList li {
	margin-bottom: 10px;
}
#blog {
	margin-right: 50px;
}