/*Content Style*/ 
 
.home_box{ 
	position: absolute; 
	top: 295px; 
	right: 34px; 
	width: 300px; 
	height: 193px; 
	padding: 0px 5px 3px 5px; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	overflow: auto; 
	font-size: 1.2em; 
	text-align: justify; 
} 
.cocktail_box{ 
	position: absolute; 
	right: 25px; 
	top: 230px; 
	width: 300px; 
	height: 190px; 
	padding: 3px 5px 3px 5px; 
	/*overflow-x: hidden; 
	overflow-y: scroll; 
	overflow: auto;*/ 
	font-size: 1.2em;	 
	text-align: left; 
} 
.cocktail_txt{ 
	 
} 
.events_box{ 
	position: absolute; 
	right: 25px; 
	top: 130px; 
	width: 300px; 
	height: 190px; 
	padding: 3px 5px 3px 5px; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	overflow: auto; 
	font-size: 1.2em;	 
	text-align: left; 
} 
.politics{ 
	position: absolute; 
	bottom: 75px; 
	left: 100px; 
	font-size: 12px; 
	color: #300000; 
	font-weight: bold; 
} 
 
 
.contact_txt{ 
  position: absolute; 
  width: 225px; 
  height: 75px; 
  bottom: 180px; 
  right: 43px; 
  color: #333333; 
  font-size: 1em; 
} 
.absinthe_txt{ 
  color: #ffffff; 
  text-align: justify; 
  padding: 5px 10px 10px 10px; 
  font-size: 1.3em; 
} 

