body {
	font: normal normal normal 11px Arial;
        background-color: black;
	margin: 0px;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 870px
}

#topBanner {
	clear: both;
	height: 86px;
	width: 870px
}

#header {
	clear: both;
	height: 37px;
	width: 870px
}

#header #extra {
	left: 490px;
	position: absolute;
	top: 12px
}

#header #extra a {
	color: #00959d;
	font-size: 14px;
	text-decoration: none
}

#content #options {
	background-color: #000;
	height: 535px;
	position: relative;
	width: 870px
}

#content #options div.line {
	height: 179px;
	left: 5px;
	position: relative;
	width: 860px;
}


#content #options div.line div.item {
	/* height: 179px; */
	left: 5px;
	float: left;
	/* width: 215px */
}

#content {
	background: #000 url('/asc/images/bg_content.jpg') scroll no-repeat top center;
	color:#fff;
	position: relative;
	width: 870px
}

#content #wrapper {
	position: relative;
	width: 840px
}

#content #wrapper div.text {
	left:30px;
	position: relative;
	width: 700px
}

#content #wrapper div.spacer {
	height: 15px;
	position: relative;
	width: 870px
}

#footer {
	background: transparent url('/asc/images/bg_web_footer.jpg') scroll no-repeat top center;
	height: 70px;
	position: relative;
	width: 870px
}

#footer #wrapper {
	color: #fff;
	font-size: 14px;
	height: 70px;
	position: relative;
	right: 30px;
	text-align: right;
}

#footer #wrapper span {
	font-size: 18px
}

.tableTitle {
	color: #fff;
	font-size: 14px;
	height: 35px;
	line-height: 35px
}

.tableSubtitle {
	color: #fff;
	font: normal normal bold 13px Arial;
	height: 35px;
	line-height: 35px
	
}

.tableCell {
	border-bottom: 1px solid #177d82;
	height: 25px;
	line-height: 25px
}

.tableCellTitle {
	border-bottom: 1px solid #177d82;
	font-weight: bold;
	height: 30px;
	line-height: 30px
}

.tableCell a {
	color: #177d82;
	text-decoration: none
}


