* html #content-container {
	height: 600px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font: normal 12px arial, helvetica;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

div#wrapper {
	width: 960px;;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 960px;
	height: 239px;
	background-image: url("../images2009/header2009.jpg");
	background-repeat: no-repeat;
}

div#content-container {
	margin-top: 20px;
	width: 960px;
	background-image: url("../images2009/backer2009.jpg");
	background-repeat: no-repeat;
	min-height: 600px;
}

div#content-box {
	padding-left: 5px;
	padding-right: 5px;
}

div#navigation {
	padding-top: 178px;
	padding-left: 5px;
	color: #fff;
}

div#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px;
}

div#navigation a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 0px;
}

div#page-title {
	position: absolute;
	top: 196px;
	height: 34px;
}


div#footer {
	text-align: center;
	color: #999;
	font-size: 10px;
	margin-bottom: 40px;
}

div#footer a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px;
}

div#footer a:hover {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: 0px;
}

.content-entry img {
	padding: 5px; 
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #666;
}

img.border {
	padding: 5px; 
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #666;
}

div.content-header {
	background-color: #333;
	color: #666;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	border: 1px solid #000;
}

.small {
	font-size: 10px; 
}

a {
	color: #fff;
	text-decoration: underline;
	
}

a:hover {
	text-decoration: none;
}
