html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('images/solid_bg.jpg');
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: lucida-grande, lucida, arial, sans-sarif;
}

#bgHolder {
	background-image: url('images/gradient_bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px;
	text-align: center;
	height: 972px;
}

#pageHolder {
	position: absolute;
	top: 0px;
	left: 10%;
	width: 800px;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
}

#header {
	background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat;
}

/* */
#header #welcome a {
	display: block;
	width: 400px;
	height: 140px;
	position: absolute;
	top: 5px;
}
#header #welcome a h1 {
	position: absolute;
	top: -400em;
	left: -400em;
}
/* */
#menu {
	position: relative;
	top: 152px;
	margin: 0px;
}
#menu ul {
	/* list-style: none; */
	padding: 0;
	margin: 0;
}

#menu li {
	margin: 0 15px;
	display: inline;
}

#menu a {
	padding: 0px 4px;
	height: 19px;
	border: 1px solid #3F83B0;
	font-size: 110%;
	font-family: optima, lucida-grande, lucida, arial, sans-sarif;
}
#menu a, #menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: white;
	text-decoration: none;
	background: #1C5276;
	/*
	border: 1px solid #eef;
	*/
	border: 1px solid black;
}
#contentHolder {
	margin-top: -50px;
}

#sidebar {
}
#sidebar .sponsors {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sponsors a, .sponsors a img {
	border: 0px;
}
.sponsors a img.border {
	border: 1px solid black;
}

ul.sideNav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.sideNav li {
	margin: 0 5px;
	border-top: 1px solid #889;
}

ul.sideNav a {
	display: block;
	padding: 5px 2px;
	font-family: optima, lucida-grande, lucida, arial, sans-sarif;
}
ul.sideNav a, ul.sideNav a:visited {
	color: white;
	text-decoration: none;
}
ul.sideNav a:hover, ul.sideNav a:active {
	color: white;
	text-decoration: none;
	background: #1C5276;
}


#content {
}

#copyright {
	font-size: 70%;
	color: #333;
	text-align: center;
}

#footer {
	width: 800px;
	height: 200px;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
}	




#content h1 {
	font-size: 160%;
	background-image: url('images/h1_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding-left: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: optima, arial, sans-sarif;
	color: #335;
}

#content h2 {
	font-size: 150%;
	background-image: url('images/h2_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding-left: 24px;
	margin-left: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: optima, arial, sans-sarif;
}

#content h3, #content h4, #content h5, #content h6 {
	font-size: 140%;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding-left: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	font-family: optima, arial, sans-sarif;
}

#content h3 {
	background-image: url('images/h3_bg.jpg');
	margin-left: 8px;
}
#content h4 {
	background-image: url('images/h4_bg.jpg');
	margin-left: 12px;
}
#content h5 {
	background-image: url('images/h5_bg.jpg');
	margin-left: 16px;
}
#content h6 {
	background-image: url('images/h6_bg.jpg');
	margin-left: 20px;
}

#content p {
	margin: 0px 0px 1em 20px;
}

#content a {
	color: #11a;
	text-decoration: none;
}
#content a:visited {
	color: #a11;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/* Clearance -- ShaunInman.com */

.h,.c,.f { width: 800px; margin: 0 auto; }
.h { height: 268px; padding-bottom: 1.0em; margin-bottom: 1.0em; }
.f { }
.c { padding: 5px;}
.pc,.sc { position: absolute; top: 0; left: 0;} 

.pc	{ width: 570px; left: 220px} 
.sc	{ width: 200px; }

.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
