body
{
	margin:4px 0 0 0;
	background: #E9C46B;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

form
{
	display:inline;
}

#wrapper
{
	position: relative;
	width: 768px;
	margin: 0px auto;
	background: url(body.jpg);
}

#banner
{
	height: 72px;
	background: #E9C46B url(header.jpg) no-repeat;
}

#header
{
	position: relative;
	left: 0px;
	width: 768px;
	padding-top:12px;
	text-align:left;
}

.sitename
{
	float: left;
	padding-left: 220px;
	margin-top: 16px;
	font-size: 32px;
	font-weight: bold;
	color: #986D1E;
	text-align: center;
}

.pagename
{
	position:relative;
	left:150px;
	height: 60px;
	width: 600px;
	text-align:center;
	overflow:auto;
	font-size: 17px; 
	font-weight: bold; 
	color: #986D1E;
}

#nav
{
	position: relative;
	float: left;
	top: -72px;
	left: 0px;
	width: 150px;	
	margin: 0px;
}

#navheader
{
	display:block;
	height:28px;
	background: url(navheader.jpg) no-repeat;
}

#navfooter
{
	display:block;
	height:28px;
	background: url(navfooter.jpg) no-repeat;
}

#navlist
{
	margin:0px;
	background: url(navbody.jpg);
}

#navlist li
{
	display:block;
	position:relative;
	left:-19px;
	height: 30px;
	padding-top: 14px;
	list-style-type: none;
	white-space: nowrap;
}

#navlist a, #navlist a:active
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#navlist a:hover
{
	text-decoration: underline;
}

.navtext
{
	font-size: 13px;
	letter-spacing: 2px;
}

#content
{
	position:relative;
	float:right;
	left:-16px;
	width: 600px;
	overflow:auto;
	overflow-x:auto;
	overflow-y:hidden;
	padding-bottom:16px;
}

#footer
{
	width: 768px;
	height: 32px;
	background: url(footer.jpg);
	clear:both;
}

.copyright
{
	position:relative;
	float:left;
	top:6px;
	left:60px;
	color: #6C3E18;
}

.credits
{
	position:relative;
	float:right;
	top:6px;
	right:8px;
	color: #C06922;
}

.credits a
{
	color: #C06922;
	text-decoration: none;
}

.credits a:hover
{
	text-decoration: underline;
}

#content p
{
	text-align: left;
	margin: 10px 6px 10px 6px;
}

#content a:link,
#content a:visited,
#content a:hover
{
	color: #1B1B1B;
}

pre
{
	font-size: 10px;
	color: #666666;
}

.text
{
	line-height: 14px;
	color: #6C3E18;
}

.home #spacer1
{
	height:200px;
	margin:16px;
	display:block;
	background:url(/dashboard/core/startersites/image.php?height=200&width=300) no-repeat center center;
}


