@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
.rule {
   background:url(../images/rule_double.gif) repeat-x;}


/* CORNERS */

.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#333333}
.corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #151515;
  border-right:1px solid #151515;
  background:#262626}
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #050505;
  border-right:1px solid #050505;
  background:#292929}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #292929;
  border-right:1px solid #292929;}
.corner4{
  border-left:1px solid #151515;
  border-right:1px solid #151515}
.corner5{
  border-left:1px solid #262626;
  border-right:1px solid #262626}
.cornerfg{
  background:#333333;
  padding: 5px;}


/* DESCRIPTIONS, TAGS, CREDITS */

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	vertical-align: middle;
	margin-left: 10px;
	height: 57px;}
.description a {
	color: #999999;
	text-decoration: underline;}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #999999;
	text-align: right;
	margin-right: 5px;
	height: 57px;}
.creditstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: 500;}
.creditstitle a{
	color:#FFFFFF;
	text-decoration: none;}
.creditssub {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;}
.tagformat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: right;
	color: #333333;
	margin-top: 18px;}


/* ABOUT PAGE */

.aboutpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	vertical-align: top;
	margin-left: 10px;
	height: 57px;}
.aboutpage a {
	color: #999999;
	text-decoration: underline;}
.aboutsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #336699;
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
	border-bottom-width: 1px;}
