@charset "UTF-8";
/* CSS Document */

.twoColFixLtHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #330000;
	text-align: left;
	margin-right: auto;
	margin-top:25px;
	margin-bottom: 0;
	margin-left: auto;
	width: 760px;
} 
.center {
	text-align: center;
}
.outlineimgwith10pxmargin {
	margin: 10px;
	border: 1px solid #000000;
}

.leftimg {
	float: left;
	border: 1px solid black;
	margin: 8px;
}

.rightimg{
	float: right;
	border: 1px solid black;
	
}

body  {
	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: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #e6ece3;
	background-image:url(../images/elements/1px_e6ece3.jpg);
	background-repeat:repeat;


}
.twoColFixLtHdr #header {
	background: #ffffff;  /* 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. */
	margin-bottom: 60px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

h2 {
	font-size: 18px;
	margin: 0px;
}
	
p {
margin-top:0px;
}


.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 */
	color: #660000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
		margin-left: 35px;

}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 225px;
	color: #660000;
	font-size: 13px;
	line-height: 25px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 450px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}
.twoColFixLtHdr #rightPhotoOption {
	width: 280px;
	float: right;
}
.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;
}


.fltrtborder { /* 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;
	border:#000000;
	border-width:1px;
	border-style:solid;
	margin-left:10px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltleftborder { /* 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: left;
	border:#000000;
	border-width:1px;
	border-style:solid;
	margin-right:10px;
}


.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;
}
.footer-pics
{
	border-top: #660000 solid 7px;
	padding: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	height: 80px;
	
}

.index-bottom
{
	border: 1px solid black;
	margin: 6px; 
}



#footer a:link {
	color:#FFFFFF;
	text-decoration: none;	
}

#footer a:visited {
	color: #ECECEC;
}


#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 11px;
	margin-right: 11px;
	margin-left: 11px;
}

.navtext {
	float:none;
	margin-right:25px;
	margin-left:25px;
	text-align: center;
	display: inline;	
	}
	
	.navtext a {
	text-decoration:none;
	}
	
	.navtext a:hover {
	text-decoration: underline;
}
	
.smallprint {
	font-size: 10px;
	color: #7F9076;
	font-family: Arial, Helvetica, sans-serif;
}
.smallprint a {
	color: #7F9076;
	text-decoration: underline;
}



#hobbitchair {
	background-image:url(../images/elements/hobbit-chair.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	overflow: visible;
	width: 450px;
}
.floatingContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
	color: #330000;
}
.grayborder1px {
	border: 1px solid #333333;
	color: #333333;
}


.imgNegative20px {
	margin-left: -20px;
	padding-right: 10px;
}


.formlabels {
	font-size: 11px;
}

