body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#C3E3F8;
	background-image:url(../images/bg_vt.jpg) ;
	background-repeat: repeat-x;		
	font-size:90%;
	}

a:link
{
	font-weight:bold;
	color:blue;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
}
a:visited
{
	font-weight:bold;
	color:red;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
}
a:hover
{
	font-weight:bold;
	color:red;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
}
a.fanwords:link
{
	font-weight:bold;
	color:#CC3300;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
}
a.fanwords:visited
{
	font-weight:bold;
	color:#CC3300;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;}
a.fanwords:hover
{
	font-weight:bold;
	color:#CC3300;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;}
.notlink
{
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;}

#top-banner {
    background-image:  url(../images/best-deals-in-town-.jpg);
	width:480px;
	height:43px;
    margin: 0 auto -30px; 
}
		#top-left-star {
	position: absolute;
	margin-top:0px;
	left: 3%;
	top: 0px;
	 background-image:  url(../images/5-min-quick-release-star.gif);
    background-repeat: no-repeat;
	width:181px;
	height:175px;
	}
	#top-right-star {
	position: absolute;
	margin-top:0px;
	left: 83%;
	top: 0px;
	 background-image:  url(../images/12-min-fetish-phone-sex-star.gif);
    background-repeat: no-repeat;
	width:181px;
	height:175px;
	}
#header {
    background-image:  url(../images/best-deals-in-town.jpg);
	width:480px;
	height:43px;
    margin: 0 auto -30px; 
}
#header a {
    display: block;
    width:480px;
	height:43px;
    text-decoration: none;
    border: 0;
    color: red;
}
#header a:hover{
    width:480px;
	height:43px;
}
	

	#bottom {
	margin-top:100px;
	left: 400px;}


#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		margin-left:5%;
		top: 10px;
		width:90%;			/* width of whole page float:left;*/
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
		right:25%;		
		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		/*background:#ffffff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;
		background:#ffffff;
	}
	.threecol .col2 {
		top: 10px;
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:80%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}