#main{
	position:relative;
	top: 20px;
	height:670px;
	visibility:hidden;
}

#content_l{
	float: left;
	width: 490px;
	margin-right:20px;
	text-align:justify;
}
#content_r{
	float: right;
	width: 228px;
}

#content_l h1, #content_r h1{
	margin:0;
	font-family: "Helvetica", "Calibri", "Trebuchet MS";
	font-weight:normal;
	font-size: 1.0em;
	color: #e0dbdb;	
	padding-bottom:5px;
	border-bottom: 3px solid #e0dbdb;
}

#content_l p, #content_r p, #content_r li{
	font-family: "Helvetica", "Calibri", "Trebuchet MS";
	font-weight:normal;
	font-size: 0.75em;
	color: #bcbaba;	
	
}
#content_r #news li span a{
	color: #909090;
	display:block;
	padding-left: 7px;
	background:url(../img/dash.png) no-repeat left center;
	text-decoration:none;
}
#content_r #news li span a:hover{
	
	text-decoration:underline;
}
#content_r #news li a{
	color: #ca3e3a;
	display: inline;
	padding-left: 0px;
	background:none;
}
#content_r #news li{
	list-style-type:none;
		
}
#content_r #news ul{
margin: 0.8em 0 0;
width: 100%;
}
#news{
	position:relative;
	height: 120px;
	padding-bottom:10px;
}

#tweet_prev{
	position:absolute;
	right: 20px;
	top: 0;
	width:16px;
	height:16px;
	background:  url(../img/twitter_arrows.png) 0 0;
	display:block;
}
#tweet_prev:hover{
	background:  url(../img/twitter_arrows.png) 0 16px;
}
#tweet_next{
	position:absolute;
	right: 0;
	top: 0;
	width:16px;
	height:16px;
	background:  url(../img/twitter_arrows.png) 16px 0px;
	display:block;
}
#tweet_next:hover{
	background:  url(../img/twitter_arrows.png) 16px 16px;
}

.twit_wrapper{
	width: 100%;
}
#customers_logo{
	height:50px;
	margin-top:30px;
	width:228px;
}



#content_l ul{
	margin:0;
}

#content_l ul li{
	list-style-type:none;
	font-family: "Helvetica", "Calibri", "Trebuchet MS";
	font-size: 0.75em;
	color: #bcbaba;
	margin-left: 0;
}

#content_r .date{
	font-size:0.9em;
	color:#909090;
	margin-top:-10px;
}
#customers h1{
	margin-top:20px;
}

#customers img{
	background:none;
}


@media screen and (max-width: 768px){
   
    #content_l{
		width: 100%;
		margin-right:0px;
		margin-top: 0px;
	}
	#content_r{
		margin-top:10px;
		float:left;
		width: 100%;
	}
	#content_l p, #content_r p, #content_r li{

		font-size: 0.875em;
	}
	#content_l ul li{
		
		font-size: 0.875em;
		
	}
	#news {
		float: left;
		width: 100%;
		margin-right: 0px;
	}
	#news li{
	width: 100%;
	}
	#customers {
		float: left;
		width: 100%;
	}
	#customers h1{
		margin-top:15px;
	}
	#customers_logo{
	width:228px;
	margin: 30px auto 20px;
	}
	#customers_logo img{
	padding-left: 0;
	
	}
	#main{
	height: 1000px;
	}
	#news{
	position:relative;
	}

}
@media screen and (max-width: 400px){
	#main{
		top: 30px;
	}
}