body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #727272;
	line-height: normal;
	background-color: #000;
}
p {
	padding-left: 10px;
	color: #666;
	font-style: normal;
	font-weight: normal;
}



h1 {
	font-size: 1.4em;
	color: #000;
	height: 28px;
	padding-top: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: left;
}

h2 {
	font-size: 1em;
	color: #333;
	height: auto;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: none;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	color: #515151;
	padding-left: 10px;
	text-align: left;
}
h5 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #7a7a7a;
	margin: 0px;
	text-align: left;
}
h6 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #9D9D9D;
	margin: 0px;
}


#Footer {
	background-color: #FFF;
	background-repeat: repeat;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 0px;
	margin-left: 7px;
	width: 855px;
	color: #FFF;
	float: none;
}


#navigation {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-image: url(Images/navbar.jpg);
	background-repeat: repeat-x;
	height: 40px;
}


/* Content */

#content {
	background-color: #FFF;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}
.bodyheader {
	background-color: #000;
	background-repeat: repeat-x;
	line-height: 20px;
	text-align: center;
}
.hyperlink {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.block {
	color: #FFF;
	background-color: #999;
}
.links a img {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
.callfire {
	font-size: 36px;
	font-style: normal;
	color: #000;
	text-align: center;
	cursor: auto;
}

