HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #3f1706;
	text-align: center;
	background-image: url(bgr.jpg);
	background-repeat: repeat-x;
	background-color: #d1c8bf;	
}

#container {
	position: absolute;
	top: 0px;
	width: 868px;
	left: 50%;
	height: 550px;
	margin-left: -434px;
	visibility: visible;
}
.home #left{
	position: absolute;
	width: 301px;
	height: 354px;
	left: 0px;
	top: 0px;
	text-align: left;
}
.home #topright{
	position: absolute;
	width: 546px;
	height: 354px;
	left: 322px;
	top: 0px;
	text-align: left;
}
.col2 #left{
	position: absolute;
	width: 425px;
	height: 354px;
	left: 0px;
	top: 0px;
	text-align: left;
}
.col2 #topright{
	position: absolute;
	width: 425px;
	height: 354px;
	left: 443px;
	top: 0px;
	text-align: left;
}
#logo{
	position: absolute;
	width: 322px;
	height: 91px;
	left: 0px;
	top: 386px;
}
#menu{
	position: absolute;
	top: 394px;
	left: 322px;
	width: 546px;
	text-align: center;
}
#address{
	position: absolute;
	top: 513px;
	left: 0px;
	width: 868px;
	text-align: left;
}
.content{
	position: absolute;
	left: 0px;
	top: 574px;
	width: 868px;
}
.spacer {
	height: 300px;
	width: 10px;
}
.col2 .spacer {
	height: 0px;
	width: 18px;
}
.home .center{
	width: 317px;
	text-align: left;
	background-color: #e1dbe5;		
}
.col2 .center{
	width: 425px;
	text-align: left;
	background-color: #e1dbe5;		
}
.home .right{
	width: 541px;
	text-align: left;
	background-color: #e1dbe5;		
}
.col2 .right{
	width: 425px;
	text-align: left;
	background-color: #e1dbe5;		
}
#footer{
	margin-top: 6px;
	width: 868px;
	text-align: left;
}
