body {
	color: #000;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #9d9d9c;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 761px;
}
#header {
	background-color: black;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#logo {
	width: 400px;
}
#logo a{
	text-decoration: none;
	text-align: center;
	width: 400px;
}
#logo img{
	padding: 5px 0px 0px 200px;
	margin: auto;
}
.name{
	color: #af2d15;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	margin-left: 50px;
}
.slogan{
	color: #d89673;
	text-align: center;
	display: block;
	margin-left: 50px;
}
#nav {
	clear: both;
	display: block;
	height: 36px;
	width: 761px;
	background-color: #bc341b;
	background-color: #bc341b;
	margin-top: 25px;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #962713;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width:86px;
	display: block;
}
#nav ul li a:hover {
	color: yellow;
}
#nav ul li.last a {
	padding: 10px 17px 10px 10px;
	margin: 0px 2px 0px 0px;
}
#nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
}
#nav ul li{
	display: block;
	padding: 0px 0px 0px 0px;
	float: left;
	width:108px;
}
#content {
	clear: both;
	width: 761px;
	background-color: #bc341b;
}
#left{
	clear: both;
	width: 500px;
	float: left;
	background-image: url(images/siteburn.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.photos{
	margin: 20px 0px 20px 20px;
}
.photos a{
	margin-right: 5px;
}
.photos a img{
	border: #f8836e solid 2px;
}
.photos a:hover img{
	border: yellow solid 2px;
}
.textblock{
	background-color: #af2d15;
	background-image: url(images/textblock.jpg);
	background-repeat: no-repeat;
	width:481px;
	margin: 0px 0px 0px 11px;
	padding: 20px 0px 0px 0px;
}
.textblock p{
	color: #e4b4b4;
	padding: 0px 10px 0px 20px;
	line-height: 1.5em;
	font-size: 1.3em;
}
.textblock a{color: #fff;}
.textblock a:hover{color: yellow;}

#right {
	float: right;
	width: 250px;
}
.headlines {
	background-color: #df4b2f;
	height: 199px;
	padding: 10px;
	width: 230px;
}
.headlines h3{
	color: white;
	font-size: 1.3em;
}
h4 {
	color: #fbbd95;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.2em;
}

#right p {
	margin-top: 0px;
	color: #42322f;
}

.stats {
	background: #962713;
	padding: 10px;
	width: 230px;
}
.stats h3{
	color: yellow;
	font-size: 1.3em;
}
table{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
}
table thead tr td{}
table .t1{color: #cbcaca;}
table .t2{color: #ffc59d;}
table .t3{color: #b8b8b8;}
#footer {
	background: url(images/firetruck.jpg) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 221px;
	text-align: center;
	width: 759px;
	display: block;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	background-color: #9d9d9c;
}
#footerlinks{
	background-color: black;
	width: 500px;
	margin: 122px 0px 0px 130px;
	padding: 0px;
	display: block;
}
#footerlinks a{
	color: #9d9d9c;
	font-weight: bolder;
	font-size: 1em;
}
#footerlinks a:hover{
	color: yellow;
}
#footer p{
	color: black;
	width: 500px;
	margin: 40px 0px 0px 130px;
	text-align: center;
}
#bottom{
	width:501px;
	display: block;
	margin: -10px 0px 0px -9px;
}
#firetruck{
	background-image: url(images/firetruck.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 221px;
	float: left;
	display: block;
}
#paperburn{
	background-image: url(images/paperburn.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 89px;
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}