html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75%/1.88889 georgia, sans-serif;
	
	background: url(../images/background.jpg); 
	margin: 0; 
	padding: 0;
	
	}

.crest {
	position:absolute;
	left:150px;
	top:20px;
	z-index:500
}


#main {
	background: #FFFFFF no-repeat left top;
	margin: 0;
	position: relative;
	left: 140px;
	width: 600px;
	font-size: 110%;  /* For MSIE */
	
	z-index: 1;	
	}

/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 9.5em;
	float: left;
	clear: left;
	
}

.leftSideBar a {
	display: block;
	color: #CC9933;
	padding: .5em;
	text-decoration: none;
	line-height: 90%;
	position: relative;
	top: 1.5em;
}

.leftSideBar a:visited {
  color: #CC9933;
  text-decoration: none;
  
}

.leftSideBar a:hover {
color: white;
}



.leftSideBar .sideBarText a {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: white;
  background-color: transparent;
  font-weight: bold;
}

#footer {
	font-family: "Comic Sans MS";
	position: relative;
	text-align: right;
	width: 850px;
	z-index: 400;
	height: 20px;
	}
