@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}
#container #menulayer {
	color: #C69;
	background-color: #000;
	height: 20px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A27271;
	border-right-color: #A27271;
	border-bottom-color: #A27271;
	border-left-color: #A27271;
}

.oneColFixCtrHdr #header {
	background-color: #000;
	background-image: url(pagephotos/toplogo.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ECC0A7;
}
.oneColFixCtrHdr #mainContent {
	color: #7A685C;
	background-color: #000;
	border: 2px solid #A27271;
	font-size: 14px;
	line-height: 20px;
	background-image: url(pagephotos/shoes3.jpg);
	background-repeat: no-repeat;
	background-position: 550px 0px;
	padding-top: 0;
	padding-right: 160px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: normal;
}
blockquote h3 {
	color: #C2050C;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}

.oneColFixCtrHdr #footer {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
	background-image: url(pagephotos/bottomlogo.jpg);
	background-repeat: no-repeat;
	color: #9C7379;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}#footer p a {
	color: #D20010;
}
blockquote h1 {
	font-size: 18px;
	color: #DFB79D;
}
#menulayer a {
	color: #C9ACB0;
}
#mainContent blockquote p a {
	color: #74675F;
}
blockquote h3 a {
	color: #DFB79D;
}
blockquote table tr td div a {
	color: #DFB76F;
}
blockquote h2 a strong {
	font-size: 16px;
	color: #C2ACA1;
}
p strong em {
	text-decoration: blink;
}

