body {  background-color: #3c1f08;
	background-image:url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-face-color: #3c1f08;
	scrollbar-highlight-color: #bd6710;
	scrollbar-3dlight-color: #bd6710;
	scrollbar-darkshadow-color: #bd6710;
	scrollbar-shadow-color: #bd6710;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #181413;
}

.site {
	width: 820px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color:#181413;
	margin-bottom:0px;
	text-align: justify;
}

body, table, tr, td {
	font-family: verdana;
	color: #90877e;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	cursor: default;
}

.footer {background: url('images/footer.png');} 

A:link { color:#bd805a; font-weight:normal; font-family:verdana; letter-spacing: 3px;  text-decoration:none;  }
A:visited { color:#bd805a; font-weight:normal; font-family:verdana; letter-spacing: 3px; text-decoration:none;  }
A:active { color:#bd805a; font-weight:normal; font-family:verdana; letter-spacing: 3px; text-decoration:none;  }
A:hover { color:#000000; font-family:verdana; letter-spacing: 3px;  cursor: default; text-decoration:none;  }

.top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #bd805a;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-top: 0px solid #bd6710;
	border-bottom: 4px solid #bd805a;
	-moz-border-radius: 0em 0em 0em 0em;
	-webkit-border-radius: 0em 0em 0em 0em;
	text-transform: uppercase;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}

blockquote {
    background: transparent url(images/more/quote.png) left top no-repeat;
}

blockquote div {
    padding: 0 52px;
    background: transparent url(images/more/quote.gif) right bottom no-repeat;
}

.h2 {
	font-family: century gothic;
	text-align: right;
	font-size: 10px;
	color: #bd805a;
	border-bottom: 2px solid #bd805a;
	margin: 1px;
	padding: 4px;
}

b { color:#bd6710;}
i { color:#bd6710;}
u { color:#bd6710;}

a.link {background-color:#000000;
	padding: 10px 0 0 0;
        width: 83px;
	height:20px;
        text-align: center;
        font-family: arial;
        font-size: 8px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        cursor:default;
        display: block;
        text-transform:uppercase;
	letter-spacing: 1px;
	border:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;  
        }

a.link:hover {	background-color:#bd6710;
		font-weight: bold;
		color: #000000;
		text-align: center;
		cursor: default;
		display: block;
		text-transform:uppercase;
		border:none;
              }


