﻿body {
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 120%;
}

h1 {
	padding: 10px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #C52026;
}

#errors {
    color: Red;
    font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #C52026;
}

a:hover, a:active {
	text-decoration: none;
	color: #C52026;
}

a.white:link, a.white:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a.white:hover, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

p {
	margin: 12px 0px 12px 0px;
	padding: 0px;
	color: #000000;
}

.story img {
    float: right;
    margin: 0 5px 5px 0;
}

#premiere img {
	margin: 20px 0px 20px 18px;
	padding: 5px;
	border: 1px solid #D9E0E6;
	border-right-color: #C8CDD2;
	border-left-color: #C8CDD2;
}

#wrap 
{
    position: relative;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #29292A;
}

#top {
	padding: 0px 0px 10px 0px;
}

#header {
	padding: 10px;
	background-color: #FFFFFF;
}

#adMain {
    text-align: center;
	padding: 0;   
}

#middle {
	background-image: url(Images/middle.jpg);
	background-repeat: no-repeat;
	width: 870px;
	height: 30px;
	padding: 20px 0 0 50px;
	color: #29292A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#middle a:link, #middle a:visited {
	text-decoration: none;
	color: #29292A;
}

#middle a:hover, #middle a:active {
	text-decoration: none;
	color: #C52026;
}

#content {
	background: url(Images/contentBackground.jpg);
	background-repeat: repeat-y;
}

#left {
	width: 200px;
	float: left;
}

#center {
	width: 540px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;	
}

#right {
	width: 160px;
	float: left;
}

#menu {
    width: 200px;
}

#pageTitle {
    width: 540px;
    height: 25px;
    padding: 6px 0px 10px 0px;
    background-image: url(Images/pageTitle.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

#footer {
	background: url(Images/footer.jpg);
	background-repeat: no-repeat;
	width: 920px;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
