/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(gfx/bg.gif);
	text-align: center;
}

#wrapper { /* Wrapper centers body in browser. */
	width: 700px;
	w\idth: 700px;
	margin: 0px auto;
	position: relative;
	background: #ffffff;
	margin-top: 0px;
}

#banner {
	position: relative;
	height: 258px;
	margin: 0px;
	background: url(gfx/main_graphic.jpg);
}

#nav {
	position: absolute;
	float: left;
	left: 100px;
	margin: 0px;
	height: 22px;
	width: 700px;	
	top: 200px;
	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: courier, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #ff6633;
	text-transform: lowercase;
}

#navlist a:hover {
	font-family: courier, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #ff6633;
	border-bottom: 1px dotted #ff6633;
}

#navlink a:hover, {
	font-family: courier, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #ff6633;
}

#navlist a {
	font-family: courier, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #ff6633;
	text-transform: lowercase;
}

.navtext {
/* to use images with no font text, this class
   can disable the fonts with display:none   */
	font-family: courier, serif;
	font-size: 12pt;
}

#home a {
	position:absolute;
	left: 55px;
	height:inherit;
}
#shows a {
	position:absolute;
	left: 110px;
	height:inherit;
}

#bio a {
	position:absolute;
	left: 178px;
	height:inherit;
}

#photos a {
	position:absolute;
	left: 224px;
	height:inherit;
}

#contact a {
	position:absolute;
	left: 297px;
	height:inherit;
}

#news a {
	position:absolute;
	left: 386px;
	height:inherit;
}

#download a {
	position:absolute;
	left: 439px;
	height:inherit;
}
#store a {
	position:absolute;
	left: 536px;
	height:inherit;
}
/* end nav */

#content { 
	margin-left: 0px; /* 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-top: 15px;
	background: transparent;
min-height: 200px;
padding: 10px;
width: 680px;
}

.home #spacer1
{
    width:180px;
    height:120px;
    background: url(/dashboard/startersites/image.php?height=120&width=180);
    float:right;
    margin-right: 10px;
}

#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: 22px;
	background: #ff9b64;
	padding-top: 8px;
	}
#footer .credits
{
  display:inline;
  margin-right:6px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  float:right;
  color: #ffffff;
}

#footer .copyright
{
  display:inline;
  margin-left:6px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  float:left;
  color: #ffffff;
}

/**********link styles**********/

#footer a	{
	background-position: 0px 20%;
	padding-top: 5px;
	font-size: 9pt;
	font-family: courier, serif;
	color: #ffffff;
        font-weight: bold;
	text-decoration: none;
   }

#footer a:hover{
	background-position: 0px 20%;
	font-family: courier, Helvetica, sans-serif;
	padding-top: 5px;
	font-size: 9pt;
        font-weight: bold;
	font-family: courier, serif;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	}
	
a:link {
	font-family: courier, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;}
	
a:visited {
	font-family: courier, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:hover {
	font-family: courier, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
/**********text styles**********/

.sitename {
	font-family: Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #ff6633;
	text-align: center;
	float: right;
	padding-right: 210px;
	margin-top: 10px;
	}

.pagename {
	font-family: "courier", Courier, Times, serif; 
	font-size: 17px; 
	color: #000000;
	}
	
.headername {
	font-family: "courier", Courier, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	}
	
.maintext {
	font-family: courier, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;}

.newssub {
	font-family: courier, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic
	}
	
pre {
	font-family: courier, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}

p {
	font-family: courier, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

.link {line-height: 14px;font-size: 11px;font-family: courier, sans-serif;color: #000000;text-decoration: underline; }
.url {line-height: 14px; font-size: 10px;font-family: courier, sans-serif;color: #000000;}
.text {line-height: 14px;font-size: 11px;font-family: courier, sans-serif;color: #000000; }
.hand { cursor: pointer;cursor: hand; }

