body {
	background: #fff url(images/bg.gif);
	margin: 0 0 30px 0;
}
#container {
	margin: 0 auto;
	width: 650px;
	border-left: 3px solid #cfc8bb;
	border-right: 3px solid #cfc8bb;
	border-bottom: 3px solid #cfc8bb;
	background-color: #fff;
}
#menuBar table td {
	border-top: 1px solid #8e704a;
}
#menuBar {
	border-bottom: 1px solid #b9b7ae;
	margin: 0px;
}
#content {
	margin-top: 20px;
	margin-bottom: 30px;
}
#textBox {
	text-align: left;
	width: 572px;
	background: #fff url(images/box_top.gif) no-repeat;
	padding-top: 8px;
}
#textBox #title {
	padding-left: 15px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #655948;
}
#textBoxMiddle {
	background: #fff url(images/box_middle.gif) repeat-y;
	padding:10px 15px 0 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0 !important;
	border-bottom: 1px solid #fff;
}
#textBoxBottom {
	clear: both;
	background: #fff url(images/box_bottom.gif) left bottom no-repeat;
	display:block;
	height:15px;
}
#menuBar img {
	border:none;
}
.imgLeft {
	float: left;
	margin-right: 5px;
}
#contactForm {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px;
}
#contactForm table {
	margin-top: 10px;
}

