/* CSS Document */

	A			{ color: #000000; text-decoration: none; } 
	A:link		{ color: #000000; text-decoration: none; } 
	A:visited	{ color: #CC3C23; text-decoration: underline; } 
	A:active	{ color: #CC3C23; text-decoration: underline; } 
	A:hover		{ color: #CC3C23; text-decoration: underline; } 

	body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #F5F1D7;
	}	

/*Structure Elements*/

	#container {
	width: 800px;
	}
	
	#navigation {
	width: 800px;
	position: absolute;
	top: 720px;
	}


/*Style Elements*/

	.nav {
	font-family:arial,sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	padding:0px;
	text-align:center;
	padding-top:5px;
	letter-spacing:.1em;
	}

	.description {
	font-family:arial, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	text-align:center;
	padding-top:10px;
	}

	.red {
	color:#CC3C23;
	}
	
	.gray {
	color:#838173;
	}
	
	.intro {
	font-family:arial, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	line-height:135%;
	text-align:left;
	text-indent:20px;
	height: 462px;
	}
