body {
	margin: 0px;
	background: #412300;
	font: 12px Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	line-height: 1.3em;
}

div {
	color: #333717;
}

div.spacer {
	clear: both;
}

/*<group=page header flash>*/

#pageheader {
	width: 828px;
	top: 0px;
	margin-top: 0px;
	border: 1px none pink;
}
	
/*</group>*/

/*<group=page background>*/

/* page background divs */

#page {
	width: 828px;
	border: 1px none #f3ff00;
	margin: 0px auto 0px auto;
}

#slimmer {
	width: 799px;
	margin-left: 15px;
	margin-right: 16px;
	border: 1px none red;
}

#pageinlay {
	background: #4F5422;
}

#woodleft {
	background: url(images/common/wood-left.gif) left top repeat-y;
	position: relative;
	left: -14px;
	height: 100%;
}

#woodright {
	background: url(images/common/wood-right.gif) right top repeat-y;
	right: -30px;
	position: relative;
	height: 100%;
}

html>body #woodleft {
	left: -15px;	
}

html>body #woodright {
	right: -30px;
}

#contentpad {
	border: 1px none #779bff;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 34px;
	padding-left: 2px;
	padding-bottom: 1px;
}
	
/*</group>*/

/*<group=page content>*/

/* start page content */

#pagecontent {
	border: 1px none lime;
}
	
/*</group>*/

/*<group=page footer>*/

#pagefooter {
	background: no-repeat center #4F5422;
	border: 1px none lime;
	width: 799px;
	margin-right: 15px;
	margin-left: 16px;
	position: relative;
	height: 75px;
}

html>body #pagefooter {
	margin-right: 16px;
	margin-left: 15px;
}

html>body #pagefooterbg {
	background: url(images/common/pagebottom.png) no-repeat left top;
}

#pagefooterbg {
	position: absolute;
	left: -15px;
	width: 829px;
	height: 82px;
	border: 1px none maroon;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='images/common/pagebottom.png', sizingMethod='scale');
}

#footercontent {
	margin-bottom: 10px;
	margin-top: 15px;
}

#footercontent,#footercontent a {
	text-align: center;
	color: #cccc00;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	border: 1px none white;
}
	
/*</group>*/