@charset "utf-8";
/* CSS Document */

/* ELEMENT STYLES */
html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px;
	border: 0;
	
	background: url(images/bg.gif) repeat-x top;
	background-color: #663300;
	height: 100%;
}

a:link, a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Container styles */
div#container
{
	background-color: #eee3d3;
	color: #774d2d;

	width: 955px;
	height: auto;
	min-height: 100%;

	padding-top: 12px;
	margin: 0 auto;
}

* html #container
{
	height: 100%;
}

head+body #container:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#header
{
	background-color: #faf5eb;
	background: url(images/headerBG.gif) repeat-x;
	height: 120px;
	text-align: right;
	
	float: left;
	width: 100%;
	
	margin-bottom: 20px;
}

div#header img
{
	margin-top: 13px;
	margin-left: 20px;
}

div#header p
{
	margin-top: 13px;
	margin-right: 13px;
}

div#sidebar
{
	border-right: 1px solid #daccbb;
	float: left;	
	
	width: 220px;
	overflow: hidden;
	
	font-size: 16px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#content_pane
{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 500px;
	height: 100%;
}

div#adsense_container
{
	float: left;
	padding-left: 15px;
	width: 170px;
	border-left: 1px solid #daccbb;
}

div#adsense
{
	height: 600px;
	/*border: 1px solid black;*/
	font-size: 9px;
	background-color: #faf5eb;
	color: black;
}

div#footer
{
	background: #eee3d3 url(images/footerBG.gif) repeat-x;
	height: 57px;
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
	text-align: left;	
	width: 955px;
}

div#footer img
{
	margin-right: 20px;
}

div#footer span
{
	font-size: 10px;
	color: #774d2d;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

div#gallery img
{
	padding: 5px;
}

/* the navigation styles are taken from the original HTBC CSS sheet */
ul#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#navigation li a:link, ul#navigation li a:visited {
	color: #5C3C23;
	display: block;
	font: 1.05em Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 3px 0 3px 29px;
	text-align: left;
	text-decoration: none;
	width: 182px;
}
ul#navigation li a:hover {
	background: url(images/navigation_buttonBG.gif) repeat-y;
	color: #9c653b;
	margin: 0;
	padding: 3px 0 3px 29px;
}

/* Layout styles */
.spacer
{
	margin-top: 13px;
}

.item_caption
{
	text-align: left;
	background-color: #f2ede4;
	padding: 5px;
}

.item
{
	text-align: left;
	background-color: #faf5eb;
	padding: 5px;
}

.small
{
	font-size: 10px;
}
