body {
	height: 100%;
	margin: 0;
	background: #000000;
	background-image: url(http://www.skeezysluts.com/images/bg.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
}
.wrapper {
	width: 950px;
	height: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* --[ headings, hr, p, b ]------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	color: #7fc6bc;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
}
p {
	margin: 4px 0px 8px 0px;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #666;
}
.selected {
	color: #FF0000;
}

/* --[ style spans ]------------------------------- */

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	font-size: 12px;
}
.style3 {
	font-size: 10px;
}
.columnlinks {
	font-size: 10px;
	text-decoration: none;
}

/* --[ text links ]------------------------------- */

a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a.nounderline:link {
	color: #ffffff;
	text-decoration: none;
}
a.nounderline:visited {
	color: #ffffff;
	text-decoration: none;
}
a.nounderline:hover {
	color: #666666;
	text-decoration: none;
}

/* --[ text gallery links ]------------------------------- */

.gallery a:link {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery a:visited {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/* --[ image links ]------------------------------- */

a:link img.logo {
	border:0 none;
	border: 0px;
	}
a:visited img.logo {
	border:0 none;
	border: 0px;
	}
a:hover img.logo {
	border:0 none;
	border: 0px;
	}
a:active img.logo {
	border:0 none;
	border: 0px;
	}
a:link img.category {
	border: 1px solid #FFFFFF;
	}
a:visited img.category {
	border: 1px solid #666666;
	}
a:hover img.category {
	border: 1px solid #666666;
	}
a:active img.category {
	border: 1px solid #666666;
	}
a:link img {
	border: 1px solid #FFFFFF;
	}
a:visited img {
	border: 1px solid #FFFFFF;
	}
a:hover img {
	border: 1px solid #666666;
	}
a:active img {
	border: 1px solid #666666;
	}

/* --[ dhtmltooltip ]------------------------------- */

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	background-color: #400099;
	visibility: hidden;
	z-index: 100;
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}

/* --[ header ]------------------------------- */

#Header {
	width: 100%;
	height: 96px;
	background: url(http://www.skeezysluts.com/images/header_background.jpg) repeat-x;
}
.Content {
	margin: 0 auto 0 auto;
	width: 960px;
}
.Logo {
	float: left;
	width: 500px;
}
.Menu {
	float: right;
	width: 430px;
	height: 65px;
	margin: 0px 22px 0px 0px;
}
.Home a{
	display: block;
	width: 90px;
	height: 65px;
	background: url(http://www.skeezysluts.com/images/home.png) no-repeat top left;
	float: right;
	text-decoration: none;
}
.Hosted a{
	display: block;
	width: 108px;
	height: 65px;
	background: url(http://www.skeezysluts.com/images/hosted.png) no-repeat top left;
	float: right;
	margin-left: 10px;
	text-decoration: none;
}
.Webmasters a{
	display: block;
	width: 183px;
	height: 65px;
	background: url(http://www.skeezysluts.com/images/webmasters.png) no-repeat top left;
	float: right;
	margin-left: 10px;
  text-decoration: none;
}
.Home a:hover, .Hosted a:hover, .Webmasters a:hover {
	background-position: bottom left;
}
.HideText {
	visibility:hidden!important;
}

/* --[ main content ]------------------------------- */

#LeftColumn {
	float: left;
	display:inline;
}
#RightColumn {
	float: left;
	margin-left:20px;
	display:inline;
}
#LinksColumn {
	float: left;
	margin-left:20px;
	display:inline;
}
.clear {
	margin-top:20px;
}
.break {
	clear: both
}

/* --[ Pagination ]------------------------------- */

div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #EEEEEE;
	color: #FF0000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEEEEE;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666;
	color: #333;
}

/* --[ Round Corners ]------------------------------- */

.roundcorner {
  display:block;
}
.roundcorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#400099;
}
.roundcorner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #1b0041;
  border-right:1px solid #1b0041;
  background:#300072;
}
.roundcorner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #06000f;
  border-right:1px solid #06000f;
  background:#33007b;
}
.roundcorner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #33007b;
  border-right:1px solid #33007b;
}
.roundcorner4{
  border-left:1px solid #1b0041;
  border-right:1px solid #1b0041;
}
.roundcorner5{
  border-left:1px solid #300072;
  border-right:1px solid #300072;
}
.roundcornerfg{
  background:#400099;
  padding-left:8px;
  padding-right:8px;
  padding-top:4px;
  padding-bottom:4px;
}