	
	* {
		margin: 0;
		padding:0;	
	}
	
	body {
		margin: 0;
		font-family:Arial, Verdana, sans-serif;
		background:#fff;
	}
	#hdr {
		width: 100%;
		height: 138px;
		margin: 0 auto;
		background: url(../images/hdr.jpg) top center no-repeat;
		position: fixed;
		z-index: 1;
	}
	#container {
		width:1000px;
		margin: 0 auto;
		position: fixed;
		z-index:1;
		background: transparent;
	}
	#logo {
		width:36px;
		heigh:34px;
		margin:0 auto 10px;	
	}
	.side-bar {
		height: 422px;
		width: 5px;
		/*background: #fff url(../images/side-line.jpg) top left no-repeat;*/
		background-color:#888f7f;
	}
	#gallery-box {
		/*
		height: 435px;
		width: 100%;
		padding: 0;
		display: block;
		_overflow: scroll;
		overflow-y:hidden;
		*/
		float:left;
		margin-top: 150px;
	}
	#gallery-images img {
		height: 80%;	
	}
	.scroll-pane {
		width: 988px;
		background: #fff;
		float: left;
		padding: 0;
	}
	#nav-row {
		padding-top:6px;
		font-size:60%;
		color:#393c35;
		letter-spacing:2px;
	}
	a {
		color:#393c35;
		text-decoration: none;			
	}
	#nav-row-left {
		float:left;
	}
	#nav-row-left p {
		margin:0;
		padding:0;	
	}
	#nav-row-right {
		float:right;
	}
	#nav-row-right ul {
		list-style:none;
		margin:0;
		padding:0;	
	}
	#nav-row-right ul li {
		display:inline;
		padding-left:7px;	
	}
	#thumbs {
		clear:both;
		padding:3px 0 0 2px;
		cursor:pointer;	
	}
	#thumbs img {
		opacity:0.5;	
	}
	.galleries-hover{
		cursor:pointer;	
	}
	li:hover, .galleries-hover:hover, a:hover {
		color:#8d9e7a;
		cursor:pointer;	
	}
	a img {
		border: none;	
	}
	#ftr {
		z-index: 0;
		position: fixed;
		bottom: 0px;
		background: url(../images/ftr.jpg) bottom center no-repeat;
		height: 214px;
		width: 100%;	
		margin: 0 auto;
	}
	#gnav {
		margin-top: 140px;
		position:fixed;
		z-index: 100;
		width: 100%;
		top: 420px;
	}
	#gnav p {
		text-align:center;
		font-size: 60%;
		text-transform: lowercase;
		padding-left: 40px;
	}
	.gnav-item {
		letter-spacing: 1px;
		padding-right: 50px;
	}
	#gnav a:hover {
		background: #919987;
		color: #fff;	
	}
	#gnav p a {
		color: #787d71;	
	}
	#gnav p a:hover {
		color: #fff;	
	}
	#copyright {
		position: fixed;
		z-index: 9;
		bottom: 0;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	#copyright p {
		text-align: center;
		text-transform: lowercase;
		letter-spacing: 1px;
		font-size: 55%;
		color: #868685;
	}
	
#contact-page {width:575px;margin:0 auto;}
td {font-size:1em;}
#contact-form {float:right;margin:16px;color:#737774;font-size:0.7em;}
.contact-input {height:17px;width:500px;border:1px solid;border-color: #737774;padding:3px;margin-bottom:7px;}
#contact textarea {height:250px;width:500px;border:1px solid;border-color: #737774;padding:3px;margin-bottom:10px;overflow:auto;font:0.8em Tahoma, Arial, Helvetica, sans-serif;color:#646760;}
.contact-send {padding:0;font-size:0.8em;background-color:#fff;border:none;color:#737774;}





