/* Main Style */

#page-container {
	width:780px; margin:auto; 
	background-image:url('../images/sand.gif');
	}

.center{
		text-align: center;
		}
	
.hidden {
	display:none;
	}

body {
	font-family:font-family:georgia,garamond,serif; 
	font-size:16px; 
	color:#000; 
	background-image:url('../images/sand.gif');
	}

#header {
	height:150px;
	}

#navigation {
	float:left; width:180px;
	}

#content {
	margin-left:190px; 
	padding:6;
	}

#footer {
	clear:both; 
	height:66px;
	}

h1 {
	margin:0; 
	padding:0;
	}

#content h1 {
	margin:2; 
	padding-bottom:15px;
	}

#content p {
	margin:0; 
	padding:0; 
	padding-bottom:15px;
	}

#navigation{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}

#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowgreen.gif) 100% 0;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	}	
	
#navigation li a:link, #navigation li a:visited {
	color: #5E7830;
	}

#navigation li a:hover{
	color: #26370A;
	background-position: 100% -32px;
	}

	
#navigation li a.selected{
	color: #26370A;
	background-position: 100% -64px;
	}
	
img.pad{
	padding: 0px 5px;
	}