/* main overrides */
body {
	margin: 25px;
	background-color: #F1E6B1;
	background-image: url(images/bg.gif);
}
ul {
	margin: 0px;
	margin-left: 10px;
}
ul li {
	line-height: 11pt;
	list-style: none;
}

/* main cell (below header) */
.maincell {
	border: 1px solid #000;
	background-color: #fff;
}

/* table cell where text will go */
.textcell {
	border-right: 1px solid #000;
	border-top: 10px solid #000;
	border-left: 10px solid #000;
	padding: 10px;
	background-color: #fff;
}

/* right cell (wine bottle) */
.rightcell {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

/* footer cell */
.footercell {
	padding: 10x;
	text-align: center;
}

/* fonts and stuff */
.text {
	font-family: Georgia,serif;
	font-size: 8pt;
	color: 000;
}
.text h1 {
	font-weight: bold;
	color: #900;
	font-size: 18pt;
	text-align: center;
}
.text a {
	color: #900;
	text-decoration: underline;
}
.text a:hover {
	color: #360;
	text-decoration: underline;
}

.footer {
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color: #333;
}

/* map from mapquest picture  */
.map {
	border: 1px solid #000;
}