@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: #666666;
	background-image: url(images/background.jpg);
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #9F9679;
	background-image: url(images/small-back.gif);
} 
.twoColFixLtHdr #container #header h1 img {
	text-align: center;
	vertical-align: middle;
	padding-top: 55px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.twoColFixLtHdr #header {
	background-color: #000;
	margin: 0px;
	background-image: url(images/back-header.jpg);
	padding: 0px;
	height: 144px;
	text-align: center;
} 
.twoColFixLtHdr #container #header p img {
	padding-top: 20px;
}

.twoColFixLtHdr #container #toc {
	width: 810px;
	height: 1px;
}
.twoColFixLtHdr #container #pics {
	height: 200px;
	width: 800px;
}


.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #625B46;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	font-style: italic;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #9F9679;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #870217;
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}
.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;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2F2D21;
	font-style: italic;
	margin-top: 25px;
}
h3 {
	font-size: 12px;
	color: #8B0024;
}

.twoColFixLtHdr #container #header p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 3px;
	letter-spacing: 0.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #573722;
	background-repeat: repeat;
}
.white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.redtitle {
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #8B010E;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	font-style: italic;
}
.twoColFixLtHdr #container #contact {
	width: 800px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container .addthis_button img {
	padding-bottom: 20px;
}

.twoColFixLtHdr #container #contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	margin-left: 0px;
	padding-left: 0px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer p a {
	color: #FFF;
}
.whitesmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 p .white {
}
.redbutton {
	background-image: url(images/red-button.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	display: inline-table;
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent p font strong img {
	border: thin ridge #100F0B;
	margin-right: 20px;
}
.browntext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #573722;
}
.nametitle {
	font-size: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #3D3829;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent p img {
	margin-right: 15px;
}
.twoColFixLtHdr #container #mainContent .nametitle a {
	color: #643622;
}
.twoColFixLtHdr #container #mainContent p a {
	font-weight: bold;
	color: #0C0B07;
}

