html,body {
	height:100%;
	margin: 0;
	padding: 0;
	background: #5e401d url('../images/texture.jpg') repeat ;
}
#header1 {
	position: relative;
	z-index:2;
	top:0px; /* stick to top */
	left: 0px;
	width:100%;
	height:331px;
	padding: 0;
	margin: 0;
	background: url('../images/menuBar.jpg') repeat-x ;

}
#header2 {
	position: relative;
	z-index:2;
	top:0px; /* stick to top */
	left: 0px;
	width:100%;
	height:201px;
	padding: 0;
	margin: 0;
	background: url('../images/menuBar.jpg') repeat-x ;

}
#homeTopMenu {
	text-align: center;
}
#container {
	position:relative;
	z-index:1;
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	background: white;
	border-left: thin solid #635e36;
	border-right: thin solid #635e36;

	padding-bottom: 9em;

}
#mainContent {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
}
#storeLocator, #officeLocator {
	border: thin solid rgb(159,144,121)
}
#storeLocator {
	margin-left:8px;
	width: 760px;
}
#officeLocator {
	width: 460px;
}

#form {
	background-color: #d8d8ad;
	border: thin solid rgb(159,144,121)
}
#webshop {
	background-color: #d8d8ad;
	border: thin solid rgb(159,144,121)
}
.box {
	padding:40px;
	border: thin solid rgb(159,144,121)
}
.strip {
	height:300px;
	padding:10px;
	border: thin solid rgb(159,144,121)
}
.padded {
	margin-left:30px;
	text-align:center;
	width:400px;
}
.rightAlign {
	text-align:right;
}

#footer {
	z-index:2;
	position:absolute;
	width:100%;
	height:40px;
	bottom:0px;
	left: 0px;
	background-color: #521b12;
	text-align: center;
	
	position: relative;
	margin-top: -20px;

}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}



