body { background-color: #395360; background-image: url(images/mainbg.jpg); background-repeat: repeat-x; margin: 0; }
#main {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bgrepeat.jpg);
	background-repeat: repeat-y;
}
#header { width: 100%; height: 135px; background-image: url(/images/header.jpg); background-repeat: no-repeat; padding-right: 0; padding-left: 0; }
#wrapper { background-color: pink;}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 82px;
	left: 124px;
}
#left { background-color: teal; float: left; width: 100px; height: auto; _min-height: 600px; height: 600px; }
#right {float: right; width: 328px;}
#content {
	height: auto;
	_height: 600px;
	min-height: 685px;
	padding: 5px 155px 1px 132px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
}
#footer { color: #fff; background-color: #395360; height: 82px; clear: both; background-image: url(images/footer.jpg); background-repeat: no-repeat; padding-top: 12px; padding-right: 30px; }
#break {background-color: purple; clear: both;}
#today { text-align: right; position: absolute; top: 142px; right: 125px; }
#address {
	position: absolute;
	left: 465px;
	top: 134px;
	padding: 1px 0;
}
#hours {
	position: absolute;
	left: 465px;
	top: 161px;
	padding: 1px 0;
}
#pageText {
	width: 750px;
}
#pageTexthome { margin-left: 406px; }
#rotator2 { background-repeat: no-repeat; background-position: center; width: 352px; height: 452px; float: left; border: solid 1px #395360; }
