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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #27222E;
}
ol {
	font-size: 75%;
	color: #27222E;
	line-height: 1.5em;
	background-color: #D6D6D7;
	margin: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
h4 {
	color: #B3A69D;
	font-style: italic;
}
p {
	font-size: 75%;
	color: #27222E;
	line-height: 1.5em;
	background-color: #D6D6D7;
	margin: 0px;
	padding: 20px;
}

h1 {
	font-size: 140%;
	color: #fff;
	padding-top: 15px;
}
#text a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 88px;
	margin: 0px;
	float: left;
	width: 750px;
}
#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 */
}
#mainContent2 {
	float: left;
	width: 750px;
	background-color: #27222E;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #27222E;
}
#mainContent {
	float: left;
	width: 750px;
	background-color: #27222E;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #27222E;
	margin: 0px;
	padding: 0;
	height: 400px;
}
#text {
	margin: 0px;
	float: left;
	width: 710px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #27222E;
	text-align: left;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #D6D6D7;
}
#footer  {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 50px;
	float: left;
	width: 750px;
	padding-top: 40px;
	font-size: 75%;
	color: #D6D6D7;
	background-color: #27222E;
	margin: 0px;
}
strong {
	color: #27222E;
}

#menu {
	float: left;
	width: 750px;
	background-color: #D6D6D7;
}
html {
	background-color: #000000;
}
.oneColFixCtrHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.imageleft {
	padding-right: 20px;
	padding-bottom: 20px;
}
#gallist {
	line-height: 2em;
	margin: 0px;
	background-color: #D6D6D7;
	padding: 0px;
}
h6 {
	font-size: 75%;
	font-weight: bold;
	color: #D6D6D7;
	text-decoration: none;
	text-align: right;
	margin-top: -37px;
}
h6 a {
	font-weight: bold;
	color: #D6D6D7;
}
#newtext {
	margin: 0px;
	float: left;
	width: 710px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #D6D6D7;
	text-align: left;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #D6D6D7;
}

