@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:absolute;
	bottom:0px;
	left:32px;
	width:588px;
	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;
}

#newsContainer #newsHeader div {
	margin-left:32px;
	padding-top:25px;
}

#newsContent {
	background:transparent url('../images/news_bg.png') repeat-y;
	padding:0 32px 20px 32px;
	height: 160px;
    padding-bottom: 25px;
}

/*	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;}