@charset "UTF-8";
/* CSS Document */

body {
	background-color:#405456;
	margin:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:top center
}
#mainBox {
	width:849px;
	min-height:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#515f61
}
#bannerBox {
	width:850px;
	height:60px;
	background-image: url(images/top-banner.gif);
	background-repeat:no-repeat;
	border-bottom:2px solid #84615c;
}
#navBox {
	width: 220px;
	height:680px;
	position:absolute;
	top:70px;
	left:0px;
	padding-left:4px;
	padding-top:30px;
}
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentBox {
	width:850px;
	height:auto;
	min-height:710px;
	border-bottom:1px solid #a86054;
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	padding-top:10px;
}
h1 {
	margin:0;
	font-size:14px;
	font-variant:small-caps;
	color:#afafa2;
	text-align:right;
	font-weight:normal;
	letter-spacing:1px;
	position:absolute;
	top:43px;
	right:30px;
	
	}
	
h2 {
	margin:0;
	margin-top:5px;
	font-size:14px;
	color:#708082;
	font-weight:normal;
	 font-family:"Lucida Sans",san-serif;
	 letter-spacing:1px;
}
#thumbsBox {
	width:610px;
	height:auto;
	position:absolute;
	top:110px;
	left:220px;
	

}
#thumbs {
	background-color:#324345;
	width:610px;
}
#thumbs  td {
text-align:center;
padding-top:18px;
width:150px;
height:225px;
vertical-align:top;
background-color:#515f61;
}
#thumbs td.thumb-col {
	width:1px;
	height:auto;
	line-height:1px;
	background-color:#324345;
	font-size:1px;
}
#thumbs td.thumb-row {
	width:auto;
	height:1px;
	line-height:0px;
	background-color:#324345;
}
#thumbs img {
	border:2px solid #405456;
}
#imgBox {
	width:680px;
	height:600px;
	position:absolute;
	left:170px;
	top:110px;
	
	
}
#bigImage {
	text-align:center;
	
}
#about {
	height:100px;
	width:auto;
	text-align:left;
	padding-left:30px;
	padding-top:10px;
}
#backlink {
	position:absolute;
	left:25px;
	top:430px;
	height:auto;
	width:140px;
	font-size:9px;
}
#thumbs-nav {
	position:absolute;
	left:25px;
	top:390px;
	height:20px;
	width:80px;
}
#description, #title {
	font-size:10px;
	color:#a89484;
}
.smalltext {
	font-size:10px;
	text-decoration:none;
	color: #a89484;
	line-height:14px;
}
.smalltext:link {
	text-decoration:underline;
	color: #b9aa9e;
}
.smalltext:visited {
	text-decoration:underline;
	color: #b9aa9e;
}
.smalltext:hover {
	color: #a98179;
}
.textlink {
	font-size:11px;
	line-height:16px;
}
.textlink:link {
	color: #222222;
	text-decoration: underline;
}
.textlink:visited {
	color: #222222;
}
.textlink:hover {
	color: #d9d7ce;
}
#textBox {
width:610px;
	height:auto;
	position:absolute;
	top:100px;
	left:220px;
	margin-right:10px;
	
}
#textBox p {
	margin:0;
	padding:0;
	margin-bottom:18px;
	font-size:11px;
	color:#afafa2;
	line-height:18px;
	margin-left:180px;
}
#footer {
	width:840px;
	height:20px;
	font-size:9px;
	color:#8e8e8e;
	padding-top:10px;
	padding-left:10px;
}
