body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #FEFDF1;
	text-align: center;
	font-family: verdana, Helvetica, sans-serif;

}

#wrapper { /* Wrapper centers body in browser. */
	width: 947px;
	height: 576px;
	margin: 0px auto;
	position: relative;
	background: #FEFDF1 url(main_bg.jpg) no-repeat;
	margin-top: 0px;
}

#banner {
	height: 116px;
	margin: 0px;
	background: ;
}

#nav {
	position: absolute;
	float: left;
	left: 0px;
	margin: 0px;
	height: 22px;
	width: 700px;	
	top: 10px;
	line-height:1.1em;
}

#navlist {
	margin: 0px 0 2.5em 0;
	width: inherit;
}
#navlist li {
	height: 18px;
	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: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#navlist a:hover {
	font-family: verdana, serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-decoration: line-through;
	letter-spacing: 2px;
}

#navlink a:hover, {
	font-family: verdana, serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#navlist a {
	font-family: verdana, serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	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: 13px;
	letter-spacing: 2px;
}

#home a {
	position:absolute;
	left: 750px;
	top: 225px;
	height:inherit;
}
#shows a {
	position:absolute;
	left: 745px;
	top: 250px;
	height:inherit;
}

#bio a {
	position:absolute;
	left: 740px;
	top: 275px;
	height:inherit;
}

#photos a {
	position:absolute;
	left: 735px;
	top: 300px;
	height:inherit;
}

#contact a {
	position:absolute;
	left: 730px;
	top: 325px;;
	height:inherit;
}

#news a {
	position:absolute;
	left: 725px;
	top: 350px;
	height:inherit;
}

#download a {
	position:absolute;
	left: 720px;
	top: 375px;
	height:inherit;
}
#store a {
	position:absolute;
	left: 715px;
	top: 400px;
	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: 220px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	margin-bottom: 20px; /* sets a padding clearance on the bottom of the div*/
	margin-right: 365px;
	margin-top: 0px;
	width: 470px;
	background: transparent;
	height: 320px;
	overflow: auto;
}


#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 */
	height: 0px;
	position: absolute;
	right: 265px;
	padding-right: 10px;
	left: 580px;
	top: 190px;
}

#image {
	float: right;
	margin: 0px 0px 0px 315px;
}

#footer {
	text-align: center;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 9pt;
	width: 700px;
	height: 22px;
	background: transparent;
	padding-top: 70px;
	padding-left: 75px;
	}

/**********link styles**********/

#footer a:credits	{
	background-position: 0px 20%;
	padding-top: 5px;
	font-size: 8pt;
	font-family: verdana, serif;
	color: #1B1B1B;
	text-decoration: none;
   }

#footer a:hover{
	background-position: 0px 20%;
	font-family: verdana, Helvetica, sans-serif;
	padding-top: 5px;
	font-size: 8pt;
	font-family: verdana, serif;
	color: #1B1B1B;
	text-decoration: underline;
	}
	
a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #1B1B1B;}
	
a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
}
	
a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
	font-weight: bold;
}
/**********text styles**********/

.sitename {
	font-family: Verdana, Courier, mono;
	font-size: 36px;
	font-weight: bold;
	color: #1B1B1B;
	text-align: center;
	float: left;
	padding-left: 200px;
	margin-top: 40px;
	}

.pagename {
	font-family: "Verdana", Courier, Times, serif; 
	font-size: 17px; 
	font-weight: bold; 
	color: #333333;
	}
	
.headername {
	font-family: "Verdana", Courier, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	}
	
.maintext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;}

.newssub {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-style: italic
	}
	
pre {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}

.link {line-height: 14px;font-size: 11px;font-family: Verdana, sans-serif;color: #2B2B29;text-decoration: underline; }
.url {line-height: 14px; font-size: 10px;font-family: Verdana, sans-serif;color: #2B2B29;}
.text {line-height: 14px;font-size: 11px;font-family: Verdana, sans-serif;color: #2B2B29; }
.hand { cursor: pointer;cursor: hand; }