DIV#content {
	position:relative;
	width:1000px;
	height:100%;
	text-align:left;
	background-color:transparent;
	z-index:5;
}

DIV#flare {
	position:absolute;
	width:100%;
	height:503px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}

DIV#mountains {
	position:absolute;
	top:0px;
	width:100%;
	height:503px;
	background-image:URL('images/rptMtns.gif');
	background-repeat: repeat-x;
	background-position: left top;
	z-index:2;
}

DIV#right {
	position:relative;
	width:713px;
}


DIV#right DIV.header DIV.sub-content {
	position:relative;
	height:100%;
	width:713px;
/*	border-right:1px solid #182C42; */
	border-left:1px solid #182C42; 
	background-image:URL('images/subborders/right-background.png');
}

DIV#right DIV.footer {
	position:relative;
	width:713px;
	height:12px;
	background-image:URL('images/subborders/right-footer.png');
}


DIV#contact_inner {
	margin-top:10px;
	font-size:12pt;
}

DIV#contact_address {
	font-size:10pt;
	font-weight:bold;
}

DIV#contact_inner A {
	color:#223F5C;
	font-size:15pt;
}

DIV.news-feed {
	padding-top:15px;
}

DIV.news-feed DIV.item {

}

DIV.news-feed DIV.text {
	font-size:8pt;
	padding-top:5px;
	padding-bottom:5px;
}
DIV.news-feed DIV.title {
	font-size:10pt;
	font-weight:bold;
}
DIV.news-feed DIV.date {
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}

DIV.news-feed DIV.link {
	text-align:right;
}
DIV.news-feed DIV.link A {
	color:#223F5C;
	font-weight:bold;
}

DIV.news-feed DIV.item DIV.footer {
	position:relative;
	padding-top:15px;
	margin-bottom:15px;
	height:1px;
	width:80%;
	background-image:URL('images/horizontal-line-background.png');
	background-position:left bottom;
	background-repeat:repeat-x;
}


A#commerx_link:hover {
	background-color:transparent;
}

