/*
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: #fff6d0 url(images/back4.jpg) repeat-x fixed;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #fff6d0;
}

body.intro {
	background: #000000 url(images/intro_wall.jpg) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

h1, h2, h3 {
	color: #fff6d0;
}

h1, h2 {
	margin-bottom: 15px;
	font-weight: normal;
}

h1 {
	font-size: 36pt;
	text-align: center;
}

h2 {
	font-size: 37px;
}

h3 {
	font-size: 24px;
	text-align: center;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
	margin: 0 10px 20px 10px;

}
p.format
{
	text-align: justify;
	margin: 0 30px 20px 30px;
}

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

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #879d77;
}

a:active {
	color: #000000;
}

a:visited {
	color: #879d77;
}

a:hover {
	text-decoration: none;
	color: #879d77;
}

img {
	border: none;
}

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

/* Menu */

#menu {
	width: 970px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #879d77;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 153px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #879d77;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #BABABA;
	
}

#menu a:hover {
	background: #603000;
	color: #fff6d0;
	height: 38px;
}

#menu .active a {
	background: #879d77;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
	background: url(images/top_header2.jpg) no-repeat;
	border-bottom: 4px solid #372823;
}

#header h1 {
	float: left;
	width: 220px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	margin: 0;
	text-align: right;
}

#header a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0px 0;
	background: #603000;
}

/* Content */

#content {
	float: left;
	width: 770px;
	margin-top: 0px;
	
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}
.post2 {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #fff6d0;
	margin: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

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

#sidebar li {
}

#sidebar a {
	color: #333333;
}

.orangebox {
	background: url(images/side_bottom.jpg) repeat-y;
}

.orangebox h2 {
	background: url(images/side_top.jpg) repeat-y;
}

/* Footer */

#footer {
	clear: both;
	padding: 25px 0;
	background: #a37e58;
	color: #fff6d0;
	border-top: 3px solid #603000;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}
#footer b {
	margin: 0;
	text-align: center;
	font-size: 140%;
}

#footer a {
	color: #fff6d0;
}

.lefty {
float: left;
margin: 0 20px 10px 0;
}
.righty {
float: right;
margin: 0 20px 10px 0;
padding-left: 10px;
}
.sound {
float: right;
margin-top: -44px;
padding:10px;
}
.light {
	background: url(images/light.png) no-repeat center bottom;
}
img {
	border: none;
	behavior: url(iepngfix.htc);
}