/* CSS Document */
#home div#home_img {
	width: 170px;
	float: left;
}

#home #home_container {
	margin-left: 170px;
}
#home #home_container #text{
	margin: 10px 0;
	padding: 5px;
	
	border-bottom: 1px #CCCCCC dotted;	
}
#home #home_container #text div{
	margin-bottom: 10px;	
}
#home #home_container #booking{
	float:right; 
	width: 250px;
}


#home_container #home_content {
}

#home_content #news {
	width: 368px;
	border-right: 1px dotted #CCCCCC;		
}
#home_content #events {
	padding-left: 5px;
	width: 180px;
	float: right;

}
#home_content #clear {
	height: 10px;
	clear:both;
}

#insanology_banner {
	margin-left: -10px;
	margin-top: 0;
}
