/* CSS Document */

body
{
	background-image:url(images/wood2.jpg);
	background-repeat:repeat;
}
#compass
{
	background-image:url(images/compass.gif);
	width:140px;
	height:126px;
	position: relative;
	bottom:0px;
}
h1
{
	background-image:url(images/banner2.jpg);
	b
	font-size:36px;
	width:510px;
	height:51px;
	color:#CCCCCC;
}
h2
{
	text-decoration:underline;
	font-style:italic;
	color:#006600;
}
h3
{
	font-size:22px;
	font-style:italic;
	color:#006600;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
h4
{
	margin:0px;
	text-indent:2em;
	color:#006600;
	font-weight:bold;
	font-size:18px;
}
h5
{
	color:#006600;
}
h6
{
	color:#006600;
}
p
{
	font-weight:bold;
	text-indent:2em;
}
li
{
	font-weight:bold;
	margin:5px;
}
#ad
{
	background-image:url(images/ad-background.jpg);
	text-align:left;
	border:double;
	width:75%;
	padding:8px;
	margin:8px;
	color:#3F0;
}
#ad a
{
	color:#FFF;
}
#ad a:hover
{
	color:#CCC;
}
#ad a:visited
{
	color:#FFF;
}
.attention
{
	background-color:#FF0;
	color:#000;
	font-weight:bold;
	text-align:center;
}