body {
	margin:0px;
	background:#000;
	font-size:12px;
	font-family:"georgia";
	color: #a59a80;
}
a, a:active, a:link, a:visited {
	font-weight:bold;
	color:#b8a26f;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#fff;
}
#links {
	background: url(images/links.gif) no-repeat top center;
	margin:0 auto;
	padding:20px 25px 0 25px;
	width:200px;
   float: left;
}
#links ul {
   background: url(images/divider.gif) no-repeat bottom center;
   margin: 5px 0;
   padding: 0 0 20px 0;
   list-style: none;
}
#links ul li {
	list-style:none;
	display: inline;
	padding: 0;
	margin: 0;
}
#links ul li a {
	font-weight:normal;
	font-size:20px;
   display: block;
	color: #928771;
}
#links ul li a.clicked {
	color: #beb8a7;
   background: url(images/linkclicked.gif) no-repeat 50% center !important;
}
#links ul li a:hover {
	color: #fff;
}
#description {
	text-align: left;
	padding: 5px 25px;
	margin: 10px 0;
	color: #8f846f;
	font-size: 13px;
   width: 200px;
   float: left;
}
#description p {
   margin: 0;
}
#description p b {
	display: block;
	text-align: right;
	font-weight: normal;
	margin-bottom: 10px;
}
#description p span {
	color: #928970;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Trebuchet MS';
	padding: 0;	
	display: block;
	margin: 0 0 10px 0;
}
#description p i {
	font-family: "Times New Roman";
	font-size: 14px;
	display: block;
   margin-bottom: 10px;
}
h2{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #e6d2a1;
	font-family:"tahoma";
	margin: 20px 0 10px 0;
}
h3 {
	font-family: "georgia";
	font-size: 18px;
	font-weight: normal;
	color: #c9b99a;
	margin: 0;
	padding: 0;
}
#browse {
   padding: 0 25px;
   margin: 0;
   width: 200px;
   float: left;
}
#footer {
   display: none;
}
#leftcontent {
	background: url(images/bg.jpg) no-repeat top left;
	position: absolute;
	top:0px;
	width:250px;
   left: 200px;
   margin: 0;
   padding: 0;
	padding-top: 110px;
	text-align: center;
}
#centercontent {
	margin-left: 250px;
	margin-right:0px;
	padding: 10px 0;
}
#centercontent img {border:none 0;}
html>body #centercontent {
	margin-left: 250px;
	margin-right:0px;
}
#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
}
.tnail {
   margin: 5px 2px;
   padding: 2px;
   background-color: transparent;
   border-bottom: 1px solid #000;
   float: left;
}
.current {
   background-color: #222;
   border-bottom: 1px solid #b8a26f;   
}
iframe {
   background: transparent;
   border: none 0;
}
#about {
   width: 200px;
   padding: 0;
}
#about img {
   margin: 5px;
   float: right;
   display: block;
}
#about p {
   margin: 10px 0;
}
#about p b {
   display: inline;
   font-weight: bold;
}