body {
	margin: 0;
	padding: 0;
	background: #E7E7DC url(images/bg-header.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
    font-size: 1.3em;
    line-height: 1.2;
}

ul, ol {
    padding-left:10px;
}

li {
    margin-top:5px;
    margin-bottom:5px;
}

a {
	text-decoration: none;
	color: #043898;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 830px;
	height: 174px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

/* Logo */

#logo {
	width: 800px;
	height: 84px;
	margin: 0;
	padding: 40px 40px 0px 40px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
}

#logo h1 {
    /* letter-spacing: 6px; */
    /*text-transform: uppercase; */ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align:center;
}

#logo p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/bar.jpg) no-repeat right top; 
}

li.last{
    background-image:none !important
}

#menu a {
	height: 35px;
	width: 236px;
    display: block;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 15px 9px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #4B4B4B;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
    font-weight: bold;
}

#menu .current_page_item a {
	font-weight: bold;
}

#menu .last a {
    width: 170px
}

#menu .first a {
	padding-left: 0px;
}

/* Page */

#page {
	width: 808px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(images/background.jpg) repeat-y left bottom;
}

#page-bgbtm {
	background: url(images/bg-footer.jpg) no-repeat left bottom;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 745px; /* 590 px */
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold;
	color: #606060;
}

.post .title a {
	border: none;
	color: #606060;
}

.post a {
	text-decoration: underline;
}

/*
.post .meta {
	padding-left: 5px;
    padding-top: 3px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
    color: #3E3530;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}
*/

.post .meta a {
}


.post .entry {
	padding: 5px 5px 5px;
	border-top: 1px solid #E4E4E4;
	text-align: justify;
}


/*
.links {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
*/

#home p {
    font-size: 16px;
    line-height: 150%;
}

/* Footer */

#footer {
    width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #A19D9A;
}

#footer a {
	color: #A19D9A;
}
