/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img_page_back.jpg) 50% 0 repeat-y;
	font-size: 16px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Palatino, Garamond, "Times New Roman", serif;
}

h1, h2, h3, h4 {
	font-family: Palatino, Garamond, "Times New Roman", serif;
}

h1 {
	letter-spacing: 0px;
	font-size: 2.2em;
	color: #990000;
	font-weight: bold;
}

h2 {
	letter-spacing: 0px;
	font-size: 2em;
	color: #000000;
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
	text-align: left;
	color: #990000;
}

p, ol {
	line-height: 130%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #990000;
	font-weight: bold;
	
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	width: 837px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img_header.jpg) no-repeat;
}


/* Gallery */

#gallery {
	clear: both;
	width: 800px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 837px;
	height: 40px;
	background: #000000;
	margin: 0 auto;
	font-family: Palatino, Garamond, "Times New Roman", serif;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	/*height: 73px;*/
	padding-top: 7px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0;
	font-size: 24px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(.jpg) no-repeat;
	color: #990000;
}

#menu .active a {
	background: url(.jpg) no-repeat;
	color: #999999;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 0px 20px;
}

#questions a {
	text-decoration: none;
}

.warning {
	font-weight: bold;
	color: #990000
}

.post {
	padding: 0 0 0px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 10px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0;
}

#sidebar li li {
	padding-left: 0px;
	background: url(images/) no-repeat 0px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 0px 0px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	width: 837px;
	margin: 0 auto;
	padding: 20px 0;
	background: #000000;
	border-top: 3px solid #990000;
	text-align: center;
	font-size: 0.8em;
	font-family: palatino, garamond, times new roman, serif;
	color: #990000;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
