body
{
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	line-height: 1.3em;
	color: #E5D7C6;
	background:#000000;
}

h1 
{
	font-size:18px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h2 {
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;
}

p {
	margin:14px 0;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	color: #CCCCCC;
}

td.nav {
	padding:5px 10px 3px 10px;
	background:#000000
}

td.content
{
	border-right:1px solid #1A1100; padding:15px; background:url(images/bg_body.jpg) no-repeat #5D4F3E
}

td.content2
{
	padding:15px; background:url(images/bg_body2.jpg) no-repeat #5D4F3E
}
.footer {
	text-align:center;
}

.footer a {
	color:#FFFFFF;
}

.footer a:hover {
	color:#CCCCCC;
}

a img {
	border:none;
}

.halfmoon{
padding: 0;
margin:0;
}

.halfmoon ul{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as 
desired*/
}

.halfmoon li{
display: inline;
margin: 0;
padding:8px 20px 4px 20px;
height:30px;
}

.halfmoon li a{
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
font-size:15px;
}

.halfmoon li a:hover, .halfmoon li a:active{
color: #666666;
text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0px;
padding: 0;
width: 150px;
}

.glossymenu li {
font-weight:bold;
font-family:'Palatino Linotype', Arial, Helvetica, sans-serif;
display: block;
color: #666666;
width: auto;
padding: 2px 0;
text-decoration: none;
font-size:12px;
}

.glossymenu li.news {
padding: 5px 7px 5px 8px; background: none;
border-bottom: 1px #E0E5EE solid;
background: #EEF4FF;
border-left: #E0E5EE 1px solid;
}

ul.icon {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0px;
  margin-top: 10px;
}
ul.icon li {
  padding-left: 18px;
}
ul.icon li.hand {
  padding-left: 25px;
  background:url(images/hand.gif) left top no-repeat;
}

.pad_b {
margin-bottom:7px;
}

.border img {
border:1px solid #b6b6b6;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #332217;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px;
top: -100px; /*position where enlarged image should offset horizontally */
}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #332217;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -150px;
top: -100px; /*position where enlarged image should offset horizontally */
}

table.gallery img{
border:1px solid #332217;
}