/* 10px = 77(%) */
/* 11px = 85(%) */
/* 13px = 100(%) */
/* 14px = 108(%) */
/* 15px = 116(%) */
/* 16px = 131(%) */
/* 18px = 138.5(%) */
/* 20px = 153.9(%) */
/* 24px = 182(%) */

/* rounded corners 
	-moz-border-radius:  1em;
	-webkit-border-radius: 1em;
*/


#right_link{
	width: 40%;
	float: right;
	text-align: right;
	padding: 0 4em 0 0 ;
	color: #fff;
}

#right_link a {
	color: #fff;
	font-size: 131%;
	text-decoration: none;
}

#right_link a:hover{
	color: #e5d3a4;
	font-size: 131%;
}


li a {
	color: #fff;
	font-size: 131%;
	text-decoration: none;
	padding: 1em 0 .5em 0;
	line-height: 2em;
}

li a:hover {

	color: #653020;

}
