body { 
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
background-color: #eeece1;
color: black;
background-repeat: no-repeat;
background-position: top-left;
}

ul {
font-size: small;
}

div#leftbar {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
width: 200 px;
margin-left: 10px;
margin-top: 230px;
margin-bottom: auto;
height: 100%
padding: 5px;
float: left;
}

div#content { 
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
width: 400px;

margin-right: 30px;
margin-left: 75px;
margin-top: 230px;
margin-bottom: auto;
height: 100%;
padding: 5px;
float: left;
}
 
div#sidebar {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
float: left;
font-size: small;
color: black;
width: 200 px;
margin-right: auto;
margin-top: 230px;
margin-bottom: auto;
height: 100%;
padding: 3px;
}
 
hr {
    color: gray;
    border: 0;
    height: 2px;
    width: 80%;
    background: gray;
    background-color: gray;
}

h1 {
	color: black;
	font-family: futura, optima, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 24px;
}

h2 {
	color: black;
	font-family: futura, optima, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
	
p {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-indent: 20px;
    text-align: justify;
}
 
p#quote {
	font-size: 12px;
	line-height: 16px;
	text-indent: 0px;
	background: #eeecef;
	padding: 5px;
	margin-left: 50px;
	margin-right: 50px;
}
 
a {
font-weight: bold;
color: black;
text-decoration: none;
}