@charset "utf-8";
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: #333333;
	background-color: #851313;
	background-image: url(images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 1.5em;
}

#container {
	width: 967px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 

#header {
	height: 206px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 170px;
	padding-left: 20px;
	border: 1px solid #000000;
	background-color: #f5e6be;
	margin-top: 15px;
	margin-left: 9px;
	background-image: url(images/tea.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 20px;
}

.divider {
	color: #C85A11;
	letter-spacing: .05em;

}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a, a:link, a:hover, a:visited {
	color: #AF1616;
} 

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #016D5A;
	line-height: 1.2em;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	color: #AF1616;
}

h3 {
}

.picright {
	background-color: #F9EED2;
	padding: 7px;
	margin-left: 20px;
	border: 1px solid #000000;
}

.picleft {
	background-color: #F9EED2;
	padding: 7px;
	margin-right: 20px;
	border: 1px solid #000000;
}

.pic {
	background-color: #F9EED2;
	padding: 7px;
	border: 1px solid #000000;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #AF1616;
}

#footer {
	padding: 0 10px 0 20px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 

#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 */
	font-size: 70%;
	color: #F5E6BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer p a {
	color: #F5E6BE;
}

#footer p a:link {
	color: #F5E6BE;
}

#footer p a:hover {
	color: #F5E6BE;
}

#footer p a:visited {
	color: #F5E6BE;
}

.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;
}

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDAA89;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BDAA89;
}

#navlist li a {
	text-decoration: none;
	color: #AF1616;
}

#navlist li a:hover {
	text-decoration: none;
	color: #FF8000;
}
