body {
	background-color: #FFFFCC;
}

#container {
	margin: 0 auto;
	width: 780px;
	height: 500px;
}

#header {
	width: 780px;
	height: 90px;
	background-image: url(img/logo.jpg);
	background-position: bottom;
}

#menu {
	height: 22px;
	padding: 0px;
}

#content {
	background-color: #FFFFFF;
	float: none;
	width: 778px;
	height: 400px;
	border-left: solid 1px #DCD7C4;
	border-right:  solid 1px #DCD7C4;
	margin-bottom: 0px;
	overflow: auto;
}

#footer {
	width: 780px;
	height: 20px;
	background-image: url(img/footer.jpg);
	margin-top: 0px;
	text-align:center;
}

.subMenu {
	display: block;
	width: 195px;
	height: 22px;
	float: left;
	padding: 0px;
}

.subMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	width: 195px;
	overflow: hidden;
}

.subMenu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	width: 195px;
	border-bottom: 1px solid #000000;
	font-size: 10px;
}

.subMenu a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
	display: block;
	line-height: 22px;
	width: 195px;
	background-color: #DCD7C4;
	margin: 0px;
}
.subMenu a:hover {
	background-color: #999999;
}

.intSubMenu {
	display: none;
	position: absolute;
	width: 195px;
	overflow: hidden;
}

.footing {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	line-height: 20px;
}

a {
	color: #CC0000;
}

a:hover {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

li a {
	padding-left: 10px;
	}
	/*
	width: 175px;
	margin: 0px;
}*/

li {
	margin: 0px;
	/*
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	*/
}

.menuTitle {
	margin-top: 2px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 2px;
	width: 195px;
	color: #CC0000;
}

.wineDescription {
	width: 740px;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	margin-bottom: 36px;
	margin-top: 10px;
}

.wineDescription p {
	margin-left: 40px;
	margin-right: 40px;
}

.wineName {
	width: 250px;
	height: 18px;
	background-color: #DCD7C4;
}

.wineName a {
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
}

.wineName a:visited {
	color: #CC0000;
}

.wineApp {
	float: right;
	width: 280px;
	height: auto;
	background-color: #DCD7C4;
	text-align:right;
}

.wineApp a {
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
}
.wineApp a:visited {
	color: #CC0000;
}

.sectionDescription {
	width: 740px;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	margin-bottom: 36px;
	margin-top: 10px;
}

.sectionDescription p {
	margin-left: 40px;
	margin-right: 40px;
}

.sectionName {
	width: 250px;
	height: 18px;
	background-color: #DCD7C4;
}

.sectionName a {
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
}

.sectionName a:visited {
	color: #CC0000;
}
