@import url("style.css");

.content {
	min-height:729px;
	padding-right:322px;
}

/*	News	*/

.newsTitle {font-family: 'HangbordDSGRegular', arial; color:#761305; font-size:24px;}

.newsDate {font-style:italic;}

.newsContainer {
	position:static;
	bottom:0px;
	left:32px;
	width:870px;
	font-size:0.9em;
	line-height:1em;
	font-family:"Courier New", Courier, monospace;
}

.newsContainer .newsHeader {
	background:transparent url('../images/news_bg_top.png') no-repeat;
	width:588px;
	height:75px;
	margin-left: 155px;
}

.newsContainer .newsHeader div {
	margin-left:32px;
	padding-top:25px;
}

.newsContent {
	background:transparent url('../images/news_bg_bottom.png') repeat-y;
	margin-left: 158px; 
	width: 550px; 
	padding-right: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 0px; 
	height: 142px;
	padding-left: 32px;
	overflow:auto;
}

/*	Right Side Content	*/
.rightContainer {
	position:absolute;
	top:33px;
	right:0px;
	width:324px;
	font-size:0.8em;
	padding-top: 17px;
}

.rightContent {
	background:transparent url('../images/eticket_red_bg.png') repeat-y;
}

.rightContent p {
	background-color:#5B1106;
	color:#C0A685;
	margin-left:4px;
	margin-top:-5px;
	padding:15px;
	line-height:1.2em;
}

.rightContainer .checks {
	background:transparent url('../images/eticket_bg.png') repeat-y;
	color:#C0A685;
	margin-top:-4px;
}

.rightContainer .checkWrapper div {
	margin-left:30px;
}

/*	Hacks */
/*	Everything except IE*/
html>/**/body #content {min-height:672px;}