#header {
	height: 210px;
	width: 883px;
	z-index: 2;
	position:absolute;
	padding-bottom: 150px;
}

body {
	margin: 0px;
	background-image: url(../images/bckgnd.jpg);
	background-repeat: repeat-y;
}

#firefighter {
	position: absolute;
	left: 0px;
	top: 162px;
	float: left;
	height: 300px;
	width: 250px;
	z-index:1;
}

#contentArea {
	height: 450px;
	width: 560px;
	position: absolute;
	left: 250px;
	top: 255px;
	z-index: 6;
}


#contentAreaHome {
	height: 450px;
	width: 450px;
	position: absolute;
	left: 320px;
	top: 255px;
	z-index: 6;
}

#sidebar {
	position: absolute;
	left: 90px;
	top: 205px;
	height: 30px;
	width: 786px;
	z-index: 3;
}

#content {
	text-align: left;
}

#HomeContent {
	text-align: right;
}

.headerImage {
	float: left;
}

/** Links styles **/

#sidebar li{
	list-style: none;
	display:inline;
}

#sidebar a:link{
	display: inline;
	list-style: none;
	margin-left: 15px;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sidebar a:visited{
	display: inline;
	list-style: none;
	margin-left: 15px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sidebar a:hover {
	display: inline;
	list-style: none;
	margin-left: 15px;
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.images {
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 340px;
}
