@charset "UTF-8";
body  {
	font: normal 12px/125% Verdana, Arial, Helvetica, sans-serif;
	background: #441D20;
	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: #422C2D;
}
h1 {
	font: normal 30px/26px "Trebuchet MS", Arial, helvetica, sans-serif;
	margin: 00px;
	padding: 0px;
}
h3 {
	font: bold normal 14px "Trebuchet MS", Arial, helvetica, sans-serif;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: none;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEDDC1 url(images/sidebar.jpg) repeat-y left top;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #110303;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	font-style: normal;
} 
#header {
	padding: 0px;  /* 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. */
* using padding instead of margin will allow you to keep the element away from the edges of the div */
; 		margin: 0px;
}
#header li a {
	list-style: none;
	text-decoration: none;
	color: #442D26;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 15px;
}
#header li {
	float: right;
	list-style: none;
	display: block;
	border-right: thin none #330000;
	border-left: thin none #330000;
	border-top-color: #330000;
	border-bottom-color: #330000;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
	background: url(images/marbleborder-nav.jpg) repeat-x left;
	font-weight: normal;
}
#headerul {
	width: 780px;
	background: url(images/marbleborder-nav.jpg) repeat-x left;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0.5pt none #442D30;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	color: #EEDDC1;
}
#mainContent {
	margin: 0; /* 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: 40px 10px 20px 240px;
	font-style: normal;
} 
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F1D1A0;
	border-top: thin none #422C2D;
	border-right: thin none #422C2D;
	border-bottom: thin none #422C2D;
	border-left: thin none #422C2D;
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	border: thin none #110303;
}
#footer a:link {
	color: #422C2D;
}
#footer a:visited {
	color: #422C2D;
	text-decoration: none;
}
#footer a:hover {
	color: #422C2D;
	text-decoration: underline;
}
#footer a:active {
	color: #422C2D;
	text-decoration: none;
}
.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;
}
h2 {
	font: bold normal 18px/110% "Trebuchet MS", Arial, helvetica, sans-serif;
}
#sidebar1 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #EEDDC1;
}
#sidebar1 a:visited {
	color: #EEDDC1;
}
#sidebar1 li {
	list-style: square url(none) outside;
	color: #EEDDC1;
}
hr {
	color: #441D20;
	font-size: 1px;
	font-style: normal;
	margin: 20px 0px;
}
h4 {
	font: bold normal 14px "Trebuchet MS", Arial, helvetica, sans-serif;
}
h5 {
	font: bold 12px "Trebuchet MS", Arial, helvetica, sans-serif;
}

