body {
	background-color : #CCCCCC;
	margin : 0px;
	text-align : center;
	position : absolute;
	top : 0px;
	bottom : 0px;
	left : 0px;
	right : 0px;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 18px;
}

#Layout {
	margin : 0px auto;
	width : 956px;
	/*
	height : 750px;
	*/
	text-align : left;
	background-color : #FFFFFF;
	position : relative;
	top : 0px;
	bottom : 0px;
	height : 100%;
}

#TopBar {
	height : 100px;
}

#NavBar {
	height : 163px;
}

#NavBar a {
	display : block;
	float : left;
	margin-top : 14px;
	margin-left : 13px;
}

#NavBar a:first-child {
	margin-left : 10px;
}

#ContentSpace {
	vertical-align : top;
	position : relative;
}

#ContentTable {
	width : 916px;
	margin : 0px 20px;
	position : relative;
	top : 0px;
	bottom : 0px;
	height : 100%;
}

#MainImage {
	height : 271px;
} 

#Content {
	width : 735px;
}

#Content > * {
	margin-right : 20px;
}

#BottomBar {
	margin : 50px 0px 0px 0px;
	position : relative;
	width : 692px;
	height : 36px;
}

#BottomBar table {
	border-top : 1px #404040 solid;
	height : 36px;
	width : 692px;
}

#BottomBar td {
	color : #404040;
	text-align : center;
	font-size : 11px;
}

#BottomBar a:link,
#BottomBar a:active,
#BottomBar a:visited {
	color : #404040;
	text-decoration : none;
}

#BottomBar a:hover {
	color : #A3272D;
}

#ScrollerSpace {
	float : right;
	width : 316px;
	margin : -180px 50px -180px 0px;
}

#ScrollerHeader {
	color : #C1313A;
	font-weight : bold;
	text-align : center;
	font-size : 16px;
	text-shadow : 2px 1px rgba(0,0,0,0.2);
	-moz-text-shadow : 2px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow : 2px 1px rgba(0,0,0,0.2);
}

#Scroller {
	position : relative;
	width : 316px;
	height : 263px;
	overflow : hidden;
	border-top : 2px #712419 solid;
}

.scroller-item {
	padding : 10px 5px 20px;
	width : 206px;
}

.scroller-item-date {
	font-size : 11px;
	font-weight : bold;
	color : #666666;
}

.scroller-item-title {
	font-size : 13px;
	font-weight : bold;
}

.scroller-item-description {
	font-size : 11px;
	font-style : italic;
}

.scroller-item-link {
	float : right;
}
