@charset "UTF-8";
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #600;
	letter-spacing: 0.1em;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	float: right;
} 
.thrColFixHdr #headerTop {
	height: 75px;
	width: 850px;
	float: right;
}
.thrColFixHdr #headerNav {
	height: 25px;
	width: 850px;
	float: right;
}
#MainBox {
	background-image: url(BG.jpg);
	height: 660px;
	width: 850px;
	float: right;
}
.thrColFixHdr #BG_Note {
	background-image: url(BG_note.jpg);
	float: right;
	height: 575px;
	width: 660px;
	margin-top: 30px;
	margin-left: 95px;
	border: 1px solid #000;
	margin-right: 95px;
}
.thrColFixHdr #BG_Standard {
	background-image: url(BG_standard.jpg);
	float: right;
	height: 500px;
	width: 590px;
	margin-top: 30px;
	margin-left: 95px;
	border: 1px solid #000;
	margin-right: 95px;
	padding: 35px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 35px;
	margin-bottom: 25px;
}
#BlackWaterMenu {
	float: right;
	width: 195px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 550px;
	height: 550px;
	margin-top: 35px;
	margin-right: 35px;
}
.thrColFixHdr #footer {
	padding: 0;
	background-color: #000;
	height: 25px;
	text-align: center;
} 
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	letter-spacing: 0.05em;
	text-align: justify;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.1em;
}
.thrColFixHdr #NoteBox {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* padding keeps the content of the div away from the edges */
	height: 450px;
	margin-top: 45px;
	margin-right: 5px;
}
#BlackWaterPubInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
	text-align: right;
	width: 195px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button {
	margin-top: 5px;
}
#PurchaseTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCC;
	letter-spacing: 0.05em;
	text-align: center;
	width: 195px;
	padding-top: 35px;
	padding-bottom: 10px;
}
.thrColFixHdr #BlackwaterMain {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* padding keeps the content of the div away from the edges */
	background-image: url(BG_blackwater.jpg);
	height: 480px;
	border: 1px solid #000;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 35px;
}
.thrColFixHdr #BG_Contact {
	background-image: url(BG_standard.jpg);
	float: right;
	height: 500px;
	width: 590px;
	margin-top: 30px;
	margin-left: 95px;
	border: 1px solid #000;
	margin-right: 95px;
	padding: 35px;
}
#ContactInner {
	height: 494px;
	width: 584px;
	border: 3px double #333;
	background-image: url(BG_contact.jpg);
	text-align: center;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 18px;
}
.addressbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #036;
	letter-spacing: .1em;
}
