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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Site {
	width: 1000px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #5F5F5F;
}
#Header {
	background-image: url('images/headerbg.jpg');
	background-repeat: repeat-x;
	height: 170px;
	position: relative
}
#Logo {
	position: absolute;
	left: -30px;
}
#HeaderThumbs {
	height: auto;
	position: absolute;
	left: 425px;
	width: 565px;
	text-align: center;
	top: 12px;
}
#HeaderThumbs img {
	border: 1px dotted #8D002C;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#MainContent {
	background-color: #111111;
}
#LeftSide {
	float: left;
	width: 166px;
	background-image: url('images/punkpussy2_11.gif');
	background-repeat: no-repeat;
	background-position: left 37px;
	margin-top: 35px
}
#LeftSide h2 {
	color: #8D002C;
	font-weight: strong;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px;
}
#LeftSide  ul   {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
#LeftSide  li   {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-right: 12px;
	margin-left: 12px;
}
#LeftSide  li  a    {
	color: #666666;
	text-decoration: none;
}
#LeftSide li a:hover {
	color: #FFFFFF;
}
#Gallery {
	float: right;
	width: 825px;
}
#Gallery h1 {
	color: #8D002C;
	margin: 0px;
	padding: 8px;
}
.ThumbSpot {
	width: 25%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.ThumbSpot img {
	border: 1px dotted #8D002C;
}
#Footer {
	background-image: url('images/punkpussy2_32.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-color: #010000
}
.clear {
	clear: both;
}
.BannerAfterBlock {
	text-align: center;
	padding: 12px;
}
.BannerAfterBlock img {
	border: 1px solid #8D002C;
}