@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container {
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#about_slideshow {
	height: 444px;
	width: 296px;
	float: left;
}
#rollover {
	float: left;
	padding-left: 27px;
	padding-right: 26px;
	margin-top: 130px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}
/* ---- MENU BAR ---- */
#menu_bar {
	float: left;
	padding-top: 42px;
	padding-bottom: 34px;
}
#main_picture {
	padding-top: 8px;
	clear: left;
}

/* ---- FOOTER ---- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	clear: both;
}
#footer a {color:#666;}
#footer a:visited {color:#666;}
#logo {
	float: left;
	width: 266px;
}
.oneColFixCtr #mainContent {}
#bottom {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #CACACA;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	clear: both;
	letter-spacing: 3px;
}
#page_content {
	float: left;
	padding-left: 20px;
	padding-top: 25px;
	height: 415px;
	width: 629px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 17px;
	padding-right: 20px;
	text-align: justify;
}
#full_page_content {
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	height: 440px;
	width: 923px;
	color: #666;
	padding-right: 20px;
	text-align: justify;
	border: 2px solid #000;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
}
.hidden {
	visibility:hidden;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	letter-spacing: 1px;
}
#content_column {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-top: 150px;
	color: #CCC;
}
.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 32px;
	color: #000;
	letter-spacing: 1px;
}
#gentlemen_slideshow {
	float: left;
	width: 296px;
	height: 444px;
}
.heading-2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#contact_form {
	float: right;
	width: 360px;
	height: 400px;
	position: relative;
	top: -20px;
}
