* {
	margin: 0;
	padding: 0;
}
body {
	background: #E5DED0;
}

/*---------------- Structure ---------------------*/
h1 {
	margin: 40px 30px 10px 15px;
}
h2 {
	margin: 0px 30px 10px 15px;
}
p {
	margin: 10px 30px 20px 15px;
}
#wrapper {
	margin: 0 auto;
	width: 740px;
	
}
#container {
	float: left;
	border: 10px solid #301B16;
}
#left {
	float: left;
	clear: both;
	width: 140px;
	
}
ol#nav {
	width: 130px;
	float: left;
	clear: both;
	margin-top: 130px;
	border-top: 1px solid #AD8B82;
	border-bottom: 1px solid #AD8B82;
}
#right {
	float: left;
	width: 575px;
}
#top {
	float: left;
	width: 575px;
	height: 140px;

}
#content {
	float: left;
	width: 575px;
	min-height: 400px;
}
#gallery {
	width: 265px;
	min-height: 10px;
	float: left;
}
#text {
	width: 290px;
	float: left;
}
#text ul {
	margin: 10px 30px 20px 20px;
}
#text ul li {
	margin: 10px;
}
#footer {
	float: left;
	width: 575px;
}

/*----------------- Typography -------------------*/
body {
	font-size: 80%;
	font-family: "Lucida Grande", verdana, georgia;
}
h1 {
	font-size: 25px;
	font-weight: normal;
}
h1#logo {
	text-indent: -9999px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
h3 {
}
p {
	font-size: 11px;
	line-height: 18px;
}
ul {
	font-size: 11px;
}
ol {
	font-size: 11px;
}
#text h1 {
	margin-left: 25px;
}
#text h2 {
	margin-left: 25px;
}
#text p {
	margin-left: 27px;
}

/*------------------ Functionality ---------------*/

a {
}

/*------------------ Design ----------------------*/
a {
	text-decoration: none;
	border: none;
}

#container {
	
	background: url(../imgs/leftile.jpg) repeat-y left top;
}

#left {
	background: url(../imgs/leftbar.jpg) no-repeat left top;
	min-height: 593px;
}
#gallery {
	margin-top: -50px;
}
#gallery img.main_image {
	margin: 0 5px 30px 5px;
	float: right;
	width: 220px;
}

ol#nav {
	background: url(../imgs/menuback.jpg) no-repeat;
	padding: 15px 0;

}
#nav li {
	width: 130px;
	float: left;
	clear: both;
	list-style: none;
	margin: 3px 0;
}
#nav li a {
	display: block;
	width: 120px;
	padding-left: 10px;
	color: #CDB9A1;
	text-decoration: none;
}
#nav li ul {
	margin-top: 5px;
	margin-left: 15px;
}
#nav li a.selected, #nav li a:hover {
	color: #F9DBA1;
}
#top {
	border-bottom: 2px solid #301b16;
	background: url(../imgs/top.jpg) no-repeat;
}
#content{
	min-height: 450px;
	background: #DCCEB4 url(../imgs/leaves.jpg) no-repeat right bottom;
}
#text a {
	border-bottom: 1px dashed #000;
	color: #000;
}
#gallery {
	margin-top: 45px;
}
#categories {
	width: 470px;
	float: right;

}
#categories h2 {
	float: left;
	width: 70px;
}
#categories a {
	color: #000;
	border-bottom: 1px dashed #000;
}
#footer {
	background: #DCCEB4;
}
#footer #footer_info {
	text-align: right;
}
#footer #footer_info a {
	color: #000;
	border-bottom: 1px dashed #000;
}
/*------------------- Galleries ----------------------*/
#print_gallery, #large_print_gallery, #medium_print_gallery, #solid_gallery {
	width: 280px;
	float: left;
	list-style: none;
}
#print_gallery li, #medium_print_gallery li, #large_print_gallery li, #solid_gallery li {
	float: left;
	display: block;
	width: 70px;
	margin: 0 10px;
}
#print_gallery li {
	height: 260px;
}
#solid_gallery li {
	height: 180px;
}
#medium_print_gallery li {
	height: 150px;
}
#large_print_gallery li {
	height: 120px;
}
#whole_gallery, #whole_gallery_long {
	width: 560px;
	float: left;
	list-style: none;
}
#whole_gallery li {
	height: 180px;
	float: left;
	display: block;
	width: 70px;
	margin: 0 10px;
}
#whole_gallery li a  img, #whole_gallery_long li a {
	border: none;
}

#whole_gallery_long li {
	height: 260px;
	float: left;
	display: block;
	width: 70px;
	margin: 0 10px;
}

#print_gallery li a img, #large_print_gallery li a img, #medium_print_gallery li a img, #solid_gallery li a img {
	border: none;
}
#print_gallery a, #large_print_gallery a, #medium_print_gallery a, #solid_gallery a {
	border-bottom: none;
}