@charset "UTF-8";
* {margin: 0
   padding: 0
   border: 0
   }
body  {
	background: url(../Images/leather.jpg);
	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;
}
.twoColFixRtHdr #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C28A40;
	margin: 1em auto 0;
	text-align: left;
	border: 1px solid #000000;
} 
.twoColFixRtHdr #content {
	background: #C28A40;
}
img {
	border-width: 0px;
	border-style: 0;
}
.twoColFixRtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background: #4F2B0E;
	border: medium ridge #4F2B0E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.twoColFixRtHdr #sidebar1 h1 {
	margin-left: 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 360px 0 0; /* the right margin on this div element creates the column down the right 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 5px 0 25px;
	text-align: justify;
	background: #4F2B0E;
	border: medium ridge #4F2B0E;
} 
.twoColFixRtHdr #container #footer a {
	color: #562D0D;
}
.twoColFixRtHdr #sidebar1 h4 {
	font: 110% "Adobe Caslon Pro";
	color: #E1C796;
	margin-left: 20px;
}
.twoColFixRtHdr #container #sidebar1 li {
	list-style: none inside;
	font: 95% "Adobe Caslon Pro";
	color: #D7B36B;
	text-align: left;
	margin-bottom: 1em;
	margin-left: -18px;
}
.twoColFixRtHdr #sidebar1 h6 {
	font: 100% "Adobe Caslon Pro";
	color: #F7F1D7;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 a {
	font-family: "Adobe Caslon Pro";
	font-style: normal;
	color: #D7B36B;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	text-decoration: none;
}
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 80%;
	color: #4F2B0E;
	width: 922px;
}
#footer {
	background: #C28A40;
	width: 916px;
	border: medium ridge #4F2B0E;
	padding-top: 15px;
	padding-bottom: 15px;
}
h1 {
	font: 140% "Trajan Pro";
	color: #E1C796;
	margin-top: 1em;
}
h3 {
	font: 140% "Trajan Pro";
	color: #E1C796;
	text-align: center;
	margin-top: 1em;
}
p {
	font: 120% "Garamond";
	color: #F7F1D7;
	text-indent: 20px;
	width: 500px;
}
.twoColFixRtHdr #sidebar1 p {
	width: 325px;
	padding-right: 5px;
	padding-left: 15px;
}
a:hover {
	font: 100% "Adobe Caslon Pro";
	color: #D7B36B;
	text-decoration: underline;
}
.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;
}
span {
	margin-right: 5px;
	margin-left: 5px;
}
h2 {
	font: 120% "Adobe Caslon Pro";
	color: #E1C796;
	margin-left: 10px;
}
.twoColFixRtHdr #mainContent img {
	padding-top: 5px;
	padding-right: 6px;
}
.twoColFixRtHdr #content a {
	text-decoration: none;
	color: #F7F1D7;
	font: 110% "Garamond";
}
form {
	padding-left: 25px;
}
.twoColFixRtHdr #container #content #mainContent p a u {
	color: #8698FF;
}

