#content { 
	height: auto;
	margin: 0; 
	padding-top: 40px; padding-bottom: 40px;
	background-color: #fff;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 150%; }

#content #main { width: 800px; margin-left: auto; margin-right: auto; position: relative; }

#content a:link, a:visited { color: #0085CF; text-decoration: none; }
#content a:hover { color: #0085CF; text-decoration: underline; }

#content img { position: absolute; }

h1 {  font-size: 28px;
	  line-height: 70%;
	  color: #222; }
	  
h2 {  font-size: 16px;
	  line-height: 80%;
	  color: #222; }

h3 {  font-size: 100%;
	  color: #222;
	  margin-top: 19px;
	  margin-bottom: 0px; }

hr {  
	width: 100%;
	height: 1px;
	margin: 40px 0px;
	color: #DDD;
	background-color: #DDD;
	border: 0; }

small { font-size: 9px; }

.indent { padding-left: 30px; }
