body {
	background: #86968c;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}
#header {
	background: #FFFFFF url(images/header_back.gif) repeat-x;
	height: 101px;
}
#header #slogan {
	position: absolute;
	top: 40px;
	left: 155px;
	display: block;
	font: 42px Georgia, "Times New Roman", Times, serif;
	color: #7E2930;
	text-align: left;
}
#header #slogan .year {
	font: 36px Georgia, "Times New Roman", Times, serif;
}
#main {
	background: url(images/background.jpg) repeat-x;
	min-height:600px;
	height:auto !important;
	height:600px;
	padding-top: 6px;
	position: relative;
}
#main .layout {
	background: url(images/sub_logo.jpg) no-repeat 20px 60px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin: auto;
	width: 820px;
	position: relative;
}
#nav {
	text-align: center;
	margin: auto;
	width: 816px;
}
#nav a {
	font: small-caps 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #233842 url(images/nav_button.gif) repeat-x;
	display: block;
	float: left;
	height: 27px;
	width: 98px;
	margin-right: 1px;
	padding-top: 8px;
	border-right: 1px solid #898989;
	border-left: 2px solid #898989;
}
#nav a:hover {
	background: url(images/nav_hover.gif) no-repeat;
}
#main .content_block {
	position: relative;
	display: block;
}
#content_box {
	text-align: left;
	float: right;
	margin-bottom: 30px;
	min-height:500px;
	height:auto !important;
	height:500px;
	width: 500px;
	margin-top: 25px;
	margin-right: 25px;
}
.content {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 10px;
}
.content a {
	color: #660000;
	text-decoration: underline;
}
.content a:hover {
	color: #CC6600;
}
.content h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #cc6600;
	text-transform: uppercase;
	border-bottom: 7px solid #7E2930;
}
.content h2 {
	font-size: 14px;
	font-variant: small-caps;
	color: #cc6600;
	font-weight: bold;
}
.content h3 {
	color: #71242B;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}
.content .uptime {
	color: #7E2930;
}
.content .caption {
	font-size: 10px;
}
.content .image_caption {
	width: 201px;
	float: right;
	clear: right;
	text-align: center;
	font-size: 10px;
	margin-left: 11px;
}
.content .image_border {
	border: 1px solid #7E2930;
	margin-left: 10px;
}
.content .warning {
	font-weight: bold;
	color: #FF0000;
	background: #FFFF99;
	padding: 1px;
}
#headline {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #cc6600;
	margin-top: 0px;
	text-transform: uppercase;
	width: 335px;
	text-align: left;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 445px;
}
#footer {
	width: 820px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 25px auto 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #CCC !important;
	text-decoration: none !important;
	text-align: center;
	background: #666 url(https://www.webdesignsmallbusiness.com/images/credit_darkbg.png) no-repeat center 3px;
	float: right;
	white-space: nowrap;
	display: block;
	padding: 35px 5px 3px;
	margin-bottom: 5px;
	min-width: 140px;
	border-radius: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	text-shadow: 0 1px #333;
}
#credit:hover {
	color: #CCC !important;
	text-decoration: none !important;
	background-color: #006;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #003;
}
.center {
	height: 100%;
	width: 820px;
	margin: auto;
	position: relative;
}

