/* CSS Document */

body
{
	background-image:url(images/wood2.jpg);
}
#message
{
	background-color:#FFF;
	width:80%;
	height:80%;
	top:100px;
	left:100px;
	position:absolute;
	z-index:1000;
}
.left
{
	float:left;
	margin:10px;
}
.right
{
	float:right;
	margin:10px;
}
.attention
{
	color:#F00;
	font-weight:bold;
}
#logoone
{
	position:relative;
	top:0px;
	left:5px;
	width:138px;
	height:134px;
}
#logotwo
{
	position:absolute;
	top:75px;
	right:50px;
	width:510px;
	height:51px;
}
#compass
{
	background-image:url(images/compass.gif);
	width:140px;
	height:126px;
	position: relative;
	bottom:0px;
}
#stripe2
{
	background-image:url(images/stripe2.gif);
	width:100%;
	position: relative;
	bottom:35px;
}
#slideshow
{
	position:absolute;
	top:174px;
	left:424px;
	height:152px;
	width:48%;
}
h1
{
	background-image:url(images/logo-2.gif);
	position:absolute;
	top:75px;
	right:50px;
	width:510px;
	height:50px;
	color:#CCCCCC;
}
h2
{
	text-decoration:underline;
	font-style:italic;
	color:#006600;
}
h3
{
	font-size:18px;
	font-style:italic;
	color:#006600;
}
h4
{
	color:#006600;
}
p
{
	font-weight:bold;
	text-indent:2em;
}
li
{
	font-weight:bold;
}