body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fee194;
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
}
a:link, a:visited, a:hover, a:active {
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 752px;
}
#container {
	text-align: left;
	width: 752px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
	background-color: #ffffff;
	background-image: url(/images/left_column_bg.gif);
	background-repeat: repeat-y;
}
.mainHeader {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.mainHeader span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index :1;
}
#mainh1, #mainh1 span {
	height: 89px;
	width :752px;
	margin-left: 1px;
	background-image:  url("/images/main_header.gif");
}
#topNavigation {
	width: 752px;
	height: 25px;
	background-image: url(/images/nav_header.jpg);
	background-repeat: no-repeat;
	background-color: #835136;
}
#topNavigation ul, #footer ul {
	margin: 0px;
	padding: 0px;
}
#topNavigation li, #footer li {
	display: inline;
	list-style-type: none;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#topNavigation a:link, #topNavigation a:visited, #topNavigation a:hover, #topNavigation a:active {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
#leftNavigation {
	float: left;
	width: 192px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A49E7B;
	border-left-color: #84794D;
	background-color: #D0CCB3;
	background-image: url('/images/left_nav_bg.png');
	background-repeat: repeat-x;
}
#leftNavigation ul {
	margin: 0px;
	padding: 10px 0px 10px 20px;
}
#leftNavigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainContent {
	float: left;
	width: 538px;
	padding: 10px 10px 10px;
	/*background-image: url(/images/main_content_watermark.jpg);*/
	/*background-repeat: no-repeat;*/
}
#footer {
	height: 25px;
	background-color: #000000;
	background: url('/images/footer.png');
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.topLink {
	color: #fee193 !important;
}

img.cigar-clipped {
	clip: rect(0px 70px 200px 0px);
	position: absolute;
}
