@charset "utf-8";
/* CSS Document */

body {
	background-color: #CF9D00;
	background-image: url(../images/abc_bg4_small.jpg);
	background-repeat: no-repeat;
}

.mainpane {

}

#textjointhebreadman {
	padding-top: 10px;
	padding-left: 10px;
}
#mainpanetext {
	font-size: 13px;
	font-family:tahoma, arial, verdana, sans-serif;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 20px;
}
.wineshdr1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	font-style: italic;
}

.wineshdr2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-style: normal;
	text-align: center;
}

.wineslst {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: center;
	background-image: url(../images/wine-glass-pour.png);
	background-repeat: no-repeat;
	background-position: center center;
} 

.wineslst li {
	list-style-type:none;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 15px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
} 

.winestextright {
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}

