body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFC;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
	color: #000;
	background-color: #FFF;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#top_menu {
	text-align: center;
	padding: 0px;
	float: right;
	height: 25px;
	width: 500px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#left_sidebar_menu {
	background-repeat: repeat;
	background-position: center;
	text-align: left;
	float: left;
	height: auto;
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	list-style-type: circle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-indent: 10px;
	background-color: #801512;
}
.sidebar_top {
	background-image: url(../images/sidebar_mid.png);
	background-repeat: repeat-x;
	background-position: center;
}
.sidebar_bottom {
	background-image: url(../images/sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#content {
	text-align: left;
	margin: 0px;
	padding: 20px;
	float: right;
	width: 764px;
}
.content_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-image: url(../images/header_underline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	padding-left: 35px;
}

.content_para {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: left;
	padding-left: 25px;
}
.content_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: right;
}


#left_sidebar {
	text-align: center;
	margin: 0px;
	clear: left;
	float: left;
	height: 200px;
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-decoration: none;
}
#bottom_menu {
	background-image: url(../images/full_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	clear: both;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	vertical-align: top;
	line-height: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#logged_in {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	background-color: #FF0;
	text-align: center;
	height: 25px;
	width: auto;
	margin-top: 145px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	float: left;
	border: thin double #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.white_links {
	color: #FFF;
}
.black_links {
	color: #000;
}

.page_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
