body {
	background: url(/gofset/images/backimage.jpg) #b0c5ff fixed no-repeat 50% 98%;
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS";
	font-size: 10pt;
	height: 100%;
	max-height: 100%;
	scrollbar-base-color: #E8C5C4;
    scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #FFE8A5;
	scrollbar-darkshadow-color: #FFE8A5;
	scrollbar-face-color: #FADD9B;
	scrollbar-highlight-color: #FFEAA7;
	scrollbar-shadow-color: #FFE8A5;
	scrollbar-track-color: #F1E8A5;

}

a:link, a:visited {
      color: #9C6722;
      text-decoration: none;
      font-family: Comic Sans MS;
}

a:hover {
      color: #000000;
      text-decoration: underline;
}

a:active {
      color: #9C6722;
      text-decoration: none;
}

#container{ 
	width:100%; 
	position:absolute; 
	bottom:0; 
} 

#container #navigation {
	margin: 0 auto;
	width: 565px;
}

#container #content { 
	margin: 0 auto;
	width: 570px;
	height: 340px;
	min-height: 340px;
	max-height: 340px;
} 

#container #content #frame { 
	text-align: left;
	width: 540px;
	height: 310px;
	overflow: auto;
} 

#container #footer {
	height: 98px;
	width: 570px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

#container #footer #footercontent {
    height: 48px;
    margin-right: 15px;
    font-size: 8pt;
    color: #000000;

}


/* Site Navigation */

#navigation {
	height: 38px;
	line-height: 38px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	padding: 0px 7px 0 0;
	display: inline;
	padding: 0 7px 0 10px;
}
*html #navigation ul li {
	padding: 0 5px 0 10px;
}
#navigation ul li.lastnode {
	background: none;
}

#navigation ul li a:link, a:visited {
	color: #9c6722;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation ul li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid;
}
*:first-child+html #navigation ul li {
  padding: 0 5px 0 6px;
}







