body {
	background-color: #6379B4;
	font-family: Lucida Sans Unicode, Century Gothic, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }
a:hover { color: red; }

h1 {
	font-size: 14px;
	margin: 0px;
}

h2 {
	font-size: 10px;
	margin: 0px;
}

#header, #content, #footer {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}

#header {
	text-align: center;
	border: none;
	font-family: Lucida Sans Unicode, Century Gothic, Arial, sans-serif;
	font-size: 14px;
	color: white;
}
#header a { color: black; }
#header a:hover { color: white; }

#mid_sect { background-color: #F0F0F0; }

#content {
	background-image: url(../images/bg_baz.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

#leftCol {
	background-image: url(../images/bg_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 372px;
	height: 324px;
	text-align: right;
}
#leftCol img {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#rightCol {
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 5px;
}

#wineObj {
	height: 90px;
	margin: 0px;
}
#wineObj img {
	float: left;
	padding: 4px;
	border: none;
}
#wineObj div {
	float: right;
	height: 24px;
	clear: right;
}

#copy {
	font-size: 12px;
	text-align: left;
	height: 310px;
	overflow: auto;
}

#msg_txt {
	width: 315px;
	height: 50px;
}

#footer {
	text-align: right;
	font-size: 10px;
}