* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg) no-repeat top center fixed;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

form {
	width: 200px;
	margin: 20px auto 0px;
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

h5 {
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: underline;
	color: #0274c5;
	margin: 5px 0;
}

ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

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

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

a {
	color: #CC6B47;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #5895bc;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/* Header */

#header {
	float: left;
	background: #f1faff;
}

#logo {
	float: left;
	width: 900px;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	font-size: 4em;
}

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

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #0274c5;
}

/* Menu */

#menu {
	margin: 5px 0 0 10px;
	width: 600px;
	height: 50px;
	float: left;
}

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

#menu li {
	float: left;
}

#menu a {
	float: left;
	width: 120px;
	line-height: 35px;
	text-align: center;
	background: url(images/menu.jpg) no-repeat top left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #5895bc;
}

#menu a:hover {
	color: #830f0f;
}

#menu .first a {
	color: #830f0f;
	background: url(images/menu.jpg) no-repeat top left;
}

/* Page */

#page {
	width: 900px;
	float: left;
}

#content {
	background: #FFFFFF;
	float: left;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
}

.post .entry {
}

/* Latest Post */
#latest-post-wrap {
	background: url(images/redbar.jpg) no-repeat top left;
	padding-top: 33px;
	float: left;
}

#latest-post {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#latest-post h1 {
	margin: 10px 0;
	padding: 0;
}

#latest-post p {
	margin-bottom: 10px;
}

/* Recent Posts */

#recent-posts {
	width: 900px;
	float: left;
}

#recent-posts p {
	padding: 0 0 10px;
}

#recent-posts p span {
	font-weight: bold;
}

#recent-posts .names {
	display: block;
	text-align: right;
	color: #580304;
	margin: 5px 0 30px;
}

#recent-posts h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: url(images/redbar.jpg) top left no-repeat;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-posts h3 {
	margin: 20px 0;
	padding: 0;
	font-size: 1.6em;
	text-align: center
}

#recent-posts h3 a {
	text-decoration: none;
}

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

#recent-posts li {
	text-align: left;
	float: left;
	width: 240px;
	height: 150px;
	padding-left: 29px;
}

#recent-posts .inner {
	padding: 10px 20px;
	width: 860px;
	float: left;
}

#contactinfo {
	margin-top: 20px;
}

#contactinfo p {
	font-size: 17px;
	text-align: center;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
}

/* Footer */

#footer {
	float: left;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF;
	text-align: center;
}

#footer p {
	width: 420px;
	margin: 0px auto;
	margin-top: 5px;
	font-size: 1.0em;
	color: #5d6c00;
}

#footer ul {
	width: 480px;
	margin: 0 auto;
	margin-top: 10px;
}

#footer li {
	list-style: none;
	float: left;
	color: #5d6c00;
}

#footer li a {
	margin: 0 10px;
	color: #5d6c00;
}

#footer li a:hover {
	color: #0274c5;
}

#slideshow {
    position:relative;
	margin: 0 auto;
	width: 900px;
    height:250px;
}

#slideshow IMG {
    position:absolute;
	width: 900px;
    height:250px;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slider {
    position:relative;
	margin: 0 auto;
	width: 900px;
    height:202px;
	background: url(images/curtains.jpg) top  center;
}

.flash {
	position: absolute;
	left: 95px;
	top: 1px
}