html {background:url(images/body_bckg.jpg) center repeat-y #1f0100;}
body {margin:0; font-size:15px; line-height:18px; font-family:"Times New Roman", Times, serif; background:url(images/head_bckg.jpg) repeat-x; }
a {color:#775b30;}
a:hover {text-decoration:none;}

#container {width:1000px; margin:0 auto;
	padding-top:80px;
}

#header {margin:0 20px; background:url(images/main_top.jpg) no-repeat #FFFFFF; height:80px;}
/*#logo {float:left; height:30px; padding:50px 0 0 90px; background:url(images/logo.gif) no-repeat 40px 40px; width:290px;}*/
#logo {float:left; height:30px; padding:50px 0 0 20px; width:360px;}
/*#logo a {color:#000000; font-size:24px; text-decoration:none; text-transform:uppercase;}*/
#logo a {color:#AA8F6A; font-size:24px; text-decoration:none; text-transform:uppercase;}
#menu {float:left; height:30px; margin:0; padding:50px 0 0 0; width:580px;}
#menu li {display:inline; list-style:none;}
#menu a {display:block; float:left; font-size:18px; text-decoration:none; padding:0 5px 2px 5px; color:#000000;}
#menu a:hover {background-color:#F7F2EE;}

#main {margin:0 20px; background-color:#FFFFFF; float:left;}
#text {float:right; width:550px; padding:10px 20px 0 20px;}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text ul li {padding-left:20px; background:url(images/li.gif) no-repeat; list-style:none;}
h1 {margin:20px 0 0 0; text-transform:uppercase; font-size:20px; font-weight:normal;}
#text p {margin:10px 0;}
#sidebar {float:left; width:270px; background:url(images/sidebar_image.jpg) no-repeat 0 10px; padding:420px 50px 20px 50px; color:#775b30; font-size:12px;}

#footer {height:149px; clear:both; background:url(images/footer_bckg.jpg) no-repeat; text-transform:uppercase; font-size:10px; color:#5c5c5c;}
#left_footer {float:left; padding:40px 0 0 50px;}
#right_footer {float:right; padding:40px 50px 0 0;}

/* Style for contact page */

#contact_recaptcha_form label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#id_subject {
	width: 545px;
}

#id_message {
	width: 550px;
}

#id_email {
	width: 545px;
}

#contact_recaptcha_form p {
	margin-top: 0;
	margin-bottom: 5px;
}

#contact_recaptcha_form label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#contact_recaptcha_form input {
	display: block;
}

#contact_recaptcha_submit {
	margin-top:20px;
}

.errortitle {color:red;
			font-weight: bold;
			font-size: 1.1em;
			margin-top: 20px;
			margin-bottom: 20px;
			background-color: #FFF8DC;
}

.errorlist {color:red;
			font-size: 1.1em;
			margin-top: 30px;
			margin-bottom: 0;
			padding-left: 0;
			background-color: #FFF8DC;
}

/* gallery-detail template. This is where we display all the thumbnails in a gallery */

/* Gallery container */
.photo-gallery {
	display:inline;
	float:left;
	padding-bottom:20px;
	width: 520px;
}

#all-galleries {
	 /* The photo-gallery divs are floated, I want the link at the bottom to appear, well, at the bottom. */
	clear: left;
	font-size: 1.2em;
}

/* Photo thumbnails in a gallery */
.gallery-photo {
	float:left;
	height: 90px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 95px;
	margin: 0 5px 5px 0;
	text-align:center;
}

.photologue_photo {
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.photologue_photo img  {
	border: 1px solid black;
}

#photologue_parent {
display: block;
	text-align: center;
}


 
