body {
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #FEF1E5;
}

#wrapper
{
	width:867px;
	margin: 0 auto;
}

#top
{
	height:59px;
	width:867px;
	margin: 0 auto;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
}

#left
{
	height:326px;
	width:136px;
	float: left;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

#left img, #right img
{
	margin-top: 190px;
}

#content
{
	width: 555px;
	float: left;
	padding: 20px;
	color: #7A5533;
	background-color: #FFFFFF;
	position: relative;
}

#right
{
	height:326px;
	width:136px;
	float: right;
	background-image:url(images/right.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

#footer
{
	clear: both;
	height:34px;
	width:595px;
	margin: 0 auto;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}

#footer .text
{
	margin-top: 7px;
	margin-right: 15px;
	color: #7A5533;
	float: right;
}

.line
{
	border-top: 1px dashed #7A5533;
}

a
{
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}
