body {
	margin: 0;
	padding: 0;
	background: #A94838 url(img/img01.jpg) repeat-x ;
	background-position: 0 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A94838;
}

h1 { font-size: 44px; }

h2 { font-size: 26px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, ol { }

blockquote { }

a { color: #FF9966; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 5px 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

/* Header */

#header-wrapper {
	height: 74px;
	/* background: url(img/img02.gif); */
}

#header {
	width: 1000px;
	height: 74px;
	margin: 0 auto;
	/* background: url(img/img03.gif); */
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	height: 74px;
	/* background: url(img/img04.gif) no-repeat; */
}

#menu ul {
	margin: 0;
	padding: 33px 0 0 90px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	background: #A2CE89 url(img/img06.gif) repeat-x;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 74px;
	/* background: url(img/img05.gif) no-repeat right top; */
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0 45px;
	background: #101010;
	border: 5px solid #A94838;
}

/** LOGO */

#logo {
	text-align: center;
	padding-top: 10px;
	height: 155px;
}

/* Content */

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

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	margin-bottom: 3px;
	padding: 2px 30px;
	/* background: url(img/img10.gif) repeat-y; */
}

.post .entry {
	padding: 10px 30px;
	/* background: url(img/img12.gif) repeat-y; */
}

/* Footer */

#footer {
	/* background: url(img/img09.gif) repeat-x; */
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	color: #B5ADA5;
}

#footer a {
	color: #B5ADA5;
}
/* Quote form styles */
form, input {	
	padding: 0px;
	margin: 0px;
}
legend {
	font-weight: bold;
}
label, fieldset { 
	margin: 5px 0; 
	padding: 5px 5px 5px 5px;	
}
fieldset {
	margin: 1em 0;
	border: 1px solid #CCCCCC;
}
label {
	width: 50%;
	padding: 0 1em;
	text-align: right;
	float: left;
}
fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}
#flash {
	padding: 5px 5px 5px 5px;
	border: 1px solid #990033;
}
.gallery {
	text-align:center;
}

.gallery img {
	margin:5px 5px 5px 5px;
	border:1px solid #663300;
}