@import url('fonts.css');

div{
}
#left{
	width:auto;
	float:left;
	margin: 2% 0% 2% 2%;
}

#right{
	width:auto;
	min-width: 45%;
	float:right;		
	
	margin: 2% 2% 0% 1%;
}

#info{
	font:  1.1em Kotta One ;
	margin-top: -.5%;
}

#central_info{
	font: italic bold .75em arial;
	text-align: center;
	
	position:absolute;
	bottom: 2%;	
	width:45%;
}

#right ul{
	list-style-type: none;	
	
	font:  1em Kotta One;
}

#right a{
	text-decoration: none;
	color: #570e08;
	outline: 0; 
}

#right a:visited {
	text-decoration: none;	
	color: #570e08;
}

#right a:hover {	
	color:#e7af1a;
	font-size: 1em;
}

#right a:active {
	text-decoration: none;
	color: #570e08;
}