body {
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font: .8em verdana, arial, sans-serif;
	background: #efefef; /* url('../images/containerbg.gif') repeat-y center; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	/* overflow: hidden; */
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Arial, Serif;
	font-weight:normal;
	line-height:1.4em;
	color:48431d;
}

p, ul, ol, blockquote {
	line-height: 180%;
	padding: 0 20px 0 25px;
}
h2, h3 
{
	font-size:20px;
}

img 
{
	padding:2px;
	border:#ccc 1px solid;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a:link,a:visited {
	color: #141464;
	text-decoration:none;
}

a:hover, a:active 
{
	color:#48431d;
	text-decoration: none;
	border-bottom:#48431d 1px solid;
}
img.wp-smiley 
{
	padding:0;
	border:none;
}
.clear
{
	clear:both;
}

/* Header */
#header {
	background: white;
	margin:0;
	padding:0;
	position: fixed;
	z-index: 1000; 
	width: 938px;
	text-align:left;
}
#header h1 {
	padding: 5px 10px 5px;
	font-size:1.8em;
	font-variant:small-caps;
	color: white;
}
#header a {
	color: white;
}
#header h2 {
	padding: 5px 10px;
	font-size:1em;
	color: white;
}

#title {
	height: 120px;
	background: #48431d url(../img/header2.jpg) no-repeat center;
}
#menu {
	font-size:.97em;
	background: #656921; /*#48431d; */
	width: 938px;
	height:28px;
	line-height:30px;
	padding:0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 2px 14px 0;
	border-right: 1px solid #363;
	border-bottom:0px;
	text-decoration: none;
	color:#ddd;
}
#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #033903; /*#141434; */
	color:#fff;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/rss.gif) no-repeat 10px 50%;
	border: none;
	border-left: 1px solid #363;
}

#menu #rss a:hover {
	background-color:#141434;
}


#main_content_right {
	width: 938px;
	position: relative;
	background: white;
	padding: 200px 0 0 0;
}
#main_content_right .body_content {
	padding-top: 170px;
	position: relative;
}


#main_content_right .empty_space {
	min-height: 550px;
	position: relative;
}

/* Footer */
#footer_menu a {
	height: 25px;
	background: #656921;
	color: white;
	width: 938px;
	z-index: 1000;
	margin-top: 700px;
	text-align:center;
	position: fixed;
	bottom: 0;
}

#footer p {
	margin: 0;
	padding:0;	
}



