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

body {
	margin: 0;
	text-align: center;
	padding: 0;
	background: #000000 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #faf9f2;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 3em;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.8em;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #faf9f2;
}

h5 {
	font-size: .6em;
	font-style:italic;
	padding: 0;
	color: #faf9f2;
}

p, ul, ol {
	margin-top: 0;
	line-height: 115%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #AD1443;
}

a:hover {
	text-decoration: underline;
}

.par a{
	text-decoration: none;
	color: #ffffff;
	font-weight:bold
}
	
.par a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight:bold
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: center;
	background: url(images/img01.jpg) repeat-x middle top;
}

/* Header */

#header {
	width: 980px;
	height: 33px;
	margin: 0px auto;
}

#logo {
	width: 980px;
	height: 269px;
	margin: 0px auto;
	background: url(images/logo_head.jpg) no-repeat center top;
}

#logo p {
	padding: 55px 0px 0px 30px;
}

#logo h1 {
	float: left;
	padding: 45px 10px 0px 30px;
	letter-spacing: 0px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 779px;
	height: 28px;
	margin: 0 auto;
	vertical-align:middle
	padding: 0px 0px 0px 0px;
}

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

#menu li {
	float:left;
}

#menu a {
	display: inline;
	float: left;
	height: 24px;
	padding: 4px 10px 0px 10px;
	background: url(images/img02.jpg) no-repeat left top;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #8A5608 0px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #faf9f2;
	border: none;
}

#menu li.current_page_item {
	background: url(images/img09.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(images/img10.jpg) no-repeat center top;
}

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

#splash {
	width: 980px;
	height: 340px;
	margin: 0px auto;
	background: url(images/img06.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 776px;
	margin: 0 auto;
	padding: 0;
	background: url(images/page_bkgrd.jpg) 
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 20px 20px 0px 40px;
}

/* Content */

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

#content2 {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 0px;
}

.post {
	
	padding-bottom: 10px;
}

.post .title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	text-decoration: none;
	color: #faf9f2;
}



.post .entry {
	text-align: left;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	
}

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

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 20px;
}

#sidebar li li {
	padding-left: 15px;
	line-height: 20px;
	border-bottom: 1px solid #CCC2A9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 22px;
	margin-bottom: 20px;
	padding: 5px 0px 0px 5px;
	font-size: 15px;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
	line-height: 125%;
	letter-spacing: .5px;
	border-top: 10px solid #8d1924;
	color: #000000;
}

#sidebar h4 {
	
	margin-bottom: 20px;
	padding: 5px 0px 0px 5px;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 125%;
	font-weight:bold;
	color: #c4ad67;
}

#sidebar h5 {
	height: 22px;
	margin-bottom: 20px;
	padding: 5px 0px 0px 5px;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

#sidebar a {
	border: none;
	color: #7F7F81;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #5D9800;
}

/* Footer */

#footer-wrapper {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #2D2722 url(images/img02.jpg) repeat-x left top;
}

#footer {
	clear: both;
	width: 980px;
	height: 100px;
	margin: 20px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #61544B;
}

#footer a {
	color: #61544B;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	background: url(images/img04.jpg) repeat left top;
	text-align: right;
}

ul.style1 li {
	height: 23px;
	padding: 7px 20px 0px 20px;
	font-size: 12px;
}

ul.style1 a {
	float: left;
	color: #6E6E6E;
}

#two-columns {
	width: 920px;
	text-align:center;
	margin: 0px auto;
	background: #faf9f2
	padding: 30px 30px 20px 30px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	text-align:center;
	font-size: 24px;
	color: #8d1924;
}




#column1 {
	float: left;
	color:faf9f2;
	width: 560px;
}

#column2 {
	float: right;
	width: 310px;
}

