#container {
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 900px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(images/logopico.gif);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	height: 150px;
	width: 900px;
	background-repeat: no-repeat;
}
#navigation {
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 140px;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}
#navigation a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #F5F5F5;
	color:#CC6714;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 96% center;
}
#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
#content {
	width: 500px;
	margin-left: 180px;
	margin-right: 200px;
	padding: 10px;
}
#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
#content a {
	color: #CC6600;
	text-decoration: none;
}
#content a:hover {
	color: #CC6600;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #CC6633;
	margin-bottom: 15px;
	background-color: #FFF;
}
