/* Default CSS Document */

/* BODY ELEMENTS */
* {
margin: 0;
padding: 0;}
	
body {
color: #333;
background:url(images/bg.gif) repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: .75em;
text-align: center;}

h1{
color:#89773b;
font-size:18px;
padding:20px 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
text-decoration:underline;}

h2{
color:#a92510;
font-size:16px;
padding:10px 0 5px 0;
font-family:"Times New Roman", Times, serif;
text-align:center;}

a {
color:#93411c;
text-decoration:none;}

/* MAIN CONTAINERS */
div#header{
background:url(images/header_bg.gif) repeat-x;
width:100%;
height:117px;}

div#container {
width: 760px;
margin: 0 auto;
text-align: left;}

div#leftcolumn {
float:left;
width: 226px;}	

div#content {
margin: 0 0 0 226px;
background-color:#efead8;
border-left:1px solid #aaa182;
border-right:1px solid #aaa182;
border-bottom:1px solid #aaa182;
padding-bottom:30px;}
	p {
	padding: 10px 5px 10px 20px;
	line-height:21px;}
	p strong{
	color:#a92510;}

div#list{
width:500px;
padding:10px 0 0 30px;}
	li{
	list-style:inside;
	line-height:18px;}
	div#floatlist{
	width:160px;
	float:left;
	padding-bottom:20px;}

div#contactinfo {
clear:both;
width:400px;
height:75px;
margin:0 auto;
padding:20px 0 0 0;
border:1px solid #aaa182;
background:#f8f3e0;}
	address{
	float:left;
	width:200px;
	font: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	text-align:center;
	line-height:18px;}
	address strong {
	color:#a92510;}

div#footer {
clear: both;
margin-left:250px;
margin-top:10px;
font-size:10px;}

/* IMAGE ELEMENTS */
.right {
float:right;
margin:15px 20px 0 5px;
padding:0;
border:1px solid #aaa182;}

/* Custom */
div.clear {
clear:both;}
