﻿.layout {
  width: 100%;
  max-width:1300px;
  margin: 0 auto;
  gap: 0px;
  overflow-x: hidden
}

.header {
	background-size: auto;
	background-position: center center;
	background-color: #D8D8C5;
	background-image: url('../images/bghead.png');
	height:200px;
	width:100%;
}

.nav { 
height:35px;
}

.main {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:100%;

}

.cont1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:400px;
	height:auto;
	display:inline-block;
	vertical-align: top;

}

.footer {
	background-position: center top;
	width: 100%;
	height: 200px;
	background-color: #D8D8C5;
	background-image: url('../images/footbg.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
    }



img.headerimg {
	width: 548px;
	height: 200px;
	float:left;
}

img.floatpotato {
width:100%; 
height:auto;
padding-bottom:10px;
padding-right:10px;
max-width: 400px;
}

img.floattomato {
width:300px; 
height:auto;
padding-bottom:10px;
padding-right:10px;
max-width: 300px;
}


@media screen and (max-width: 650px){
img.headerimg {
	width: 400px;
	height: 146px;
	padding-top:30px;
}


.cont1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:100%;
	height:auto;
	display:inline-block;
	vertical-align: top;

}



}

