body {
	margin: 0;
	padding: 0;
	background: #ecc79c url(images/img02.jpg) no-repeat center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #322323;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #310102;
                 letter-spacing: 1px;
                 padding-bottom: 25px;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h3 a {
	color: #00416A;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #3E3530;
}

a:hover {
                 text-decoration: underline;
	color: #0067A5;
}

hr {
	color: #af6264;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	width: 1200px;
                 height: 255px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/img04.png) repeat-y left top;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	background: url(images/img03.png) no-repeat left top;
}

#page-bgbtm {
	background: url(images/img05.png) no-repeat left bottom;
	padding: 11px 20px 0px 10px;
}

/* Content */

#content {
	width: 980px;
	padding: 70px 0px 0px 0px;
}

.post {
	border-bottom: 1px dotted #E7E2DC;
                 padding: 0px 60px 0px 60px;
}

.post .entry {
	padding: 100px 0px 20px 0px;
	padding-bottom: 20px;
}

.post .entry ul {
	padding: 0 0 0 57px;
}

.post .entry ul li {
	padding: 0 0 0 7px;
}

/* Menu */

#menu {	
	bottom: 0;
	left: 0;
	width: 820px;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 0 30px;
	text-shadow: 0 1px 0px #6f3018;
}

#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 820px;
	text-align: center;
}

#menu ul li {
	display: inline;
	text-align: center;
	padding: 0 35px 0 35px;
}

#menu ul li a {
	text-decoration: none;
	color: #310102;
                 text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 200;
}


/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
                 letter-spacing: 1px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}