@charset "utf-8";
/* LAYOUT STRUCTURE */
#border {
	border: 0;
	/*width: 877px;*/
	width: 916px;
	background:#000 url('../images/bkg_span_02.jpg') no-repeat;
	margin: 0 auto;
}

#header {
	height: 191px;
	width:850px;
}

* html #header { margin-left: 0; }

#content {
	padding: 20px 30px 30px 30px;
	max-width: 847px;
	text-align:left;
	/*width: 835px;*/
	background:#FFF url('../images/bkg_page_bottom_01.jpg') no-repeat bottom;
}

#container {
	width: 850px;
	margin: 0 auto;
	background-color: #600;
	border: 0 solid #000;
}

/* CONTENT LAYOUT */
.sideLeft {
	background: #FFF;
	margin:auto;
	padding: 0 0 20px 0;
	width: 68%;
	float: left;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.sideLeft a:link {text-decoration: underline;color: #4277A8;}
.sideLeft a:visited {text-decoration: underline;color: #4277A8;}
.sideLeft a:hover {text-decoration: none;color: #999;}
.sideLeft a:active {
	text-decoration: none;
	color: #000;
}

#sideRight {
	float:right;
	width:200px;
	padding:0px 0px;
	margin:20px 0 20px 20px;
	background: url(../images/bkg_rs_01.jpg) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#999999;
	font-size:1.0em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

/* ~~~~~~~~~ FOOTER ~~~~~~~~~ */
#footer {
	clear: both;
	text-align: center;
	height: 285px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	background: #000 url(../images/bkg_flames_01.jpg) repeat-x;	
}

