body{
	background: #EFEFEF url(images/mikes.gif) no-repeat fixed bottom left;
	margin: 0;
	font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

A:link{
	color: Black;
	text-decoration: none;
}
A:hover{
	color: Olive;
	text-decoration: underline;
}
A:active{
	color: #989440;
	text-decoration: none;
}
A:active:hover{
	color: Olive;
	text-decoration: underline;
}
A:visited{
	color: #989440;
	text-decoration: none;
}
A:visited:hover{
	color: Olive;
	text-decoration: underline;
}

#header{
	background: url(images/mikes.gif) no-repeat #552A00 top left;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	float: left;
}

#wrap{
	width: 860px;
	margin: 0;
	background: transparent;
	border: 0;
}

#navcontainer{
	background: transparent;
	width: 140px;
	height: 574px;
	margin-top: 120px;
	margin-left: -200px;
	float: left;
}

 #navlist li{
	margin-top: 15px;
	background: transparent;
	list-style-type: none;
	text-align: right;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	color: Gray;
	width: 150px;
	font-weight: bold;
}

#navlist li a:link {
	color: Black;
	text-decoration: none;
}
#navlist li a:visited {
	color: Black;
	text-decoration: none;
}
#navlist li a:hover {
	color: Olive;
	text-decoration: none;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	font-style: normal;
}

#content{
	border: 1px solid Gray;
	width: 460px;
	background: transparent;
	margin-left: 279px;
	padding: 21px;
	padding-bottom: 200px;
	text-align: justify;
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
}

#title{
	width: 200px;
	height: 90px;
	background: no-repeat transparent top left;
	text-align: left;
	padding-top: 29px;
	padding-left: 49px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: Gray;
	float: left;
}

