body {
	background-color:#000;
	font-family: "Arial Narrow", Arial, sans-serif;
	color:#FFF
}
.liquorPair {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #900;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	background-image: url(/images/pageelements/h1bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 24px;
	padding-top:5px;
	padding-left:35px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#contentArea {
}
#top {
	background-image: url(/images/pageelements/topBannerAndMenuBar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:123px;
	height:120px;
	padding-left:176px;
}
#main {
	min-height: 300px;
	text-align: left;
	width:930px;
	padding:15px;
}
#bottom {
	background-image: url(/images/pageelements/bottomBanner.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:112px;
	padding-bottom:20px;
	/*min-height:120px;*/

}
#leftPanel {
	width:75%;
	float:left;
}
.cigarName {
	font-weight: bold;
}

#rightPanel {
	width:25%;
	float:left;
	font-size:smaller;
}
.footnote {
	font-size: x-small;
}

a:link {
	font-weight: bold;
	color: #C00;
	text-decoration:none;
}
a:visited {
	font-weight: bold;
	color: #C00;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color:#F60;
	text-decoration:none;
}
th {
	color: #FFF;
	background-color: #200;
	text-align: left;
}
.cigarDescription {
	font-style: italic;
}
