/* CSS Document */


/* gallery style*/

#gallery-link {
	margin:20px auto;
	width:600px;
}

h2#gallery-heading {
	clear:both;
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing:0.04em;
	text-transform: uppercase;
	color: #59592b;
	margin: 15px 0 0;
}

#main .gallery-type-link {
	display: block;
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing:0.04em;
	color: #ffffff;
	float: left;
	width: 154px;
	height: 40px;
	margin: 0 12px 15px 12px;
	_margin: 0 6px 15px 6px; /* for IE6 */
	text-align:center;
	padding: 3px 0;
	background-color: #B2AA7F;
	text-decoration: none;
}

#main .gallery-type-link:hover {
	background-color: #59592b;
}

.gallery-type-link a:link {
  text-decoration: none;
}
.gallery-type-link a:visited {
  text-decoration: none;
}


.gallery-item {
	width:150px;
	height: 220px;
	float:left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 0px;
  text-align: center;
  background-color: #dad2a9;
  cursor: pointer;
}

.gallery-item:hover {
  background-color: #bab289;
  cursor: pointer;
}

#gallery-text {
float: right;
width: 250px;
margin-right: 10px;
_margin-right: 5px;

text-align: justify;
}
	
#gallery-picture {
float: left;
width: 417px;
}

#main_pic {
	height: 400px;
	width: 600px;
	display: block;
	border: 1px solid #666666;
	padding: 3px;
	margin: 0px;
	float: left;
}
#main-pic-box {
	padding: 0px;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a.thumbs {
	padding: 3px;
	height: 45px;
	width: 70px;
	display: inline;
	float: left;
	background-image: url(../img/tn-border-over.gif);
	background-repeat: no-repeat;
}
a.thumbs:hover {
	background-image: url(../img/tn-border.gif);
}
a.selected {
	background-image: url(../img/tn-border.gif);
}
#tn_container {
	padding: 0px;
	width: 608px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/* end of gallery style*/

