@charset "utf-8";
/* CSS Document */
body {
	background: #999 center no-repeat fixed;
}
#wrapper {
	width: 780px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;	
}
#header {
	background-image: url(images/headerflamessm.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 258px;
	width: 780px;
}
#menu {
	height: 45px;
	width: 780px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;		
}
#menu ul {
	list-style-type: none;
	height: 35px;
	padding-top: 10px;
	font-size: 18px;
	margin: 0px;
	padding-left: 25%;
	padding-right: 25%;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration:none;
	color:#000;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 18px;
}
#menu ul li a:hover {
	text-decoration: underline;
	color:#000;
}
#content {
	height: auto;
	width: 775px;
	margin-top: 0px;
	margin-bottom: px;
	padding-top: 5px;
	padding-left: 5px;
	background-image: url(../cascadefiredepartment.com/images/conten.png);
	background-repeat: repeat-x;
	background-color: #343434;
}
.lightbox {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}
.lightbox li {
        margin-left: 15px;
        padding-left: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        float: left;
        width: 150px;
}
#footer {
	height: 48px;
	width: 780px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
        clear: both;
}
#footer p {
	padding-top: 12px;
	padding-left: 3px;
	margin: 0px;
}
#footer a {
	color:#FFF;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #C30;	
	font-size: 16px;
}
a:hover {
	text-decoration: underline;
	color:#C00;
}
#sidebar {
	float: right;
	height: auto;
	width: 250px;
	margin-top: 5px;
}
#sidebar h2 {
	text-align:center;
	margin-bottom: 0px;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 0px;
}
img.band {
border: 3px #C60 solid; 
margin: 2px;
padding: 0px;
}
h3 {
	margin-bottom: 3px;
	margin-top: 10px;
	color: #9F1B21;
	font-size: 22px;
}
h5 {
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 16px;
}
.front {
	margin-top: 10px;
	text-align: center;
}
img {
	border: 5px solid #C60;	
}
