/* @override http://habcalendar.com/wp-content/themes/hab/style.css */

#entiresite {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #daa336;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align:left;
}
.table {
	width: 996px;
}

.header {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	width: 996px;
	height: 236px;
}
.headercontent {
	height: 236px;
	padding-left: 110px;
	padding-bottom: 50px;
}

.headercontent li.pagenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.headercontent li.pagenav h2 {
	display: none;
}
.headercontent li.pagenav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.headercontent li.pagenav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.headercontent li.pagenav ul li a {
	display: block;
	background: url(images/navbg.png) no-repeat top center;
	float: left;
	text-align: center;
	width: 100px;
	height: 32px;
	text-decoration: none;
	font-size: 16px;
	color: #b98b2b;
	line-height: 2.1;
	padding-left: 3px;
	padding-right: 3px;
}
.headercontent li.pagenav ul li a:hover {
	background: url(images/navbghover.png) no-repeat top center;
	color: #dddcd4;
}


.main {
	background-image: url(images/repeater.png);
	background-repeat: repeat-y;
	width: 850px;
	height: 250px;
}
.maincontent {
	padding-left: 21px;
	padding-right: 25px;
}
#contentbox {
	float: left;
	margin-left: 21px;
}
.padding {
	padding-left: 25px;
	padding-right: 25px;
}
.left {
	width: 920px;
	max-width: 920px;
	overflow: hidden;
}
.left h2 {
	color: #1a324b;
	font-size: 25px;
	font-family: Arial;
	line-height:13px;
	text-align:left;
}
.left h3 {
	color: #000000;
	font-size: 16px;
	font-family: Arial;
	font-weight:bold;
	text-align:left;
}
.left h2 span.seperator {
	color: #000000;
}
.left h2 span.date {
	color: #ee2a2c;
}
.left p {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-align:left;
}
.left a {
	color: #1a324b;
}
.left a:hover {
	color: #b98b2b;
}

.right {
	width: 211px;
	max-width: 453px;
	overflow: hidden;
}
.right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.right ul a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	font-family: Courier, Arial;
}

.footer {
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	width: 996px;
	height: 111px;
}
.footercontent {
	
}
