@charset "UTF-8";
/* CSS Document */

img {
behavior: url(iepngfix.htc);
}

body {
	background-image: url(../images/main_bgd2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #783e10;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9F8F72;
}
a:link {
	color:#A58723;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A58723;
}
a:hover {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: none;
	color: #A58723;
}

h1 {
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:32px;
	font-weight:100;
}

h2 {
	padding:0;
	margin:0;
	font-size:24px;
	font-weight:100;
}

#container {
	width:737px;
	margin:auto;
}
#top {
	background:url(../images/top_bg.png);
	background-repeat:no-repeat;
	behavior: url(../iepngfix.htc);
	background-position:left top;
	height:207px;
}
#bottom {
	background:url(../images/bottom_bg.png);
	background-repeat:no-repeat;
		behavior: url(../iepngfix.htc);
	background-position:center top;
	height:21px;
	width:737px;
		clear:both;
}
#main_bg {
	background:url(../images/main_bg.png);
	background-repeat:repeat-y;
		behavior: url(../iepngfix.htc);
	background-position:center;
	width:737px;
}
#contact_right {
	background:url(../images/contact_right.png);
	background-repeat:no-repeat;
		behavior: url(../iepngfix.htc);
	float:right;
	width:252px;
	height:85px;
}

#right_column_content{
	float:right;
	width:190px;
	clear:right;
	padding-right:70px;
}

#content_left {
	background-image:url(../images/flower.png);
	background-repeat:no-repeat;
		behavior: url(../iepngfix.htc);
	background-position:bottom right;
	margin-left: 80px;
	background-color:#ddd6d3;
	width:366px;
}

#content_left_padding{
	padding:20px;
}

#footer_box{
	margin-top:50px;
	padding:20px;
	width:540px;
	background-color:#efe9e7;
	clear:both;
	margin-left:80px;
}

.contact_fields{
font-family:Arial, Helvetica, sans-serif;
	 width:240px;
	 border:2px solid #B9B498;
	 padding:6px;
	 font-size:16px;
	 color:#666666;
	 margin-bottom:6px;
}

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

.thumbnails{
float:left;
margin-right:4px;
margin-bottom:4px;
}