#clearer { width: 100%; clear: both; /*line-height:1px;*/}
#clear { width: 100%; clear: both; }

#columns-container { width: 100%; padding: 0px; margin: 0px; overflow: hidden; /*background-color:#cccccc*/ } 
		
#columns-left4 { float: left; width: 22.5%; margin-left: 0%; margin-right: 0%; padding: 0px; overflow: hidden; } 
				
#columns-right4 { float: left; width: 22.5%; margin-left: 2%; margin-right: 0%; padding_left: 0px; overflow: hidden; } 		
	
				
#columns-left3 { float: left; width: 31.9%; margin-left: 0%; margin-right: 0%; padding: 0px; overflow: hidden; /*background-color:#223333*/  } 
				
#columns-right3 { float: left; width: 31.9%; margin-left: 2%; margin-right: 0%; padding_left: 0px; overflow: hidden; /*background-color:#332222*/ } 
  
	 
#columns-left2 { float: left; width: 48.9%; margin-left: 0%; margin-right: 0%; padding: 0px; overflow: hidden; /*background-color:#223333*/  } 
				
#columns-right2 { float: left; width: 48.9%; margin-left: 2%; margin-right: 0%; padding_left: 0px; overflow: hidden; /*background-color:#332222 */  } 
  
  
#columns-clearer { width: 99%; clear: both; line-height:4px;}




#watermark_box {
	position:relative;
	display:block;
}

img.watermark {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.contentbox {
background-color:#dbdbdb;
border:1px solid #CAC4C8;
margin-bottom:15px;
padding:10px 4px 10px 4px;
overflow: hidden;	/* fix IE7 */
height: 100%;		/* fix IE6 */
}

div.contentbox h2 {
font-size:1.21em;
margin-bottom:14px;
padding:0px 15px 0 0;
}


div.sidebox {
background-color:#dbdbdb;
border:1px solid #CAC4C8;
margin-bottom:15px;
padding:10px 4px 10px 4px;
overflow: hidden;	/* fix IE7 */
height: 100%;		/* fix IE6 */
}

div.sidebox h2 {
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:1.1em;
font-style:italic;
margin-bottom:10px;
padding:0px 5px 0 0;
text-align:right;
text-transform:lowercase;
}

div.postit_date {
background-image:url('calendar.png');
background-repeat:no-repeat;
color:#242f32;
display:block;
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:16px;
height:62px;
/*left:-12px;
padding-left:4px;*/

text-align:center;
top:-3px;
width:62px;
padding: 20px 0px 0px 0px;
margin-right: 20px;
}


div.offerbox {
height: 150px;
border:1px solid #CAC4C8;
margin-bottom:15px;
padding:10px 4px 10px 4px;
background: #0e1822 no-repeat 0 32px;
overflow: hidden;	/* fix IE7 */
}

div.offerbox h2 {
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:1.1em;
font-style:italic;
margin-bottom:14px;
padding:0px 10px 0 0;
text-align:right;
text-transform:lowercase;
color: #f48b0c;
}

div.offerbox img {
margin: -8px 0px 0px -3px;
padding:0px 0px 0 0px;
}

div.offerbox p {
margin-top:2px;
padding:0px 0px 0 10px;
text-align: left;
color: #ffffff;
}

div.offerbox a,
div.offerbox a:visited {
color: #ffffff;
}

/**
	Extra Content
*/	
.ecbox {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	width: auto;
	height: auto;
}

.ecbox ul li {
	list-style: none;
	border-bottom: 1px dotted #2B3746;
	padding: 0 0 4px 0;
	margin: 0px 0px 8px -30px;
	width: 100%;
}

/*Up2five column CSS support*/
.column{float:left;width:100%;}
.one{width:100%;}
.two{width:49%;}
.three{width:33.3%;}
.four{width:25%;}
.five{width:20%;}
.two3rds{width:66%;}
.three4ths{width:75%;}
.four5ths{width:80%;}
.column .content{width:99% ! important;margin:0 auto;padding:0 ! important;float:none ! important;}