@charset "UTF-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #2A0100;
	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: #333333;
	font-size: 85%;
	line-height: 125%;
}
.oneColFixCtrHdr #container {
	width: 835px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left;
}
.categories {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 400;
	font-variant: normal;
	text-transform: uppercase;
	color: #2A0101;
	margin-left: 145px;
}
.oneColFixCtrHdr #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. */
	width: 835px;
	height: 226px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}
.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 {
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	width: 835px;
	height: 118px;
	background-image: url(images/footer.jpg);
}
.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-left: 30px;
}
#footerADDRESS {
	font-family: "Times New Roman", Times, serif;
	color: #544D37;
	margin-left: 380px;
}
.videoLinkCopy	{
	font-family: "Times New Roman", Times, serif;
	color: #544D37;
}
#videoLinks {
	top:-275px;
	left:125px;
	z-index:10;
	position:relative;
	width: 190px;
}
.oneColFixCtrHdr #container #footer .footerADDRESS {
	margin-left: 365px;
	padding-top: 8px;
}
#frame {
	height: 352px;
	width: 439px;
}
#frame_index {
	height: 552px;
	width: 439px;
}
#frameContent  {
	color: #806C2B;
	height: 260px;
	width: 178px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 220px;
	overflow: auto;
	position: absolute;
	z-index: auto;
	padding-right: 5px;
	margin-top: 55px;
	overflow-x:hidden;
	font-size: 85%;
}
#frameContent2  {
	color: #806C2B;
	height: 460px;
	width: 178px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 220px;
	overflow: auto;
	position: absolute;
	z-index: auto;
	padding-right: 5px;
	margin-top: 55px;
	overflow-x:hidden;
	font-size: 85%;
}
#frame_img {
	height: 263px;
	width: 218px;
	padding-right: 10px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 200;
	overflow: visible;
	margin-top: 35px;
}
#headline {
	margin-left: 170px;
	position: absolute;
	z-index: 250;
	margin-top: 20px;
}
#headerTAG {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 115px;
	margin-left: 350px;
	position: absolute;
}
.oneColFixCtrHdr #container #mainContent #frame #frameContent a {
	color: #90814E;
}
.oneColFixCtrHdr #container #mainContent #frame #frameContent a:hover {
	color: #990000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #frame #frameContent2 a {
	color: #90814E;
}
#frameContent2 a:active {
	color: #90814E;
}
#frameContent2 a:visted {
	color: #90814E;
}
#frameContent2 a:link {
	color: #90814E;
}
#frameContent2 a:hover {
	color: #990000;
	text-decoration: none;
}
#SingleColumn  {
	color: #806C2B;
	height: 280px;
	width: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	overflow: auto;
	position: absolute;
	z-index: auto;
	padding-right: 5px;
	margin-top: 27px;
	overflow-x:hidden;
	font-size: 85%;
}
iframe  {
	color: #806C2B;
	height: 280px;
	width: 360px;
	margin-left: 40px;
	z-index: auto;
	margin-top: 27px;
	overflow-x:hidden;
}
#leftbar {
	height: 409px;
	width: 49px;
	margin-left: 57px;
	position: relative;
	float: left;
}
#SingleColumn2  {
	color: #806C2B;
	height: 325px;
	width: 388px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	position: absolute;
	z-index: auto;
	overflow-x:hidden;
	font-size: 85%;
}

