/* CSS Document */

/* html {
cursor: url(tattoo.cur), auto;
} */

body {
	margin:0;
	padding:0;
	background-color:#2f2f2f;
	background-image: url(images/dragon-bg.gif);
background-repeat: no-repeat;
background-position: top center;
}

a {
	color:#660000;
}

a:active, a:visited, a:link {
color:#660000
}

a:hover {
	text-decoration:none
}

a.image {
border: 1px solid #ffffff;
}

a.image:hover {
border: 1px solid #660000;
}

area {
cursor:pointer;
cursor:hand;
}
	
.scroll {
	margin:0;
	margin-top:87px;
	height: 425px;
	width: 310px;
	overflow: auto;
	border: 0;
	background-color: transparent;
	padding: 8px;
	text-align:left;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #747474;
	scrollbar-highlight-color: #747474;
	scrollbar-shadow-color: #747474;
	scrollbar-track-color: #E2E2E2;
}
	
p {
    margin:0;
	padding:0;
	margin-bottom:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#464646;
}

.center {
margin: 0 auto;
text-align:center;
}

img {
border: 0;
}

#pics {
margin-left:30px;
}

#footer {
    color:#e2e2e2;
	font-weight: bold;
}

#footer a {
    color:#e2e2e2;
	font-weight: bold;
}

h1 {
    margin-bottom:2px;
	font-family: "Times New Roman", Garamond, Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	color:#7A0202;
}

h2 {
    margin-bottom:2px;
	font-family: "Times New Roman", Garamond, Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#7A0202;
}

#block {
margin-bottom:10px;
padding:5px;
border: 1px double #660000;
}
		
.copyright_text
{
	font-family:Tahoma;
	font-size:10px;
	line-height:13px;
	color:#E0E0E0;
}
	
a.copyright_text:link {color:#ffffff;text-decoration:none;}	
a.copyright_text:hover {color:#ffffff;text-decoration:underline;}
a.copyright_text:active {color:#ffffff;text-decoration:none;}
a.copyright_text:visited {color:#ffffff;text-decoration:none;}	

