@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;
}
html {

		height: 100%;

		overflow: hidden;

	}
/* end hide */
#container{
}
}
#header { background-image: none; background-position: center; height: 32px;
}
#menu { font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #333; text-align: center; width: 100%; height: 100%; margin-bottom: 0; padding-top: 6px; padding-bottom: 6px; }
#menu a { color: #c6b6ae; text-decoration: none; }
#menu a:hover { color: #ffc; text-decoration: none; }

	}
#botcenter { color: #9a8277; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: center; word-spacing: 2px; letter-spacing: 2px; margin: 5px; }
h4 {
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #AA958B;
}
h2 {
	font-size: 11px;
	color: #AA958B;
}
.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 {
	background: #c6b6ae url(../images/Jim-Salvati.png) no-repeat center center;
	border-bottom: 1px dotted #9a8277;
	height: 40px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}

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

.oneColFixCtrHdr #mainContentPage2 {
	height: 615px;
	background: none no-repeat center center;
}

.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;
}

/* @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 */

