body
{
	margin: 0;
}

.nav
{
	width: 180px;
	background-image: url(../pics/nav_pic.jpg);
	background-repeat: no-repeat;
	background-color: #666;
	padding: 220px 10px 10px 20px;
	height: 600px;
}

.nav a
{
	display: block;
	text-decoration: none;
	color: #300;
}

.banner
{
	height: 150px;
}

.heading
{
	background: #666;
	color: #eee;
}

h1
{
	font-size: 12pt;
	font-weight: 400;
}

.title
{
	background-image: url(../pics/bg.gif);
	height: 30px;
	border-bottom: 1px solid gray;
	border-top: 1px solid silver;
}

.title h2
{
	font-size: 10pt;
	color: #333;
	text-align: center;
}


.content
{
	color: #333;
	padding: 1em;
}

.sightings
{
	border-left: 1px solid #600;
}

.sightings th
{
	background: #900;
	color: white;
	padding: 3px;
}

.sightings td
{
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	padding: 3px;
}

.footer
{
	height: 50px;
	background: #666;
	color: #eee;
	text-align: center;
	font-size: smaller;
}

.site_map a
{
	color: #333;
	text-decoration: none;
}

.site_map a:hover
{
	color: blue;
	text-decoration: underline;
}

.bugga a
{
	text-decoration: none;
}

.adv
{
	font-style: italic;
}


