body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	background-color: #C67F27;
	padding: 0;
	text-align: center;
}

/* By the way, this is a comment */

p {
font-size:10pt;
}

p.foot {
	font-size: 10pt;
  text-align:center;
	padding:0 0 8px 0;
	margin:0;
}

h1 {
	color: #000000;
	background-color: #C0C0C0;
	font-size: 12pt;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	text-align: center;
	border: thin solid black;
}

h2 {
	color: #000000;
	background-color: #C0C0C0;
	font-size: 10pt;
	text-align: center;
	padding:.25em;
	border: thin solid black;
}

img {
	border-style: none;
	border-width: 0;
}
img.spine {
  float:right;
	border-style: none;
	border-width: 0;
	z-index:1;
}

a:link {color: blue; text-decoration: underline;}
a:visited {color: purple }


a.menu:link { color: black; text-decoration: none;}
a.menu:visited { color: black; text-decoration: none;}
a.menu:hover {color: blue; text-decoration: none;}


strong {
	font-style: italic;
	text-transform: uppercase;
}

ul.mainmenu {
  font-weight: bold;
	list-style-type: none;
	font-size: 10pt;
	line-height: 2em;
	margin:10px 10px 10px 10px;
	padding:5px;
	z-index:2;
	background-color: #C0C0C0;
	border: thin solid black;
}

ul.download {
   list-style-image: url();
}

li.download {
  list-style-type: none;
   background-image: url(images/floppy-icon.gif);
   background-repeat: no-repeat;
   background-position: left top;
	 padding:0 0 25px 40px;
   }

li {
  font-size:10pt;
}

li.menulist {
  border-bottom: solid thin gray;
}

hr {
    height:2px;
    width:600px;
		padding-bottom:0;
   }

#container{
		width:750px;
		position:relative;
		background-color:white;
		margin-left: auto;
		margin-right: auto;
}
#header {
		width:750px;
		height:110px;
		background:url("images/lakeside_logo.jpg") no-repeat;
		padding:0;
		margin:0;
}

#narrow_menu{
		float:left;
		width:190px;
		min-height:490px;
		height:auto !important;
		height:490px;
		margin:0;
		padding:0;
		background-color: white;
		text-align: left;
}

#content {
		padding:0;
		margin:10px 10px 10px 200px;
		min-height:490px;
		height:auto !important;
		height:490px;
		background-color: white;
		text-align: left;
}

#footer {
    clear:both;
		background-color: white;
		padding:0;
		width:750px;
		height:85px;
		background:url("images/footer.png") no-repeat;
}