@charset "utf-8";

body {
	background-color:#131315;
	color: #828282;
	font-family:Georgia, "times new roman", serif;
	font-size: large;
	text-align:center;
	height: 100%;
	margin:0;
	padding:0;
	color: #828282;
}

a {
	color: #828282;
	font-family:Georgia, "times new roman", serif;
	text-decoration:none;
}

a:hover {
	color: #828282;
	font-family:Georgia, "times new roman", serif;
	text-decoration:underline;
}

a:visited {
	color: #828282;
	font-family:Georgia, "times new roman", serif;
	text-decoration:none;
}

p { margin-bottom: 20px; }

#mainContainer {
	background-color:#111111;
	background-image:url(../img/bg_main_container.png);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto;
	padding: 0;
	width: 958px;
}

#footer {
	width: 100%;
	clear: both;
}

#banner_photo {
	background-color:#000000;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	width:958px;
	background-image:url(../img/banner_top.jpg);
	height:189px;
}

#top_banner {
	background-color:#59574d;
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto;
	width:948px;
	background-image:url(../img/bg_top_banner.png);
	height:69px;
	text-align:left;
	padding: 6px 0px 0px 10px;
}

#banner_menu {
	background-color:#59574d;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0px 0px 0px 4px;
	width:954px;
	background-image:url(../img/bg_banner_menu.jpg);
	height:50px;
	text-align:left;
}

#content_main {
	width:615px;
	float:left;
	background-image:url(../img/bg_content_main.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	text-align:left;
	padding: 10px 15px 10px 20px;
	height: 100%;
}

#content_side {
	width:298px;
	float:right;
	background-image:url(../img/bg_content_side.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	text-align:left;
	padding: 10px 5px 30px 5px;
}

.sideTitle {
	text-align:center;
	font-size: 24px;
	background-image: url(../img/titleborder.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 5px;
}

.centerThis { text-align:center; }

.posterOverlay {
	right:-189px;
	position:relative;
	float:right;
	padding: 40px 0px 100px 0px;
	z-index:20;
	widows:700px;
	height:495px;
	margin:0;
	padding:20px 0 0 0;
}

a img, img, a { border: none; }

#images { font-size: medium; }

#images img { margin-top: 20px; }

.spacer { height: 300px; }
