/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/img01.jpg) repeat-x top left;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #9e0508;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
	margin: 0;
	font-weight: normal;
	padding: 5px 0  0 5px;
	height: 40px;
	font-size: 2.4em;
	border-bottom: 2px dashed #a5926a;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: bold;
	color: #9e0508;
}

h2 .featured {
	text-align: center !important;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

p .featured {text-align: center;}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #9e0508;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: #a5926a;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #9e0508;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	text-decoration:underline;
	color: #a5926a;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 976px;
	margin: 0 auto;
	background: url(/images/img02.gif) no-repeat top left;
}

#menu {
	height: 60px;
	width: 976px;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 30px;
	background: url(/images/img05.gif) no-repeat bottom center;
	margin-right: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background: url(/images/img05h.gif) no-repeat bottom center;
	text-decoration: underline;
}

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

/* Logo */

#logo {
	width: 976px;
	height: 200px;
	margin: 0 auto;
	background: url(/images/img03b.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 978px;
	padding: 0px 0px 0px 20px;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

/* Footer */

#footer {
	background: url(/images/img04.jpg) repeat-x top left;
	height: 97px;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a {
	color: #3A2905;
}