body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f2f1e8;
	color: #333;
}
#content-wrapper {
	height: auto;
	width: 724px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: none;
}
#header {
	text-align: center;
	vertical-align: top;
	height: auto;
	width: 724px;
	padding-bottom: 10px;
	float: left;
}
#content {
	height: auto;
	width: 724px;
	float: left;
}


#content-left {
	float: left;
	height: auto;
	width: 240px;
}
#content-center {
	float: left;
	height: auto;
	width: 242px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
#content-right {
	float: left;
	height: auto;
	width: 240px;
}
#title-left {
	text-align: center;
	vertical-align: top;
	float: left;
	height: auto;
	width: 240px;
}
#image-left {
	float: left;
	height: auto;
	width: 240px;
}
#address-left {
	height: auto;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	padding-right: 0px;
}
#title-center {
	text-align: center;
	vertical-align: top;
	float: left;
	height: auto;
	width: 240px;
}
#image-center {
	float: left;
	height: auto;
	width: 240px;
}
#address-center {
	height: auto;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
	padding-right: 0px;
}
#title-right {
	text-align: center;
	vertical-align: top;
	float: left;
	height: auto;
	width: 240px;
}
#image-right {
	float: left;
	height: auto;
	width: 240px;
}
#address-right {
	height: auto;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
