body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #060606;
	text-align: center;
	font-family: verdana, serif;
}

#wrapper { /* Wrapper centers body in browser. */
	width: 700px;
	width: 700px;
	margin: 0px auto;
	position: relative;
	background: #6F7E85;
	margin-top: px;
}

#banner {
	position: relative;
	height: 170px;
	margin: px;
	background: url(splash3.jpg);
}

#nav {
	position: absolute;
	float: left;
	left: 0px;
	margin: 0px;
	height: 10px;
	width: 700px;	
	top: 137px;
	line-height:1.1em;
}

#navlist {
	margin: 0px 0 2.5em 0;
	width: inherit;
}
#navlist li {
	height: 11px;
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}

#navlist ul {
	height: 22px;
	margin: 0;
	padding: 0;
}

#navlist a:active,
#navlink a:link, #navlink a:visited, 
#navlink a:active {
	font-family: verdana, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #F8CB28;
	font-weight: bold;
}

#navlist a:hover {
	font-family: verdana, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #D800A3;
	font-weight: bold;
	text-decoration: underline;
}

#navlink a:hover, {
	font-family: verdana, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #D800A3;
	font-weight: bold;
}

#navlist a {
	font-family: verdana, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #F8CB28;
	font-weight: bold;
}

.navtext {
/* to use images with no font text, this class
   can disable the fonts with display:none   */
	font-family: verdana, serif;
	font-size: 11pt;
}

#home a {
	position:absolute;
	left: 15px;
	width: 100px;
	font-size: 11pt;
	height:inherit;
}
#shows a {
	position:absolute;
	left: 97px;
	width:100px;
	height:inherit;
}

#bio a {
	position:absolute;
	width:100px;
	left: 170px;
	height:inherit;
}

#photos a {
	position:absolute;
	width:100px;
	left: 242px;
	height:inherit;
}

#contact a {
	position:absolute;
	width:100px;
	left: 332px;
	height:inherit;
}

#news a {
	position:absolute;
	width:100px;
	left: 420px;
	height:inherit;
}

#download a {
	position:absolute;
	width:100px;
	left: 513px;
	height:inherit;
}
#store a {
	position:absolute;
	width:100px;
	left: 603px;
	height:inherit;
}
/* end nav */

.home #spacer1
{
    width:180px;
    height:120px;
    background: url(/dashboard/startersites/image.php?height=120&width=180);
    float:left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#content { 
	margin-left: 20px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	margin-bottom: 10px; /* sets a padding clearance on the bottom of the div*/
	margin-top: 15px;
	background: transparent;
}


#content p {
	text-align: left;
	margin: 10px 6px 10px 6px; /* set the margins for the p element */
}

#leftcol {
	float: left; /* Floats the div to the left to make a column */
	width: 0px; /* sets a width for the div - Imperative for IE mac */
	background-repeat:repeat-y;
	margin: 0px; 
}

#rightcol {
	float: right; /* Floats the div to the left to make a column */
	width: 87px; /* sets a width for the div - Imperative for IE mac */
	margin: 40px 35px 0px 0px; 
}

#image {
	float: right;
	margin: 0px 10px 0px 315px;
}
#footer {
	text-align: center;
	width: 700px;
	height: 29px;
	background: url(bottom.jpg);
	padding-top: 4px;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 9px;
	}

/**********link styles**********/

#footer a	{
	color: #F8CB28;
	background-position: 0px 20%;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
   }

#footer a:hover{
	background-position: 0px 20%;

	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #D800A3;
	font-weight: normal;
	border-bottom: 1px dashed #D800A3;
	}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #F8CB28;}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/**********text styles**********/

.sitename {
	font-family: verdana, Georgia, Courier, mono;
	font-size: 22px;
	font-weight: bold;
	color: #F8CB28;
	text-align: center;
	float: bottom;
	margin-top: 2x;
	padding-top: 6px	}

.pagename {
	font-family: verdana, serif;
	font-size: 17px; 
	font-weight: bold; 
	color: #333333;
	}
	
.headername {
	font-family: Times New Roman, Courier, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	}
	
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;}

.newssub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-style: italic
	}
	
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F8CB28;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

.link {line-height: 11px;font-size: 11px;font-family: verdana, arial, sans-serif;color: #F8CB28;text-decoration: underline; }
.url {line-height: 11px; font-size: 10px;font-family: arial, sans-serif;color: #F8CB28;}
.text {line-height: 11px;font-size: 11px;font-family: arial, sans-serif;color: #F8CB28; }
.hand { cursor: pointer;cursor: hand; }