@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #89400B url(../images/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #262626;
}

#container {
	width: 733px;
	background: #FFFFFF url(../images/bkgrd.jpg);
	margin: 0 auto;
	text-align: left;
this overrides the text-align: center on the body element. 
}

#header {
}

#header ul {
	margin: 0px;
	padding: 0px;
	width: 733px;
	list-style: none;
	background: url(../images/nav.jpg) no-repeat;
	height: 35px;
}

#header ul a {
	line-height: 35px;
	display: block;
	padding: 0px 20px;
	font-size: 0.8em;
}

#header ul a:link, #header ul a:visited {
	color: #333333;
	text-decoration: none;
}

#header ul a:hover, #header ul a:active, #header ul a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#header ul li {
	float: left;
}

#mainNav {
	background: url(../images/nav.jpg) no-repeat;
	height: 35px;
}

#mainContent {
	margin: 0 200px 0 0;
	padding: 0 20px;
}

#mainContent h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #673301;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 20px;
}

#mainContent h2 {
	font-size: 0.8em;
	color: #673301;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
}

#mainContent p {
	font: 0.8em/1.5 Georgia, "Times New Roman", Times, serif;
}

#sidebar1 {
	float: right;
	width: 188px;
	font-size: 0.8em;
	color: #FFFFFF;
}

#sidebar1 h3 {
	background: url(../images/sidebar.jpg) no-repeat;
	height: 42px;
	margin: 0px;
	font-size: 1em;
	padding-top: 8px;
}

#sidebar1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 188px;
	margin-right: -10px;
}

#sidebar1 li {
	background: url(../images/button-off.gif) no-repeat;
	margin-bottom: 5px;
	width: 185px;
}

#sidebar1 ul a {
	display: block;
	height: 30px;
	width: 185px;
	line-height: 30px;
	padding-left: 10px;
}

#sidebar1 a:link, #sidebar1 a:visited {
	color: #673301;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 30px;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	padding: 0 10px 0 20px;
	background:#333333;
	font-size: .7em;
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	line-height: 1.5;
}
#footer a:link, #footer a:visited {
	color: #FFCC00;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FF9900;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {  
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a img {
	border-style: none;
}
#mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}


.centered {
	text-align: center;
}

a {
}
a:link {
	color: #006699;
}
a:visited {
	color: #990066;
}
a:hover {
	color: #673301;
}
a:active {
	color: #B3752C;
}
