@charset "utf-8";
/* CSS Document */
.faq {
	color:#EEEEEE;
	text-align: left;
	width: 400px;
	border: 2px;
	border-color:#880000;
	float:none;
}
.wrapper {
	width:780px;
}
.freestuff {
	color:#EEEEEE;
	text-align: left;
	width: auto;
	border: 0px;
	text-transform:none;
	list-style-type: circle;
}
#enter {
	display:block;
	text-align:center;
}
a:link {
	color:#FF0033;
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
}
a:visited {
	color:#FF0033;
	font-family:verdana;
	font-size:12px;
	text-decoration:none; 
}
a:hover {
	color:#EEEEEE;
	font-family:verdana;
	font-size:12px;
	text-decoration:none; 
}
a:active {
	color:#EEEEEE;
	font-family:verdana;
	font-size:12px;
	text-decoration:none; 
} 
img {
	border: none;
}	
html { 
	height: 100%;
}
.browseBlock {
	display:block;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DDDDDD;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DDDDDD;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
}
body { 
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}
#indexcov {
	width: 510px;
	margin: 0 auto;
	text-align: center;
	float: none;
}

#textmenu {
	width: 780px;
	height: 40px;
	background-image: url(/images/menu_bg.jpg);
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
}
#textmenu a {
	color: #DD0000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
}
#textmenu a:hover {
	color: #DDDDDD;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
}
#textmenu img {
	margin: 0 5px;
}
#footer {
	width: 780px;
	height: 50px;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;
	float:none;
	padding-top:0px;
}
#footer p {
	font-size: 10px;
	color: #888888;
	padding-bottom: 10px;
}
#footer a {
	font-size: 10px;
	color: #999999;
}
#indexcov #name {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
#indexcov #desc {
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	padding: 20px;
	width: 500px;
}
#link {
	font-size: 12px;
	text-transform: uppercase;
}
#lftad {
	float: left;
	width: 120px;
	position: relative;
	z-index: 2;
	padding: 10px;
}
#rgtad {
	float: right;
	width: 120px;
	position: relative;
	z-index: 2;
	padding: 10px;
}
.welcome {
	font-size: 14px;
	width: 500px;
	text-align:left;
}
.mine {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #880000;
	border-right-color: #880000;
	border-bottom-color: #880000;
	border-left-color: #880000;
	width:400px;
}
#indexnocov {
	border:medium double #888888;
	float:inherit;
	height:auto;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:510px;
}
#indexnocov #name {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
#indexnocov #desc {
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	padding: 20px;
	width: 500px;
}
.newGalleries td {
	background-color:#220000;
	border:1px solid #001100;
	padding:5px;
	text-align:center;
}
.newVideos td {
	background-color:#001100;
	border:1px solid #220000;
	padding:5px;
	text-align:center;
}
.newGalleries img {
	margin: 5px;
	border: 1px solid #001100;
}
.newVideos img {
	margin: 5px;
	border: 1px solid #220000;
}
.archives {
	text-align:left;
	width:700px;
	float:none;
	clear:none;
}
.galls {
	float:right;
	width:350px;
}
.gvids {
	width:350px;
	float:left;
	
}
.gallery td {
	background-color:#000000;
	border:1px solid #220000;
	padding:5px;
	text-align:center;
}