@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 99%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c6b6ae;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	border-bottom: 1px dotted #191919;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #flashcontent {
	background-color: #c6b6ae;
	width: 100%;
	height: 668px;
}

.oneColFixCtrHdr #mainContentPage1 {
	height: 668px;
	background: white center center;
	color: #9a8277;
}

.oneColFixCtrHdr #mainContentPage2 {
}

.oneColFixCtrHdr #mainContentPage3 {
	background-position: center center;
	height: 668px;
	overflow: auto;
}

.oneColFixCtrHdr #biography {
	width: 480px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	color: #6a5952;
}

#jimsalvatiMug {
	margin-right: 10px;
	border: 4px solid #998277;
}

h4 {
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #c6b6ae;
}
h2 {
	font-size: 11px;
	color: #c6b6ae;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}

.oneColFixCtrHdr #biography {
	width: 480px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	color: #6a5952;
}

/* @group Footer */

.oneColFixCtrHdr #footer {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	background-color: #191919;
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.oneColFixCtrHdr #footer a {
	color: #c6b6ae;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #f6e4db;
	text-decoration: none;
}

#copyright {
	color: #191919;
	font-size: 9px;
	letter-spacing: 3px;
	margin: 7px;
}

/* @end */
