@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AD0042;
	background-color: #000;
	background-image: url(images/goldtile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header {
	height: 378px;
	background-image: url(images/goldTileLeaves.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

.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 */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/goldTileLeaves.jpg);
}

.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 */
}

body,td,th {
	color: #FFF;
}

.menuLink {
	margin: 1px;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 62px;
}

.bannerQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 25px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.layer1 {
	margin: 0;
	padding: 0;
	width: 500px;
	text-align: center;
}

.reviewBody {
	margin-right: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AD0042;
	border-right-color: #AD0042;
	border-bottom-color: #AD0042;
	border-left-color: #AD0042;
	margin-left: 30px;
}
.reviewBodyLeft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AD0042;
	border-right-color: #AD0042;
	border-bottom-color: #AD0042;
	border-left-color: #AD0042;
	margin-left: 50px;
	margin-right: 5px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.reviewName {
	font-weight: bold;
	color: #FF9BC0;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #C33;
}
a:active {
	color: #000;
}.menu {
}
.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #C8BA91;
}
.imagelink {
	text-decoration: none;
}
