body {
	margin: 20px auto 0 auto;
	text-align: center;
	padding: 0;
	background: #4e4e4e;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
    margin-left:20px;
    margin-right:20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #325400;
}

h2
{
	font-size:1.5em;
	line-height:1.5em;	
}
h3 
{
	font-size:1.2em;
	line-height:1.2em;	
}


p, blockquote, ul, ol {
	margin-top: 0;
    margin-left:20px;
    margin-right:20px;
	line-height:1.6em;
	font-size: 10pt;
}
a:link, a:visited 
{
	color: #003c34;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #900a09;
}
a img 
{
    border:0px none;
    padding-bottom:3px
}
a:link img, a:visited img 

a:hover img, a:active img 
{
}
.clear 
{
	clear: both; 
	height: 1px;
}
/* Menu */

#menu {
    
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: #D9C7B9;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 10px 0 10px;
	border-right: 1px solid #996;
	border-bottom:0px;
	text-decoration: none;
	font-weight: bold;
}

#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: #daebdb;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url('images/feed.gif') no-repeat 10px 50%;
	border: medium none;
}

#menu #rss a:hover {
	background-color: #daebdb;
}

/* Header */

#header {
    
	width: 900px;
	height: 180px;
	margin: 0 auto;
	background:#000 url('images/703848.jpg') no-repeat center;	
}

#header h1 {
	padding: 15px 0 0 20px;
	font-size: 1.8em;
	letter-spacing:1px;
	font-variant:small-caps;
}

#header h2 {
	padding: 5px 0 0 20px;
	font-size: 0.9em;
}

#header a {
	text-decoration: none;
}
#header * 
{
	color: #DAEBDB;
}

/* Content */

#content {
    
	width: 900px;
	margin: 0 auto;
	text-align: justify;
	background: #d8c7b9;	
}

/* Footer */

#footer 
{
    
	width:900px;
	margin:0 auto;
	color: #fff;
}
#footer p 
{
	margin:10px 0;
}
#footer p strong 
{
	text-transform:uppercase;
}
#footer p span 
{
	float:right;
	color:#ccc;
	text-transform:lowercase;
	font-size:85%;
}

#footer a {
	color: #ccc;
	border:0px none;
}
