@charset "UTF-8";
/* CSS Document */

#nav {
	float: right;
	height:45px;
	width:225px;
	background:#fff;
	padding-top:25px;
	text-align:center;
}

#nav A:link{
	color:#e64b19;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
	
#nav A:visited{
	color:#e64b19;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
	
#nav A:active{
	color:#e64b19;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
	
#nav A:hover{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
img.floater {
	float:left;
}