html,body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #71603e;
	line-height: 16px;
	background-color: #730002;
}

#root
{
	display: block;
	clear: both;
	width: 990px;
	margin: auto;
	padding: 0px;
}

#rootWrapper
{
	display: block;
	clear: both;
	overflow: hidden;
	width: 990px;
	background-image: url(/art/sc-07-rootBg.gif);
}

#header
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	height: 120px;
	width: 790px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-position: 20px 0px;
	background-repeat: no-repeat;
	background-image: url(/art/headerBgDefault.jpg);
}

#menu
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 275px;
	margin: 0px;
	padding: 0px;
	background-position: 20px -120px;
	background-repeat: no-repeat;
	background-image: url(/art/headerBgDefault.jpg);
}

#body
{
	display: block;
	clear: none;
	float: left;
	overflow: hidden;
	padding: 120px 0px 0px 15px;
	margin: 0px;
	background-position: -255px -120px;
	background-repeat: no-repeat;
	padding:120px 0px 0px 15px;
	width:500px;
	background-image: url(/art/headerBgDefault.jpg);
}

#sidebar
{
	display: block;
	clear: none;
	float: left;
	overflow: hidden;
	width: 160px;
	margin: -100px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

#footer
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 990px;
	margin: 0px;
	padding: 0px;
	background-image: url(/art/sc-07-footerFullBg-02.jpg);
	background-repeat: no-repeat;
}