html
{
min-height: 100%;
margin-bottom: 1px;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #a6a8a5 url("../images/bg.gif") repeat top center;
	font: normal 12px/17px verdana,arial,helvetica,sans-serif;
	color: #333;
	text-align: center;
	}

#wrapper {
	position: relative;
	width: 800px;
	text-align: center;
	background: url(../images/wrapper.gif) repeat-y left top;
	}

#header {
	width: 750px;
	height: 100px;
	border: 2px solid #000;
	background-repeat: no-repeat center top;
	margin: 0 auto;
	}

#header h1 {
	visibility:hidden;
	}

#header ul {
	visibility:hidden;
	}

div #header{
	background-image: url(../images/header.gif);
	}

#content {
	position: relative;
	left: 23px;
	float: left;
	width: 509px;
	margin-left: 25px;
	text-align: left;
	margin: 0 auto;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #fff;
	padding: 20px;
	height: 100%;
	}

#content h1 span {
	visibility: hidden;
	}

#content h1 {
	color: #3b7894;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1px 0 0 0;
	border-bottom: 1px solid;
	height: 24px;
	clear: both;
	}

#content h2 span {
	visibility: hidden;
	position: absolute;
	}

#content h2 {
	color: #c4876b;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1px 0 0 0;
	border-bottom: 1px solid;
	height: 20px;
	clear: both;
	}

#content h3 {
	color: #595a5c;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1px 0 0 0;
	border-bottom: 1px solid;
	height: 17px;
	clear: both;
	}

#content p.source {
	padding: 6px 0 0 0;
	border-top: 1px solid #999;
	}

#content ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	}

#content li {
	margin-bottom: 8px;
	}

#content a:link, #content a:hover, #content a:active, #content a:visited {
	color: #666;
	border-bottom: 1px solid;
	text-decoration: none;
	padding-bottom: 2px;
	}

#content a:hover {
	color: #fff;
	border-bottom: none;
	background-color: #666;
	}

#content img {
	padding: 5px;
	border: 1px solid #4e4f62;
	clear: both;
	}

#content img.right {
	float: right;
	margin: 0 0 12px 15px;
	clear: both;
	}

#content img.left {
	float: left;
	margin: 0 15px 12px 0;
	clear: both;
	}


/* ----- SIDEBAR ----- */

#sidebar {
	border-right: 2px solid #000;
	padding: 20px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 159px;
	float: left;
	margin-left: 23px;
	}

#wrapper #sidebar {
	background-color: #a6a8a5;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar a {
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	display: block;
	width: 144px;
	padding: 4px;
	margin: 20px 0;
	}

/* text of nav buttons */
#sidebar a:hover, #sidebar a.on {
	color: #333;
	display: block;
	width: 144px;
	padding: 4px;
	margin: 20px 0;
	}

/* background color of nav buttons */
#sidebar a {
	background: #3b7894 url("../images/navbgoff.gif") repeat-y center;
	}

#sidebar a:hover, #sidebar a.on {
	background: #eee url("../images/navbgon.gif") repeat-y center;
	}


/* ----- FOOTER ----- */

#footer {
	position: relative;
	background-color: #595a5c;
	padding: 6px 4px 2px 4px;
	border: 2px solid #000;
	height: 20px;
	width: 742px;
	clear: both;
	margin: 0 auto;
	}

#footer p {
	color: #efefef;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	padding: 0;
	margin: 4px;
	}

#footer p a:link, #footer p a:active, #footer p a:hover, #footer p a:visited {
	color: #efefef;
	text-decoration: none;
	/* border-bottom: 1px solid; */
	padding-bottom: 2px;
	}

#footer p a:hover {
	color:#efefef;
	background-color:#333;
	}