/* Site Structure */

body{
	text-align:center; /* fix for IE5 */
	background-image:url(/_images/template/bg_body_samba.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000;
}

#wrapper{
	margin: 0 auto;
	width:960px;
	text-align:left; /* fix for IE5 */
	height:auto;
	
}

#main {
	/*background: url(bg.png) top left repeat-y;*/
	float:left;
	background-color:#FFFFFF;

}



#lcol{
	width:218px; /* -2px for border space */
	float:left;
	overflow:hidden;
	

}


#content{
	float:left;
	width: 540px;

	
}

#rcol {
	float:right;
	width:200px; /* -0px  for border space */
	overflow:hidden;
	min-height:300px;
	
}



#footer {
	clear:both;
	text-align:center;
	color:#FFF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ======= IE 6.0 PNG HACK ========== */


img { behavior: url(/_components/iepngfix.htc) }


/* ================================== */



/* === MAIN ======================================================================== */
#main { 
	border: solid 1px #CC9900;
	border-bottom-width: 3px;
	background-color:#FFFFFF;
	background-image:url(/_images/template/bg-col-border-left.gif);
	background-position:left top;
	background-repeat:repeat-y; 
}
	


/* === Within CONTENT BLOCKS ======================================================================== */
#lcol-inside {
	
}



#content ul {
	list-style:disc;
	margin-left:15px;
}

#content ol {
	margin-left:15px;
}

#content-inside {
padding: 10px 20px 20px 20px;
}

	
/* === LCOL OFFER =============== */

.lcol-offer {
	border: 1px dashed #999;
	background-color:#F9F7F2;
	margin:15px; 
	padding: 5px;
}



/* === FEATURE ======================================================================== */
#feature { 
	background-color:#FFFFFF;
	border: solid 1px #CC9900;
	border-bottom:none;
	margin:0 auto;
	padding:0;
	height:auto;	
}

#feature img { 
	display:block;
}
	