* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
#filler {
	height: 30px;
	width: 1000px;
}
#wrapper #main {
	width: 1000px;
	height: 638px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #776153;
}
#wrapper #main #left {
	width: 180px;
	background-image: url(../Images/square%20left.jpg);
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DCDBE1;
	font-size: 24px;
	font-weight: lighter;
	background-repeat: no-repeat;
}
#wrapper #main #center {
	float: left;
	width: 45px;
	height: 337px;
	background-color: #FFF;
}
#wrapper #main #right {
	float: left;
	height: 638px;
	width: 775px;
	background-image: url(../Images/square%20right.jpg);
}
#wrapper #main #right #content {
	height: 543px;
	width: 672px;
	position: relative;
	visibility: visible;
	overflow: auto;
	left: 55px;
	top: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8C6C57;
	font-size: 18px;
	background-color: #FFFFFF;
}
#wrapper #main #right #content div p a {
	color: #8C6C57;
}
