body {
	background-color: #141327;
	color: #000;
	padding: 0;
	margin: 0;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-position: 50%;
	min-width: 990px;
}

#wrap {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

.clear {
	clear: both;
}

/********** Header **********/

#header {
	width: 988px;
	height: 80px;
	margin: 1px 0 0 1px;
	padding: 0;
}
#header h1 {
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
	left: 20px;
}
#header h1 a {
	color: #b3a9b0;
	text-decoration: none;
}
#header h1 a span {
	color: #9d7891;
}
#header .domain {
	position: relative;
	top: 20px;
	left: 20px;
	color: #fff;
}


/********** content **********/

#content {
	width: 989px;
	background-color: #fff;
	margin: 0 0 0 1px;
}
#content-inner {
	width: 968px;
	padding: 10px;
}
* html #content-inner {
	width: 989px;
}
#col-1 {
	width: 316px;
	float: left;
	background-color: #ffcbee;
	background-image: url("images/col-1-bg.gif");
	background-repeat: repeat-y;
}
#col-2 {
	width: 316px;
	float: left;
	background-color: #ecdee7;
	margin: 0 0 0 10px;
	background-image: url("images/col-2-bg.gif");
	background-repeat: repeat-y;
}
#col-3 {
	width: 316px;
	float: left;
	margin: 0 0 0 10px;
	background-color: #c6c3ff;
	background-image: url("images/col-3-bg.gif");
	background-repeat: repeat-y;
}

#col-1 .col-header {
	width: 316px;
	height: 61px;
	background-image: url("images/col-1-header.gif");
}
#col-2 .col-header {
	width: 316px;
	height: 61px;
	background-image: url("images/col-2-header.gif");
}
#col-3 .col-header {
	width: 316px;
	height: 61px;
	background-image: url("images/col-3-header.gif");
}

#col-1 .col-inner {
	background-image: url("images/col-1-footer.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
}
#col-2 .col-inner {
	background-image: url("images/col-2-footer.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
}
#col-3 .col-inner {
	background-image: url("images/col-3-footer.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
}

#col-1 p, #col-2 p, #col-3 p {
	padding: 0;
	margin: 0;
}

#col-1 .col-header h2, #col-2 .col-header h2, #col-3 .col-header h2 {
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	top: 10px;
	left: 10px;
	font-size: 16px;
}
#col-1 .col-header .sub-title, #col-2 .col-header .sub-title, #col-3 .col-header .sub-title {
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	top: 10px;
	font-size: 11px;
	left: 10px;
}
#col-1 .col-header .sponsored, #col-2 .col-header .sponsored, #col-3 .col-header .sponsored {
	color: #d4d4d4;
	padding: 0;
	margin: 0;
	position: relative;
	top: 12px;
	left: 10px;
	font-size: 10px;
}

#col-1 a {
	color: #581d45;
}
#col-1 a:hover {
	color: #7d1daf;
}
#col-2 a {
	color: #94798b;
}
#col-2 a:hover {
	color: #7d1daf;
}
#col-3 a {
	color: #504e74;
}
#col-3 a:hover {
	color: #7d1daf;
}

#col-1 .listing .description a, #col-2 .listing .description a, #col-3 .listing .description a {
	color: #000;
}
#col-1 .listing .description a:hover, #col-2 .listing .description a:hover, #col-3 .listing .description a:hover {
	color: #000;
}

#col-1 .listing .url a, #col-2 .listing .url a, #col-3 .listing .url a {
	color: #000;
}

/********** Listings **********/

.col-content {
	padding: 0 2px 0 5px;
}

.listing {
	padding: 0;
	margin: 5px 0 0 0;
	clear: both;
}
.listing h3,
.listing h3  a {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 12px;
}
.listing .description,
.listing .description a {
	padding: 5px 0 0 0;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	width: 170px;
	float: left;
}
.listing .url,
.listing .url a {
	padding: 0;
	margin: 0;
	font-size: 10px;
	width: 170px;
	float: left;
	overflow: hidden;

}
.listing a.image {
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	background-image: url("/static/images/listings/website.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #fff;
}
#col-1 .listing a.image {
	border: 1px solid #581d45;
}
#col-2 .listing a.image {
	border: 1px solid #94798b;
}
#col-3 .listing a.image {
	border: 1px solid #504e74;
}
.listing a.image img {
	width: 120px;
	height: 90px;
	border: none;
}


/********** Footer **********/

#footer {
	width: 988px;
	height: 80px;
	margin: 0 0 1px 1px;
	color: #fff;
}
#footer-inner {
	padding: 10px;
	text-align: center;
}
#footer a {
	color: #fff;
}
