/* CSS Document */

html, body {
	margin: auto;
	padding: 0px;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #490808;
	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #000000;
	scrollbar-darkshadow-color: gray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #000000;
	text-align: center;
	color: #333333;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	background: #490808 url(../images/bg_main.gif) repeat-x;
}
a:active {
	color: #FFFFFF;}
a:link{
	color: #990000;}
a:visited{
	color: #333333;}
a:hover {
	color: #000000;
}

div.container_align {
	width: 801px;
	position: relative;
	top: 0px;
	display: block;
	clear: inherit;
	margin: auto;

}
div.container {
	width: 810px;
	text-align: left;
	background: url(../images/bg_body.gif) repeat-y;
	display: block;
	margin: auto;
	top: 0px;
}
div.top {
	width: 810px;
	height: 111px;
	background: url(../images/bg_top.gif) no-repeat;
}
div.middle {
	width: 810px;
}
div.bottom {
	width: 800px;
	height: 51px;
	background-image: url(../images/bottom1.gif);
	clear: both;
	padding-top: 5px;
	display: block;
	text-align: center;
}
div.left {
	width: 572px;
	float: left;
	margin: 0px 5px 5px 10px;
}
div.right {
	width: 198px;
	float: right;
	margin: 0px 15px 5px 10px;
}
div.dropcap {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.floatleft {
	float: left;
	padding: 3px;
}
div.floatright {
	float: right;
}
div.topimage {
	width: 572px;
	margin-bottom: 5px;
}
.imgpad_top {
	padding-top: 5px;
}
div.poster {
	width: 140px;
	display: inline;
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
div.bottom_copy {
	width: 250px;
	display: inline;
	float: left;
	padding: 5px;
}
