@charset "ISO-8859-1"; 

/* =REST ALL CSS STYLES */
@import url("reset-min.css");


/* =GENERAL - general styles */
	
body {
	font: 62.5%/2.2em Helvetica, "Lucida Grand", Tahoma, Verdana, sans-serif;
	letter-spacing: 0px;
	color: #fff;
}

h1 {font-size: 1.5em;}

h2 {font-size: 1.1em;}

h3 {font-size: 0.8em;}

a {text-decoration: none;}

a:hover {text-decoration: none;}

a:visited {text-decoration: none;}


/* =HEADER LAYOUT STYLES */

#nav { 
	width: 690px;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 10px;
	border: 0;
}
