* {margin: 0px;padding: 0px;}
body {margin:0px; padding:0px;}

#page_wrapper {
	position: relative; 
	margin:0px auto 0px auto; 
	padding:0px; 
	width:760px; 
	height:622px;
	background:url(images/layout_02.jpg) repeat-y;
}

#header {
	height: 84px;
	width: 760px;
	background: url(images/header_bg.jpg) no-repeat;
	position: relative;
}

#nav {
	position: absolute;
	top: 45px;
	left: 200px;
}

#nav li {
	float: left;
	border-right: solid 2px #7b4439;
	padding: 0px 10px;
	list-style: none;
	height: 14px;
	line-height: 16px;
}

#nav li.last {
	border-right: none;
}

#nav li img {
	cursor: pointer;
}

#left_col {
	width: 172px;
	height: 538px;
	float: left;
	margin: 0px 10px 0px 18px;
}

#content_wrapper {
	float: left;
	width: 550px;
	position: relative;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin:0px auto 0px auto; 
	width:760px;
	height:30px;
}

#gallery_pic {
	height: 312px;
}

#gallery_thumbs {
	position: absolute;
	top: 337px;
}

#gallery_thumbs ul {
	padding: 0px;
	margin: 0px;
	display: none;
}

#gallery_thumbs li {
	float: left;
	list-style: none;
	margin: 2px 2px 0px 0px;
	padding: 0px;
	height: 90px;
}

#gallery_thumbs li img {
	opacity: .5;
	filter: alpha(opacity=50);
}

#gallery_thumbs li img.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}

a img {
	border: none;
}

#gallery {
	position: absolute;
	width:542px;
	height:182px;
	margin: 25px 0px 0px 0px;
}

#gallery_controls {
	margin-top: 188px; 	
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	position: relative;
}

#next, #prev {
	padding:0px 0px 10px 0px; 
	width: 100px;
}

#gallery_section {
	position: absolute;
	left: 220px;
	width: 220px;
}

#next {
	margin-right: 18px;
	text-align: right;
	float: right;
}

#prev {
	text-align: left;
	float: left;
	display: none;
}

#next a, #prev a, #gallery_section {
	color: #784338;
}
a {color:#000000; text-decoration:none;}

/* gallery thumbnails are 134x90.  2px white border on table. */

