html { width: 100%; background-color: #f5f4ef; text-align:center; color: #473706; } 
body { font-family: "Verdana","sans-serif"; 
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.75em;

padding: 0; height: 2000px; overflow:hidden; } 
a, #footer { text-decoration:none; color: #867b5b; }
a:hover { color: #cb1313; }
#nav .active a { color: #cb1313;}
#nav { font-size: 1.5em;   }
#content { padding: 30px; width: 800px; background-color: white; margin: auto; height: 100%; text-align: left;  } 
#logo_container { position: absolute; bottom: 0px; }
#logo_container { left: 10px; } 
#logo { background-image: url(../images/logo.png); height: 200px; width: 576px; }
ul.list li {list-style:disc; margin-left:20px;}
ol li {list-style:decimal; margin-left:30px;}
p { margin: 10px 0px 10px 0px; }
h1 { margin-bottom: 10px; font-weight:bold; }
#tagline { padding-bottom: 20px; }
#inner { width: 400px; margin-left: 400px; }
#sidebar { float: left; font-size: 1em; width: 300px;}
#testimonials { color: #867b5b; margin-top: 30px; text-align:justify;}
#testimonials h2 { font-weight:bold; }
#footer { text-align:right; width:100%; font-size: .65em; padding-top:30px; }
strong { font-weight: bold; }

/**slideshow stuff**/
.slide {
	margin-left: 0px;
	position: absolute;
	top: 100;
	width: 300px;
	height: 150px;	
}

