body {
	margin: 0px;
	padding-top: 5px;
	background: #797b81 url(new_site/images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231F20;
}
h1, h2, h3 {}
h1 {}
h2 {}
h3 {}
p, blockquote, ul, ol {
	margin-bottom: 0px;
	line-height: 2em;
}
p {
	font-size: 14px;
}
blockquote {}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color: #7EBA25;
}
a:hover {
	text-decoration: none;
	color: #7EBA25;
}
/* Wrapper */
#wrapper {
}
/* Header */
#header {
	width: 890px;
	height: 105px;
	padding: 0px 0px 15px 0px;
	margin: 0 auto;
	text-align: left;
}
/* Logo */
#logo {
	float: left;
	width: 270px;
	height: 105px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#logo h1 {
	margin: 0;
	padding: 0px 0px 0px 5px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	background-color:#505678;
}
#logo h1 a {
	color: #692D47;
}
#logo h2 {
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Menu */
#menu {
	width: 890px;
	height: 38px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 5px;
	margin-right: 5px;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	display: block;
	float: left;
	height: 27px;
	margin-right: 2px;
	padding: 10px 12px 0px 12px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#menu a:hover, #menu .active a {
	background: #505678;
	color: #FFFFFF;
}
#splash {
	width: 940px;
	height: 260px;
	margin: 0 auto;
}
/* Page */
#page {
	width: 890px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	background-color:#FFF;
}
#page-bgtop {
}
/* Content */
#content {
	float: right;
	width: 620px;
}
.post {
	margin: 0px 0px 10px 0px;
	border-bottom: none;
}
.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
}
.post .title a {
	padding: 4px 50px 4px 15px;
	background: #505678;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
}
.post .entry {
	padding: 20px 20px;
	text-align: left;
}
.post img {
	float: left;
	padding: 15px 0px;
}
.post .meta {
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}
.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 260px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#CCC;
}
#sidebar ul {
	margin: 0px 5px;
	padding: 10px;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 1px;
	text-align: left;
}
#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
#sidebar li li {
	margin: 0px 5px 0px;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px solid #000000;
}
#sidebar h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 160%;
	font-weight: bold;
	color: #692d47;
	text-align: left;
}
#sidebar h3 {
	font-size: 77%;
	color: #110404;
}
#sidebar p {
	margin: 0px 5px;
	line-height: normal;
	color: #D4C792;
}
#sidebar a {
	font-weight:bold;
	border: none;
	text-decoration: none;
	color: #692d47;
	
}
#sidebar a:hover, #sidebar .active a {
	display: block;
	background: #505678;
	color: #FFFFFF;
	text-decoration: underline;
}
/* Footer */
#footer {
	margin: 0;
	padding: 10px 0px 20px 0px;
	background: #505678;
	color: #fff;
	font-weight: bold;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
