 
html,body {
	height: 100%;
}


body {
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	font-size: 12px;
	color: #48402F;
	margin:0px;
	padding:29px 0px 0px 0px;
	text-align: center;
	background-image: url(../ui/background.jpg);
	background-repeat: repeat-x;
	background-color: #FDF3DD;
}
a{ color: #48402F; text-decoration: none; outline: none; }
h1{ margin: 0 0 6px 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 170%; font-weight: bold; }
h2{ margin: 14px 0 14px 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 145%; font-weight: bold; }
h3{ margin: 7px 0 7px 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 125%; font-weight: bold; }
h4{ margin: 4px 0 4px 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 115%; font-weight: bold; }
h5{ margin: 0px 0 0px 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 100%; font-weight: bold; }


div#wrapper{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 80%;
	min-width: auto;
	max-width: auto;
	background-image: none;
}

div#header{ display: none; }

div#leftBar{
	display: none;
}


div#middleGap{
	display: none;
}

div#contentOuter{
	background-image: none;
}
	div#contentInner{
		background-image: none;
	}
		div#contentTopRight{
			display: none;
		}
				
		div#content{
			margin:0px 0px 0px 0px;
			padding: 20px;
		}
		
	div#footer{
		background-image: none;
	}
		div#footerLeftCorner{
			display: none;
		}
		div#footerRightCorner{
			display: none;
		}


div#footer, div#footer a{
	text-align: center;
	color: #d0d0d0;
	font-size: 9px;
}

