body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #484037 url(../images/rocca_fs_box2.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#indexContainer {
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 10px;
	border-right: 7px solid #FFF;
	border-left: 7px solid #FFF;
	border-bottom: 7px solid #FFF;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 7px;
	border-right: 1px solid #AFADA1;
	border-bottom: 1px solid #AFADA1;
	border-left: 1px solid #AFADA1;
}
#header {
	text-align: right;
	border-bottom: 1px solid #938371;
	margin-right: 7px;
	margin-left: 190px;
	padding-right: 10px;
}
#header a:link {
	color: #646353;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #84836E;
}
#header a:hover {
	color: #CA521D;
}
#header .topnav {
	width: 160px;
	margin: 10px 10px 0px;
	float: right;
	text-align: right;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header .logo {
	float: left;
}
#headerIndex {
	text-align: right;
	margin-right: 7px;
	margin-left: 190px;
	padding-right: 10px;
}#headerIndex a:link {
	color: #646353;
	text-decoration: none;
}
#headerIndex a:visited {
	text-decoration: none;
	color: #84836E;
}
#headerIndex a:hover {
	color: #CA521D;
}
#mast {
	float: left;
	margin-left: 7px;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 0px;
	width: 113px;
}
#nav li {
	border-bottom: 1px solid #CA521D;
	font-size: 12px;
}
#nav a:link, #nav a:visited {
	padding: 3px 3px 5px 0.5em;
	background: transparent none repeat scroll 0%;
	color: #5b1b02;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	background-color: #CA521D;
	color: #ffffff;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C68D55; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}
#secnav {
	margin: 0px 0px 0px 7px;
	background: #FFF repeat scroll 0%;
	float: left;
	width: 127px;
	top: 300px;
	padding-top: 5px;
}
#secnav .inner {
	margin: 0px;
}
#secnav ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 0px;
	width: 127px;
}
#secnav li {
	border-bottom: 1px solid #CA521D;
	font-size: 12px;
}
#secnav a:link, #secnav a:visited {
	padding: 3px 3px 5px 0.5em;
	background: transparent none repeat scroll 0%;
	color: #5b1b02;
	text-decoration: none;
	display: block;
}
#secnav a:hover {
	color: #FFF;
	background: #CA521D;
}
#secnav ul li.activelink a, #secnav ul li.activelink a:hover {
	background: #CA521D;
	color: #fff;
}
#secnav ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#secnav ul ul li {
	border-bottom: 1px solid #938371;
}
#secnav ul ul li a:link, #nav ul ul li a:visited {
	display: block;
	padding: 5px 5px 5px 12px;
	background: #FFF;
	color: #000;
	text-decoration: none;
}
#secnav ul ul li a:hover {
	background: #646353;
	color: #FFF;
}
#secnav ul ul li.activelink a, #secnav ul ul li.activelink a:hover {
	background: #DEDED8;
	color: #000;
	font-weight: bold;
	padding-left: 15px;
}
#secnav ul ul li.nonactivelink a, #secnav ul ul li.nonactivelink a:hover {
	background: #fff;
	color: #000;
	padding-left: 15px;
}
#innerContent {
	margin: 1px;
	background: url(../images/index.jpg) no-repeat;
	height: 536px;
	padding-top: 210px;
	padding-left: 622px;
}
#mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	line-height: 20px;
}
#mainContent h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #CA521D;
	padding-top: 5px;
	padding-left: 20px;
}
#mainContent h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 5px;
	padding-left: 20px;
}
#mainContent h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #63784E;
	padding-top: 5px;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
#mainContent h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	letter-spacing: 0.1em;
}
#mainContent p {
	font: 1em/21px Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent a:link {
	color: #646353;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #84836E;
}
#mainContent a:hover {
	color: #CA521D;
}
.sampleimg { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	text-align: center;
	font-size: .7em;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #C68D55;
}
.source {
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
#footer {
	margin: 0px 7px 7px;
	padding: 0px 20px;
	text-align: center;
	border-top: 1px solid #E0E0DA;
	background: #E0E0DA;
}
#footer a:link {
	color: #646353;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #84836E;
}
#footer a:hover {
	color: #CA521D;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 0.8em;
}
#footer .copyright {
	float:right;
}
#footerIndex {
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
	background: #E0E0DA;
}
#footerIndex a:link {
	color: #646353;
	text-decoration: none;
}
#footerIndex a:visited {
	text-decoration: none;
	color: #84836E;
}
#footerIndex a:hover {
	color: #CA521D;
}
#footerIndex p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 0.8em;
}
#footerIndex .copyright {
	float:right;
}
#design {
	float:right;
	font: 0.8em Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 25px;
	color: #E0E0DA;
}
#design a:link {
	color: #E0E0DA;
	text-decoration: none;
}
#design a:visited {
	text-decoration: none;
	color: #84836E;
}
#design a:hover {
	color: #CA521D;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bbb {
	float: right;
	font-size: 0.7em;
	text-align: center;
	margin: 10px;
	font-weight: bold;
	color: #E0E0DA;
}
#mainContent .indent {
	padding-left: 45px;
}
#mainContent .line {
	border-bottom: 1px solid #BCCAAE;
	margin-right: 20px;
	margin-left: 20px;
}
#top {
	float:right;
	font: 0.8em Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 7px;
	color: #84836E;
}
#top a:link {
	color: #84836E;
	text-decoration: none;
}
#top a:visited {
	text-decoration: none;
	color: #84836E;
}
#top a:hover {
	color: #CA521D;
}
