/* LARGER STYLE SHEET
change body font size to 150% and p, intro and ul width to 580, top_text to max-width: 100%; #nav to max width 100% and top to 24px, quote box to 358 and quote text width to 300, box to 670 and text col to 290*/


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: 150%;
}


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: 580px;
	}


.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: 580px;}

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: 580px;
	}

#top_text {
	max-width: 100%;
	/*text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	padding-left: 0;
	padding-right: 0.2em; */
	
}


	/*NAVIGATION*/

#nav {
/*position: absolute;
font: 1.05em Georgia, "Times New Roman", serif; letter-spacing: 0.075em;
		text-align: right;
	padding: 0;
	margin: 0; */
	top: 24px;
	max-width: 100%;
	}
	
* html #nav {
position: absolute;
right: 7px;
font: 1.05em Georgia, "Times New Roman", serif; letter-spacing: 0.075em;
		text-align: right;
	padding: 0;
	margin: 0; 
	
	top:17px;
	max-width: 100%;
	
}


#quotebox {
	float: left;
	margin: 0.5em 0 1em 95px;
	clear: none;
	border: solid 1px #ffcc00;
	width: 358px;
	background-color: #FFF9E5;
	padding: 0;
			}
	
.quotetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 0.8em;
	line-height: 1.3;
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 1.5em;
	width:300px;
	letter-spacing: 0.0em;
}


#quotebox_graphic,#quotebox_graphic2 {
	float: left;
	margin: 0.5em 0 1em 95px;
	clear: none;
	border: solid 1px #ffcc00;
	width: 358px;
	background-color: #FFF9E5;
	padding: 0;
			}

.box {
	float: left;
	margin: 1em 0 1em 95px;
	clear: both;
	border: solid 1px #ffcc00;
	width: 670px;
	background-image:url(../images/box_bkg_larger.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	}
	
.example_text_box
{	width: 290px;
	float: right;
	background-color: #FFF9E5;
	
}