@charset "utf-8";
* {margin: 0; padding: 0;}

#quickquote {
	position:absolute;
	top: 365px;
	right: 76px;
	width: 270px;
	color: #666600;
	font-style: italic
}

a {color: #64643c}

.read-more {float: right; font-style: italic; color:#930B0E}

p {padding: 15px 0; line-height: 1.4em;}

small {color: #878761}


h1 {text-align:center; padding: 18px 85px 0; font-weight: normal; text-transform: uppercase; font-size: 2em}

h1.post_title {}

h2 {font-weight: normal; text-transform: uppercase; font-size: 1.4em; padding: 8px 0 0; clear: both}

h4#main_menu {background: url(images/main-menu.gif); width: 122px; height: 56px; text-indent: -9999px; margin-top: -20px; margin-left: 24px}

h4#galleries {background: url(images/galleries.gif); width: 122px; height: 56px; text-indent: -9999px; margin-left: 24px}

body {background: black url(images/body_bg2.jpg) repeat-y center fixed; font-size: .875em; font-family: Georgia, "Times New Roman", Times, serif}

#header {width: 642px; height:526px; margin:auto; background: url(images/header.jpg); position: relative}

#page_top{width: 642px; height:120px; margin:auto; background: url(images/pages.jpg)}

#top_nav {height: 60px;}

#container {width: 472px; padding: 0 85px 15px; margin: auto; position: relative; background: url(images/container_tile.jpg); font-size: 1em; letter-spacing: .02em; text-align:justify;}

#sidebar {width: 200px; padding: 24px 0; background: #abab8f url(images/sidebar.jpg) repeat-y right; position: absolute; left: -130px; top: 10px}

#footer {width: 642px; height: 26px; padding-top: 90px; margin: auto; clear: both; text-align: center; color: #a6a684; background: url(images/footer.png) no-repeat; font-size: .8em}

form {margin-top: 20px}

#commentform p {padding: 5px 0}

.input_bg {background: #dfdfd1}

fieldset {padding: 10px 20px;}

legend {margin-left: 2px; padding: 2px 5px; font-weight: bold; color: #5f5f38}

#footer a {color:#a6a684}

.navlist
{
background: url(images/seperator.png) repeat-x bottom;
width: 150px;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 12px;
}

.navlist li
{
list-style: none;
padding: 0.6em 0.2em;
background: url(images/seperator.png) repeat-x top;
}

.navlist li a { text-decoration: none; color: #f2f2e9 }

/**************************** Gallery *****************************/

#gallery img {border: 0}

#gallery {
	width: 472px;
	margin: auto;
	overflow: auto;
	padding-bottom: 18px;
	position:static;
}

.float_left {
	float: left;
	height: 145px;
	width: 150px;
	border: 1px solid #b9b99f;
	margin: 5px 0px 0px 5px;
	background: #eeeee4;
	padding-top: 5px;
	text-align: center;
}

.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}


