@import "wines.css";
@import "navigation.css";
@import "visit.css";
@import "footer.css";
@import "guestBook.css";

.body {
	width: 1020px;
	min-width: 760px;
	background-color: #840701;
}
      
.container {
	float: left;
	height: 660px;
	width: 975px;
	position: relative;
	margin-left: 100px;
	background-image: url(../Images/striped_bg.jpg);	
}

.logo {
	float: left;
	height: 150px;
	width: 175px;
	background-image: url(../Images/striped_bg.jpg);
	
}

.banner {
	height: 150px;
	width: 799px;
	float: left;
	color: #CC0000;
}

.wineryName {
	font-size: 60px;
	text-align: left;
	padding-left: 45px;
	vertical-align: top;
	padding-top: 10px;
	color: #840701;
	font-family: "Times New Roman", Times, serif;
	background-position: top;
	margin: 0px;
}

.tagLine {
	font-size: 25px;
	text-align: right;
	padding-right: 50px;
	color: #840701;
}


.menuBar {
	background-color: #000000;
	float: left;
	height: 35px;
	width: 975px;
}

.contentBody {
    float: left;
	height: 425px;
	width: 975px;
}
.leftBox {
	background-color: #dbcac0;
	float: left;
	height: 425px;
	width: 175px;
}
.productBox {
   float: left;
   height: 425px;
   width: 680px;
}
.middleBox {
	background-color: #dbcac0;
	float: left;
	height: 395px;
	width: 320px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.rightBox {
	background-color: #FF6699;
	float: left;
	height: 425px;
	width: 420px;
}

img {
   height: 425px;
   width: 420px;
}

.mailBox {
   background-color: #dbcac0;
   float: right;
   height: 425px;
   width: 800px;
}

#description {
   height: 425px;
   width: 640px;
}
