@charset "utf-8";
body {
	background:#D1D1A3;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

a img {
	border:none;
}

#header {
	padding:15px 25px 0 35px;
	}

.menu {
	float:left;
	padding-left:5px;
	text-align:left;
}

.menu ul li{
	padding-top:15px;
	list-style:none;	
}

.menu a {
	color:#666666;
	text-decoration:none;
}

#nav li {
	float:right;	
}
#title {
	float:left;
	text-decoration:none;
}

#nav a {
	text-decoration:none;
	color:#666666;
	font-size:12px;
}


#nav ul li{
	margin-right: 0px;
	padding: 0 10px;
	border-right: 1px solid #666666;
	list-style: none;
	display: inline;
}

#nav ul li.last{
	margin-right: 0px;
	padding: 0 10px;
	border-right:none;
	list-style: none;
	display: inline;
}

#table {
	margin:0px;

}

#top {
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	height: 50px;
}
#bottom {
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
}
#content {
	background-image: url(images/bg_repeat.png);
	background-repeat: repeat-y;
	height: auto;
	text-align:center;
}

#review {
	padding:0 80px 0 80px;
}

#left {
	width:200px;
	float:left;
}

#right {
	
	text-align:left;
	width:645px;
	float:left;
	border-left:solid 1px #D1D1A3;
}

.title {
	font-size:12px;
	color:#666666;
}
.image {
	text-align:center;
	padding-bottom:20px;
}

.text {
	text-align:left;
	padding:20px;
	color:#666666;
}

.quote {
	text-align:right;
}

.gall {
	float:left;
	width:100px;
	height:100px;
	padding:25px;
	text-decoration:none;
}

.backbut {
	text-align:right;
}

.backbut a {
	color:#666666;
	text-decoration:none;
}

#thumbs {
	padding-bottom:50px;
}

#thumbs ul{
	padding-left:inherit;
}

#thumbs li{
    width:40px;
    background:#FFF;
    padding:3px;
    text-align:left;
    position:relative;
    float:left;
    display:inline;
    margin:0px;
}

#thumbs a span{
    position:absolute;
    left:-9999px;
}

#thumbs  a:hover span{ 
    top:1px;
    left:1px;
    width:40px;
	height:40px;
    font-weight:bold;
    color:#999;
    text-transform:uppercase;
    font-size:80%;
    border:2px solid #F00;
    border-width:2px;
    filter: alpha(opacity=50);
} 




