
body {
	margin-top: 50px;
	padding: 0;
	background: #787878;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	color: #8C0209;
}

H2 {
	border-bottom: 1px #BBBBBB dashed;
	margin: 5px 20px 5px 20px;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}

h3 {
	font-size: 1em;
	margin: 4px 20px 2px 20px;
	color: #336600;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 150px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#logo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 44px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Content */

#content {
	float: left;
	width: 650px;
}

.post {
	padding-bottom: 5px;
	line-height: 190%;
}

.post p {
	font-weight: normal;
	padding: 0 0 0 20px;
	color: #666666;
	font-size: 13px;
}

.more {
	padding: 4px 0px;
	text-align: right;
	font-weight: normal;
}

.more a {
	border: none;
}

.homeimg {
	padding-left: 20px;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/img05.jpg) no-repeat left top;
	font-size: 15px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar a {
}


/* Footer */

#footer {
	width: 860px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
	color: #666666;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 12px;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}


