body{
	background:white;
	font-family: times;
	font-size: 13px;
	color:#993300;
	margin: 0;
	padding: 0;
	}
	div#wrapper
	{ 
		margin: 10px auto 10px auto;
		padding: 0;
		display: block;
		
		width: 800px;
	}
	div#header
	{
		margin: 0;
		padding: 0;
		display: block;
		background: url(../furniture/top.jpg) top center no-repeat;
		height: 152px;
		width: 100%;
		position: relative;
		
	}
		div#header h1
		{
			margin: 0;
			padding: 0;
			width: 305px;
			height: 311px;
			background: url(../furniture/logo.jpg) no-repeat;
			position: absolute;
			top: 123px;
			left: 72px;

		}
		div#header h1 span
		{
			display: none;
		}
	div#bodywrapper
	{
		margin: 0;
		padding: 0;
		display: block;
		background: url(../furniture/middle.jpg) top center;
		clear: both;
		overflow: auto;
		width: 100%;
	}
	div#bodywrapper div#body
	{
		width: 310px;
		float: right;
		clear: both;
		position: relative;
		left: -90px;
		top: -30px;
		text-align: left;
		padding: 10px;
		margin: 0 0 30px 0;
		opactiy:0;
	}

	div#footer
	{
		margin: -1px 0 0 0;
		padding: 0;
		display: block;
		clear: both;
		background: url(../furniture/bottom.jpg) top center no-repeat;
		height: 250px;
		width: 100%;
		text-align: center;
	}
	h2,h3,h4
	{
		text-align: left;
		color: #7a593f;
		font-size: 20px;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #832714;
	}
	h2.header
	{
		background: url(../furniture/taromaster.gif) -12px -7px no-repeat;
		height: 50px;
		border-bottom: none;
		margin-bottom: 20px;
		position: relative;
		left: -16px;
		top: 9px;
	}
	h2.header span
	{
		display: none;
	}
	h2[class],h3[class],h4[class]
	{
		xbackground: url(../furniture/bh.png) bottom center no-repeat;
		padding-bottom: 5px;
	}
	ul
	{
		text-align: left;
	}