body {
	background-image: url(images/side-green.gif);
	background-repeat: repeat-y;
	background-position: left 132px;
}
#header {
	background-image: url(images/header-green.gif);
	background-repeat: no-repeat;
	height: 106px;
}

a:link, a:visited, a:active{color: #CCD9A1;}
a:hover {color: #999999;}

#copyright {
	font-size: 90%;
	color: #CED8A4;
}

/*-------MAIN NAVIGATION-----------*/

div#nav
{
	background-color: #CCD9A1;
	border-top: 1px solid #F1EFE2;
	border-bottom: 1px solid #F1EFE2;
}


div#nav ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 140%;
	font-weight:bold;
		width:800px;
}

div#nav ul li
{
display: inline;
margin-left: -4px;
}

div#nav ul li a
{
padding: 2px 10px 3px 10px;
color: #FFFFFF;
text-decoration: none;
border-right: 1px solid #F1EFE2;
}

div#nav ul li a:hover
{
background-color: #B7C978;
color: #666666;
}

#active a {
	border-left: 1px solid #030;
	background-color: #D4D0C8;
}

#nav li#active a {
	background-color: #FFFFFF;
	color: #666666;
}

/* END MAIN NAVIGATION-----------*/

/* Arrows  */
#arrowright a  {
	background-image: url(images/arrowr.gif);
	display:inline;
	width: 27px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 2em 1em;
}

#arrowright a:hover, #arrowright a:active { 
background-position: 0 -30px;
}

#arrowleft a  {
	background-image: url(images/arrowl.gif);
	display:inline;
	width: 27px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 2.5em 0;
	left: 42px;
	top: 376px;
}

#arrowleft a:hover, #arroweft a:active { 
background-position: 0 -30px;
}

#home a  {
	background-image: url(images/home.gif);
	display:inline;
	width: 27px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 2em 1em;
}

#home a:hover, #arrowright a:active { 
background-position: 0 -30px;
}
/* END Arrows  */
