/* CSS Document */

body, html{
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#B2B2B2;	
}

a{
	color:#B2B2B2;
	text-decoration:none;
}

a:hover{
	color:#D93DD9;
}

#navigationWrapper{
	width:519px;
	height:65px;
	background:url(../images/fornaio_bg.gif);
}

#navigation{
	border:#B2B2B2 1px solid;
	width:394px;
	float:right;
	padding:4px;
	text-align:left;
}

#navigation a{
	margin-right:4px;
}