/* copyright GroWorks Pty Ltd */
	
body {
	margin: 0px; 
	font: 11px/16px "Lucida Sans Unicode",Arial,Helvetica,sans-serif; 
	color: #82788A;
	background-color: #eee; 
}

.headline {
	font: 12px "Lucida Sans Unicode",Arial,Helvetica,sans-serif; 
	text-align: left;
	font-weight: bold; 
	text-transform: uppercase;
	color: #8E774D;
}

#wrapper {
	border-right: #999 1px solid; 
	padding-right: 0px; 
	border-top: #ddd 1px solid;
	padding-left: 0px; 
	padding-bottom: 0px; 
	border-left: #ddd 1px solid; 
	width: 1000px; 
	padding-top: 0px; 
	border-bottom: #999 1px solid; 
	background-color: #fff; 
	margin: auto; 
}

#head {
	clear: both; 
	background-color: #8E774D; 
	background-position: left top;
	background-image: url(../images/header.jpg); 
	background-repeat: no-repeat; 
	height: 150px;
	width: 1000px;
	z-index: 2;
}

#logos {
	position:absolute;
	float:left;
	top: 1px;
	height: 128px;
	width: 400px;
	z-index: 5;
}


#topmenu {
	float: left;
	border: none;
	width: 450px;
	height: 20px;
	margin-left: 50px;
	margin-top: 0px;
}

#onder {
	clear: both;
	width: 1000px;
}

a {
	color: #8E774D;
	text-decoration: underline
}

a:hover {
	color: #000;
	text-decoration: underline
}

#main {
	padding-left: 8px; 
	padding-right: 8px; 
	float: left; 
	padding-bottom: 15px;  
	padding-top: 12px
}

#mainfs {
	float: left; 
	width: 1000px;
	padding-left: 50px; 
	padding-right: 23px; 
	padding-bottom: 15px;  
	padding-top: 39px;
}

#advert {
	clear: both;  
	background-color: #fff; 
	height: 74px; 
}

#footer {
	clear: both; 
	background-image: url(../../images/bg-footer.gif); 
	padding-top: 10px; 
	height: 33px; 
	text-align: center
}

#footer a:link {
	color: #8E774D; 
	text-decoration: none
}

#footer a:visited {
	color: #8E774D; 
	text-decoration: none
}

#footer a:active {
	color: #8E774D; 
	text-decoration: none
}

#footer a:hover {
	color: #000;
	text-decoration: underline
}

.gold {
	color:#8E774D;
}

.text {
	color:#333;
}

.imgdes {
	color:#333;
	font-style: italic;
	padding-top: 4px;
	padding-bottom:9px;
}

.thumbcell {
  border-top: 1px solid #8E774D;
  border-left: 1px solid #8E774D;
  border-right: 1px solid #8E774D;
  border-bottom: 1px solid #8E774D;
  background: #ccc;
}

#photos {
	float:left;
	margin-top:0px;
	margin-left: 42px;
	height: 215px;
	width: 830px;
	clear:both;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}

#sheetlist {
	float:left;
	margin-top:0px;
	margin-left: 0px;
	height: 400px;
	width: 495px;
	clear:both;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}

