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

html,body {
	margin: 0;
	padding: 0;
	background-image:url("../images/pattern-bg.gif");
	background-attachment:fixed;
	background-repeat: repeat;
	background-position:Top Left; 
	font: 11px "tahoma","MS Serif", "New York", serif; 
	letter-spacing: 0.75px;
}
A:link			{ text-decoration: none; }
A:visited		{ text-decoration: none; }
A:hover			{ text-decoration: underline; }
p { 
	font: 11px "tahoma","MS Serif", "New York", serif; 
	letter-spacing: 1.2px;
	line-height:135%; 
}

#nav p {
	font: 11px "tahoma","MS Serif", "New York", serif;
	font-variant:small-caps;
	letter-spacing: 0.75px; 
}