@charset "UTF-8";
/* CSS Document */


body {
	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;
	font-size: 100%;
	background-color: #1C1B17;
	background-image: url(images/index/bg.png);
	margin-left: 0%;
	margin-right: 0%;
	background-repeat: repeat-y;
	background-position: center;
}
p {
}
.oneColFixCtrHdr #container {
	width: 1008px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/index/AntiquesStart_01.jpg);
	background-repeat: no-repeat;
	height: 198px;
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer{
	height: 45px;
	background-image: url(images/footer/footer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0B9A4;
}
.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 2px;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFBF0;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	letter-spacing: 2px;
}
.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #C3BE6F;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	letter-spacing: 2px;
}
.links {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
}
.links:hover {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #C3BE6F;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.nav1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #C3BE6F;
	text-align: right;
	padding: 0px;
	letter-spacing: 2px;
	margin: 0px;
}

