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

/* elements */

html {
	background:#dad8d9 url(img/bg_2.jpg) repeat-x;
}

a:link {
	color: #ad380c;
	text-decoration: none
}
a:active {
	color: #ad380c;
	text-decoration: none
}
a:visited {
	color: #ad380c;
	text-decoration: none
}
a:hover {
	color: #DDA22C;
	background-color: #A2150D;
	text-decoration: none
}
body {
	margin:0 auto;
	width: 988px;
	padding-left: 0px;
	padding-right: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:-4;
}
h1 {
	font-size:1.3em;
	color:#d46d10;
	font-weight:normal;
}
h2.sidebar {
	width:315px;
	position:relative;
	font-size:1.5em;
	color:#ffffff;
	margin-top:-50px;
	text-align:center;
	margin-bottom:0px;
	font-weight:normal;
}
h3.moreInfo {
	width:315px;
	position:relative;
	font-size:1.5em;
	color:#FFF;
	margin-top:-25px;
	text-align:center;
	margin-bottom:0px;
	font-weight:normal;
}

/* ids */

#outer {
	margin:0 auto;
	overflow:visible;
	padding:0;
	position:relative;
	width:988px;
	background-color:#FFF;

}
#clear {
	margin: auto;
	clear:both;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 988px;
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#links {
	padding:15px 10px 0 30px;
	background-color:#FFF;
}

#footer {
	position: relative;
	background-image:url(img/bigBG.jpg);
	background-color:#FFF;
	margin-bottom: 0;
	}

#postArea {
	float:left;
	width: 653px;
	color:#000000;
	background-color:#FFF;
	font-size: .8em;
	padding: 15px 10px 30px 10px;
}
#rightSide {
	margin-top:-35px;
	float:right;
	width: 315px;
	background-image:url(img/sidebar_bg.png);
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
}
#rightSide ul {
	width: 250px;
	padding-top:5px;
}
/* classes */

.belowTextLeft {
	background-color:#FFF;
	background-image:url(img/orange_top_bg.png);
	width:315px;
	margin-left:10px;
	padding: 0 0 20px 0;
	float:left;
}

.belowTextRight {
	background-color:#FFF;
	background-image:url(img/orange_top_bg.png);
	width:315px;
	padding: 0 0 20px 0;
	margin-left:15px;
	margin-right:325px;
	float:right;
}

.date {
	float:right;
}

.subheader {
	font-weight: bold;
}

.header {
	margin-top: 0px;
	margin-left: 0px;
}
.moreInfoBody {
	color:#FFF;
	font-size:.8em;
	padding: 5px 15px 0 15px;
	list-style-position:outside;
}
.sidebar {
	width: 300px;

}
.topLinks {
	background-color:#f29742;
	padding: 5px 10px 5px 10px;
	color: #ad380c;
	margin: 0 10px 0 0;
}

