/* CSS Document */

/* Navigation  */


#nav {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: arial, helvetica;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
	letter-spacing: 3px;
	}
	
#nav a, #nav a:visited {
	text-decoration: none;
	color: #000000;
	}

#nav a:hover {
	color: #333333;
	text-decoration: none;
}

	

		
