@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/main-bg.png);
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 900px;
	background-image: url(images/header.png);
	height: 110px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.oneColFixCtrHdr #head-box-left {
	width: 580px;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0 10px;
	position: absolute;
	left: 0%;
}
.oneColFixCtrHdr #head-box-right {
	width: 290px;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0;
	left: 68%;
	position: absolute;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: Georgia, Times New Roman;
	color: #FFF;
	font-size: 500%;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	left: 0%;
	position: absolute;
	width: 580px;
	height: 500px;
	margin-left: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	height: 100px;
	margin: 500px 0 0 0;
	background-image: url(images/footerline.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
	width: 100%;
	position: absolute;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.align-right {
	float:right;
	margin: 0;
	border: 0px;
}
.align-left {
	float:left;
	margin: 0 0 0 15px;
	border: 0px;
}
.noborder {
	border: 0px;
}
#outer {
	position: absolute;
	top: 5%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
  }

#inner {
	width: 880px;
	height: 100%;
	margin-left: -440px;  /***  width / 2   ***/
	position: absolute;          /***  height / 2   ***/
	left: 50%;
  }
#head {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	padding: 0 100px 0 0;
	font-weight: bold;
	position: relative;
	height: 510px;
	background-image: url(images/dropscol.png);
	width: 290px;
	background-repeat: no-repeat;
	margin-right: 20px;
  }
#headmain {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	height: 510px;
	background-image: url(images/dropsmain.png);
	width: 590px;
	background-repeat: no-repeat;
	text-align: left;
  }
#headmainform {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	height: 510px;
	background-image: url(images/dropsmain.png);
	width: 570px;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 20px;
  }
#head h1 {
	font-size: 220%;
	color: #FFFFFF;
	margin: 0px 0;
	padding: 10px 0;
}
.block {
margin: 20px;
}
#col1 {
	width: 280px;
	height: 500px;
	position: absolute;
	left: 0%;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-image: url(images/bistro.jpg);
	overflow: visible;
	background-repeat: no-repeat;
	margin-left: 10px;
  }
#col2 {
	width: 280px;
	height: 500px;
	position: absolute;
	left: 33.33%;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-left: 15px;
	background-image: url(images/cafetaria.jpg);
	overflow: visible;
	background-repeat: no-repeat;
  }
#col3 {
	width: 280px;
	height: 500px;
	position: absolute;
	left: 66.66%;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-left: 20px;
	background-image: url(images/cafe.jpg);
	overflow: visible;
	background-repeat: no-repeat;
  }
#col4 {
	width: 280px;
	height: 500px;
	position: absolute;
	left: 66.66%;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-left: 20px;
	background-image: url(images/wines.jpg);
	overflow: visible;
	background-repeat: no-repeat;
  }
#col5 {
	width: 280px;
	height: 500px;
	position: absolute;
	left: 66.66%;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-left: 20px;
	background-image: url(images/contact.jpg);
	overflow: visible;
	background-repeat: no-repeat;
  }
a:link {
	color: #777;
	text-decoration: none;
	border: 0px;
	border-style: none;
}
a:visited {
	color: #777;
	text-decoration: none;
	border: 0px;
	border-style: none;
}
a:hover {
	color: #777;
	text-decoration: underline;
	border: 0px;
	border-style: none;
}
a:active {
	color: #777;
	text-decoration: none;
	border: 0px;
	border-style: none;
}
input.btn {
	color:#000;
	font: bold 10px Verdana, Geneva, sans-serif;
	background-color:#F9F9F9;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
	margin: 3px;
	width: 312px;
}

input.btnhov { 
	border-color: #333 #999 #999 #333; 
}
.formField {
	background: #F3F3F3;
	border: solid;
	margin: 3px 0 5px 0;
	height: 13px;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	border-width: 1px;
	border-color: #999999;
	background-image: url(images/main-bg.png);
}
.formMessage {
	background: #F3F3F3;
	border: solid;
	margin: 3px 0 5px 0;
	height: 200px;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	border-width: 1px;
	border-color: #999999;
	background-image: url(images/main-bg.png);
}
