@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(graphics/bg.jpg);
	background-color:#ae974c;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	color: #FFFFFF;
	background-attachment: fixed;
	line-height: 20px;
}

.flyers {
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
flex-flow: row;
}

.issuu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row;
	width: 100%;
}

#header {
	height: 188px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: url(graphics/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
#nav {
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6a0b08;
	text-align: center;
	padding-top: 10px;
}

#footer {
	height: 56px;
	width: 775px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/end.png);
	font-size: 11px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 225px;
	line-height: normal;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#bodytext {
	background-image: url(graphics/midbg.png);
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-right: 25px;
	padding-left: 25px;
}
#calendar {
	float: right;
	width: 252px;
	text-align: center;
	background-image: url(graphics/sidemid.png);
	background-position: center;
	margin-left: 20px;
}
#calendartext {
	width: 217px;
	text-align: left;
	background-image: url(graphics/sidemid.png);
	background-position: center;
	padding-right: 10px;
	padding-left: 25px;
}

.navtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-align: center;
	background-position: center;
	font-weight: bold;
}
.black_8 {
	font-size: 8pt;
	color: #000000;
	line-height: normal;
}


H1 {
	color: #000000;
	padding: 0px;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}
.welcome_lg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.tan {
	font-size: 10pt;
	color: #e4d6b3;
}


a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ae974c;
}

.lt_gry_8 a {
	color: #D2CDC9;
	text-decoration: underline;
}

.lt_gry_8 a:hover {
	color: #FFFFFF;
}


.drk_gry_8 {
	font-size: 8pt;
	color: #3F3B3A;
}

.drk_gry_8 a {
	color: #3F3B3A;
	text-decoration: underline;
}

.drk_gry_8 a:hover {
	color: #7C1212;
}

.services_bg {
	background-image: url(../graphics/auction_services_16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.contact_bg {
	background-image: url(../graphics/contact_16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.why_bg {
	background-image: url(../graphics/why.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.calendar_bg {
	background-image: url(../graphics/auction_cal_16.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.white_9 {
	font-size: 9pt;
	color: #FFFFFF;
}

.white_9 a {
	color: #FFFFFF;
	text-decoration: none;
}

.white_9 a:hover {
	color: #D2CDC9;
	text-decoration: underline;
}
.red {
	font-size: 15pt;
	color: #7C1212;
	font-weight: bold;
	line-height: normal;
}

.pic {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 3px;
}

.pic_box {
	border: 1px solid #3F3B3A;
	margin: 3px;
}

a.dark:link {  color: #000000; text-decoration: none; font-weight:bold;}
a.dark:visited {  color: #000000; text-decoration: none}
.clear {
	clear: both;
}
