@import url("content2008.css");

/* BODY AND CONTENT */
body {
	margin: 5px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align: center;
}
body, div#content-column, div#content-column th, div#content-column td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

/* PAGE */
div#page {
	position: relative;
	width: 640px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}


/* TOP BAR */
div#topbar {
	display: none;
}


/* HEADER BAR */
div#headerbar {
	background-color: #AA1428;
}
div#headerbar img {
	width: 640px;
	height: auto;
}


/* NAVIGATION BAR */
div#nav {
	display:none;
}
div#search {
	display:none;
}


/* PAGE HEADER BAR */
div#pageheaderbar {
	display: block;
}
div#pageheaderbar img {
	width: 640px !important;
	height: auto !important;
}


/* MAIN AREA and CONTENT */
div#mainarea {
	display: block;
	padding: 8px 0px;
	position: relative;
	margin-bottom: 25px;
}
div#right-column {
	display: none;
}
div#news-footer {
	display: none;
}
div#left-column {
	display: none;
}

div#story-footer {
	display: none;
}

/* FOOTER */
div#footer {
	display: block;
	margin-top: 25px;
	padding-top: 5px;
	border-top: #000000 1px solid;
	width: 100%;
	clear: both;
	text-align:center;
}