@charset "UTF-8";
.thrColFixHdr #header {
    color:#F0C4B4;
}
#btm_rt_txt {
    color:#F0C4B4;
}
a:link {
    color:#F0C4B4;
}
a:visited {
    color:#F0C4B4;
}
a:hover {
    color:#F0C4B4;
}
a:active {
    color:#F0C4B4;
}
.nav {
    color:#F0C4B4;
}
.75percent_of_size {
    color:#F0C4B4;
}
p, h1 {
    color:#F0C4B4;
}
.75percent_of_size {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	text-align: left;
	margin: 25px 0px 0px 25px;
	padding-left: 0px;
	left: 10px;
	width: 269px;
	height: 121px;
} 
.thrColFixHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 350%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 75px 0px 5px 20px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#btm_rt_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	position: absolute;
	height: 140px;
	width: 300px;
	top: 390px;
	right: 120px;
	font-style: italic;
}
.thrColFixHdr #mainContent {
	margin: 24px 280px 0 224px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 25px 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	height: 50px;
	position: relative;
} 
.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 */
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 8px;
	letter-spacing: 0.05em;
	line-height: 150%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 4px;
	color: #815B59;
	font-size: 100%;
	font-weight: normal;
	line-height: 175%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #7A4D3D;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:visited {
	text-decoration: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.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;
}
.thrColFixHdr #footer-botm {
	padding: 0 10px 0 20px;
	height: 50px;
	position: absolute;
	top: 500px;
}
#bkgd-long {
	background: url(img/smooth_face.jpg) no-repeat right top;
	position: absolute;
	width: 780px;
	top: 0px;
}
#bkgd-index {
	background: url(img/smooth_face.jpg) no-repeat right top;
	top: 0px;
	width: 780px;
	height: 500px;
}
