/* ENVOY LARGE STYLE SHEET
change body font size and p, intro and ul width to 480 nav top to 20px */




body {
	/*background-color: #ffffff;
	color: #333333;
	background-image: url(../images/bkg.jpg);
	background-position: left;
	background-attachment: fixed;	font-family: Georgia, "Times Roman", sans-serif;
	width: 100%; */
	font-size: 120%;
}


p {
/*word-spacing: normal;
font-family: Verdana, Arial, sans-serif;
color:#333333;
	float: left;
		font-size: 0.8em;
	padding: 0.6em 0 1em 95px;
	letter-spacing: normal;
	line-height: 1.3;
	clear:left;	*/	
	width: 480px;
	}


.intro {
/*font-family: Georgia, "Times New Roman", Times, serif;
 color:#71285b;
	float: left;

	font-size: 1.2em;
	padding: 0 0 1em 95px;
	letter-spacing: normal;
	line-height: 1.3;
	clear:left;	
	word-spacing: -0.05em*/
	
		width: 480px;}

ul.text{
/*
color:#333333;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	padding: 2px;
	float: left;
	
	font-size: 0.8em;
	padding: 0em  0 1em 95px;
	letter-spacing: normal;
	
	clear:left;*/
	
	width: 480px;
	}


	/*NAVIGATION*/

#nav {
position: absolute;
top: 20px;
font: 1.05em Georgia, "Times New Roman", serif; letter-spacing: 0.075em;
		text-align: right;
	padding: 0;
	margin: 0; 
	max-width: 855px;
	}
	
* html #nav {
position: absolute;
top: 13px;
right: 7px;
font: 1.05em Georgia, "Times New Roman", serif; letter-spacing: 0.075em;
		text-align: right;
	padding: 0;
	margin: 0; 
	max-width: 855px;
	
}
