/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Navigation {
	margin: 0px;
	padding: 0px;
}

#Container{
	margin: 0px;
	height: 650px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(jpgs/winepour.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.Content{
	margin: 0px;
	font-size: 13px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 50px 100px 150px;
}

/************** #Footer styles ***************/

#Footer{
	padding: 5px 10px;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: .25em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339900;
}
.wineDescriptions {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.contactForm {
	font-size: 10px;
	line-height: 12px;
}
.soldout {
	color: #FF0000;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
.hours {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
