/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}

body {
	text-align: center;
	background-color: #3A2718;
	padding: 50px 0px 0px;
	margin: 0px;
}

div#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	text-align: left;
	height: 100%;
}

#Container {
	position: absolute;
	background-color: #BE9C6A;
	left: 426px;
	top: 133px;
	z-index: 2;
}

#bottle_full {
	position: absolute;
	width: 167px;
	height: 635px;
	z-index: 1;
	left: 37px;
	top: 122px;
}

#bottle_top {
	position: absolute;
	width: 167px;
	height: 237px;
	z-index: 1;
	left: 37px;
	top: 123px;
}

#bottle_fill {
	position: absolute;
	width: 167px;
	height: 389px;
	z-index: 1;
	left: 37px;
	top: 360px;
}

#fill_lines {
	position: absolute;
	width: 15px;
	height: 323px;
	z-index: 2;
	left: 65px;
	top: 364px;
}

#page_body {
	position: absolute;
	width: 727px;
	z-index: 1;
	left: 230px;
	top: 127px;
	height: 600px;
}

#body_top {
	position: absolute;
	width: 727px;
	height: 200px;
	left: 0px;
	top: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5D4B3E;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5D4B3E;
	z-index: 2;
}

#body_main {
	background-color: #FCF9E5;
	position: absolute;
	width: 727px;
	height: 400px;
	left: 0px;
	top: 209px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5D4B3E;
	z-index: 2;
}


#logo {
	position: absolute;
	width: 167px;
	height: 75px;
	z-index: 1;
	left: 37px;
	top: 30px;
}

#address {
	position: absolute;
	width: 387px;
	height: 13px;
	z-index: 1;
	left: 571px;
	top: 114px;
}



/* Navigation Buttons */

#contact_btn {
	position: absolute;
	width: 82px;
	height: 11px;
	z-index: 2;
	left: 94px;
	top: 361px;
}

#forms_btn {
	position: absolute;
	width: 85px;
	height: 25px;
	z-index: 2;
	left: 93px;
	top: 422px;
}

#equipment_btn {
	position: absolute;
	width: 85px;
	height: 11px;
	z-index: 2;
	left: 93px;
	top: 487px;
}

#layouts_btn {
	position: absolute;
	width: 85px;
	height: 14px;
	z-index: 2;
	left: 93px;
	top: 505px;
}

#services_btn {
	position: absolute;
	width: 69px;
	height: 11px;
	z-index: 2;
	left: 93px;
	top: 551px;
}

#about_btn {
	position: absolute;
	width: 69px;
	height: 12px;
	z-index: 2;
	left: 93px;
	top: 614px;
}

#history_btn {
	position: absolute;
	width: 48px;
	height: 14px;
	z-index: 2;
	left: 93px;
	top: 631px;
}

#mission_btn {
	position: absolute;
	width: 48px;
	height: 11px;
	z-index: 2;
	left: 93px;
	top: 649px;
}

#home_btn {
	position: absolute;
	width: 48px;
	height: 11px;
	z-index: 2;
	left: 93px;
	top: 678px;
}

a {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.1pt;
	word-spacing: normal;
	color: #821113;
	text-decoration: none;
}
