body
{
	background-image: url(images/blank_graphic3.jpg);
	background-position: 0px 30px;
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	font-family: Century Gothic, Verdana, Geneva, sans-serif
	font-size: 10pt;
}
#mainLogo
{
	margin-left: 50px;
	text-align: left;
	float: left;
	
	width: 200px;
	height: 126px;
	border: 0;
	background-image: url("images/FireLogoContact.png");
	background-repeat: no-repeat;
}

#navigation
{
	font-size: 16pt;
	text-align: right;
	word-spacing: 40px;
	padding: 20px 100px 0px 0px;
	color: #9b0000;
	font-family: Century Gothic, Verdana, Geneva, sans-serif
}
#content
{
	padding: 10px 100px 0px 280px; 
	clear: left;
	min-height: 400px;
	vertical-align: middle;
	text-align: center;
	overflow: auto;
	line-height: 18pt;
	font-size: 12pt;
	font-family: Century Gothic, Verdana, Geneva, sans-serif
}

#content td
{
	text-align: left;
}

#lipsum
{
	text-align: left;
	padding-left: 100px;
}

a
{
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover
{
	color: #F60	
}
h4
{
	color: #9b0000;
}
.slideRight
{
	float: right;
}
