@charset "utf-8";

*{ 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
	text-align: center;
	color: #999999;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	text-align: left;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	width: 820px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.credits a {
	color: #333333;
	text-decoration: none;
}
.credits a:hover {
	color: #666666;
	text-decoration: none;
}
.menu-bt {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: right;
	padding-top: 5px;
}
.menu-bt-a {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
.menu-bt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-bt a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-bt-active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-bt-active a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.contact {
	font-size: 12px;
	color: #999999;
	text-align: left;

}
.contact a {
	color: #999999;
	text-decoration: none
}
.contact a:hover {
	color: #999999;
	text-decoration: underline
}
.txt-02 {
	font-style: italic;
	color: #666666;
	text-align: left;
	padding-right: 20px;

}
#content {
	height: 420px;
	width: 820px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.txt-dark {
	color: #333333;
}

.txt-dark a {
	color: #333333;
	text-decoration: none
}

.txt-dark a:hover {
	color: #333333;
	text-decoration: underline
}
.sub-menu {
	width: 300px;
}
.thumbs {
	height: 150px;
	padding-bottom: 20px;
}
.new {
	font-size: 11px;
	color: #9F6;
}

