﻿/* BASIC ELEMENTS */

* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
	text-align:left;
	background-color:#f6efdd;
}
p, ol {text-align:left;padding-bottom:12px;}
ul {
	list-style-type:disc;
	padding-right:25px;
	padding-left:35px;
	text-indent:0;
    margin-bottom:12px; 
}	
li {margin-bottom:12px;}	
h1 {
	font-weight:bold;
	font-size:14px;
    margin-bottom:10px; 
	/*line-height:18px;*/
	color:#b76631;
	text-align:left;
}
h2 {
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
    margin-bottom:5px; 
	text-align:left;
	color:#000;
}
a:link {
	font-family:verdana, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#555;
	/*line-height:18px;*/
}
a:visited {
	font-family:verdana, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#555;
	/*line-height:18px;*/
}
a:hover, a:active { 
	font-family:verdana, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#aaa;
	/*line-height:18px;*/
}
hr {
	border:0px;
	color:#000;
	background-color:#000;
	height:1px;
	margin-bottom:10px;
}
img {border:0px;}
.pic_r img {float:right;border:0px;padding-left:15px;}
.pic_l {border:0px;float:left;padding-right:15px;}
#container {
	width:780px;
	margin:0px auto;
	text-align:left;
	position:relative;
	background-color:#fff;
}
#header {
	width:780px;
	height:117px;
	text-align:center;
}
#content {
	width:740px;
	background-color:#fff;
	padding:30px 20px 20px 20px;
	margin:0px;
}
#navigation {
	background-image:url('images/nav_bkgd.jpg');
	background-repeat:repeat-x;
	width:780px;
	height:23px;
	text-align:center;
	/*margin-top:30px;
	text-align:left;*/
}
/*#navigation {
	background-image:url('images/bkgd_nav.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:40px;
	margin:0px;
	text-align:left;
	height:399px;
	width:155px;
	float:left;
}*/
#footer {
	font-size:9px;
	color:#000;
	/*color:#634f29;*/
	margin:0px;
	padding-top:20px;
	text-align:left;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
