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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, serif;
	font-size: 100%;
	background-color: #604638;
	background-image: url(images/mainbg1.gif);
	background-repeat: repeat-x;
}
#container {
	width: 1008px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #604638;
	background-image: url(images/mainbg1.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 36px;
	background-image: url(images/leftbg2_thin.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 450px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 516px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/rightbg1.gif);
	background-repeat: no-repeat;
	padding-top: 386px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	height: 450px;
}
ul {
	font-size: 18px;
	color: #c5b8b2;
	padding-top: 0px;
	list-style-type: none;
	padding-left: 0px;
}
a {
	color: #c5b8b2;
	text-decoration: none;
}
a:hover {
	color: #c5b8b2;
	text-decoration: underline;
}
a:active {
	color: #c5b8b2;
	text-decoration: none;
}
a:visited {
	color: #c5b8b2;
	text-decoration: none;
}
li {
	padding-top: 32px;
}
#sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 516px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/rightbg2.gif);
	background-repeat: no-repeat;
	padding-top: 179px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	height: 450px;
}
#contentarea {
	background-color: #FFFFFF;
	border: 2px solid #c5b8b2;
	margin-top: 32px;
	width: 408px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#mainContent ul {
	text-align: right;
	margin-right: 9px;
}
#contentarea ul {
	margin-top: 0px;
}
#contentarea li {
	color: #462816;
	font-size: 16px;
	line-height: 22px;
	padding-right: 108px;
}
#contentarea a {
	color: #462816;
	text-decoration: none;
}
#contentarea a:hover {
	color: #462816;
	text-decoration: underline;
}
#contentarea a:active {
	color: #462816;
	text-decoration: none;
}
#contentarea a:visited {
	color: #462816;
	text-decoration: none;
}
#mainContent li {
}
.quotesource {
	font-size: 85%;
	color: #604638;
}
#mainContent {
	margin-top: 0;
	margin-right: 540px;
	margin-bottom: 0;
	margin-left: 36px;
	padding-top: 36px;
}
.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;
}
#contentarea p {
	line-height: 22px;
	padding-bottom: 12px;
}

