body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 80%;
	background: #333;
}
div, p, th, td, li, ol, ul, table, body {
/* redundant selectors to help NS4 not forget */
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
}
p {
	margin-top: 0;
	padding-top: .5em;
	margin-bottom: .75em;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.75em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.35em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, sans-serif;
	color: #666;
}
img{
/* turns off gaps around images */
	border:0;
}
a.img {
	border: 0;
	background-color: transparent;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #537ca5;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #537ca5;
	background-color: transparent;
}
a:active {
	color:#537ca5;
	background-color: transparent;
}
a:hover {
	color:#ffcc00;
	background-color: transparent;
}
.small{
	font-size: 0.75 em;
}
tt, pre{
	font: 0.9em "andale mono", monaco, courier, "courier new", monospace;
	color: #000;
	background: transparent;
}
blockquote {
	border-left: 3px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}

/* ==================== */
/*-- Layout Selectors --*/
/* ==================== */

#header_wrapper {
	width: 100%;
	text-align: center;
	margin: auto;
	height: 175px;

}
#content_wrapper {
	width: 100%;
}
#footer_wrapper {
	background: #333;
	width: 100%;
	color: #999;
}
#inner_wrapper {
	width: 990px;
	text-align: left;
	margin: auto;
}

/* ========================= */
/*-- Header Selectors --*/
/* ========================= */
.header_bg {
	background-color: #484848;
	height: 175px;
}
.header_text {
	padding: 3px 10px 0px 10px;
}
.header_text h3 a {
	color: #ffcc00;
	border-bottom: 1px dotted #ffcc00;
}
.header_text h3 {
	color: #ccc;
}

/* ========================= */
/*-- Content Selectors --*/
/* ========================= */

#content_wrapper .content {
	background-color: #f9f9f9;
}
#content_wrapper .content a {
	border-bottom: 1px dotted #ccc;
	padding: 1px;
}
#content_wrapper .content h1 {
	background: #474747;
	border-bottom: 1px solid #ffcc00;
	color: #eee;
	padding: 2px 5px;
}
#content_wrapper .content h4 {
	background: #474747;
	border-bottom: 1px solid #ffcc00;
	color: #eee;
	padding: 2px 5px;
}
#content_wrapper .content a:hover {
	border-bottom: 1px dotted #ffcc00;
	background-color: #333;
}
.content_padding {
	padding: 5px;
}

/* ========================================= */
/*-- Footer Selectors Here --*/
/* ========================================= */

#footer_wrapper h1, h2 {
	color: #aaa;
	padding-bottom: .25em;
}
#footer_wrapper h2 a {
	color: #ffcc00;
	border-bottom: 1px dotted #ffcc00;
}
#footer_wrapper h2 a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
/* ================================================ */
/* ---- Required for floating divs within divs ---- */
/* ================================================ */

.clear {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */