body
{
	background-color: #000000;
	font-family: helvetica, sans-serif;
}
#content
{
	background-color: #F0F0F0;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
.head
{
	border: solid #C0C0C0 4px;
	padding: 5px 5px 5px 5px;
	height: 150px;
}
.body
{
	border-top: none;
	border-right: solid #C0C0C0 4px;
	border-bottom: solid #C0C0C0 4px;
	border-left: solid #C0C0C0 4px;	
	padding: 10px 10px 10px 10px;
}
.body h1
{
	text-decoration: underline;
	font-size: 22px;
}
.name
{
   	font-size: 22px;
	font-weight: bold;
}
.title
{
	background-color: #FF9900;
	float: right;
	padding: 15px;
	width: 200px;
	height: 150px;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
.bay
{
	background-image: url('firedanger3.php');
	background-repeat: no-repeat;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 90;
}
.fdr
{
	background-image: url('firedanger4.php');
	background-repeat: no-repeat;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 90;
}
.title a:visited
{
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
span.header
{
	background-color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 500%;
}
.footer
{
	padding: 2px;
	text-align: center;
	border-top: none;
	font-size: 76%;
	border-right: solid #C0C0C0 5px;
	border-bottom: solid #C0C0C0 5px;
	border-left: solid #C0C0C0 5px;
}
#indent
{
	padding: 0 4px 0 4px;
}
#nav 
{
	float: left;
        margin: 0;
	width: 100%;
	list-style: none;
	background-color: #FF9900;
	border-bottom: 5px solid #C0C0C0;
}
#nav ul
{
        list-style: none;
}
	
#nav li
{ 
	float: left;
	margin: 0;
	padding: 0;
}
#nav a 
{
	float: left;
	display: block;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	color: #FFFFFF;
	background: #FF9900 url(images/nav_slant.gif) no-repeat top right;
}
	
#nav #nav-1 a 
{
	padding-left: 20px;
}
	
#nav a:hover
{
	color: #000000;
}
#small
{
	font-size: 65%;
}