#wrapper {
	width: 995px;
	margin: 0 auto;
	background-color: #CFAE79;
	border: 0px solid gray;
	background-image: url(img/bg-columnleft.gif);
	background-repeat: repeat-y;
}
#header{
	width: 728px;
	height: 112px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-top: 27px;
}
#columnLeft {
	float: left;
	width: 234px;
	background-color: #382D25;
	position: relative;
	padding-bottom: 90px;
}
#wrapper_columnContent_columnRight {
	float: right;
	width: 761px;
}
#columnContent {
	float: left;
	width: 560px;
	border: 0px solid orange;
	padding-left: 43px;
	padding-top: 18px;
	padding-bottom: 100px;
	padding-right: 13px;
}
#columnRight {
	float: right;
	width: 145px;
	border: 0px solid red;
	padding-top: 43px;
}
#footer {
	clear: both;
	border: 0px solid green;
	background-color: #CFAE79;
	background-image: url(img/bg-columnleft.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 270px;
}

