body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }


		
		body { 
		font-size: 1em; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		line-height: 1.2em; 
		background-color: #369;
		margin: 20px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		
		 }
h1 { color: #000100; font-size: 2em; line-height: 1.25em; text-align: center; margin: 0; padding: 0; }
h2 { color: red; font-size: 2em; line-height: 1.25em; text-align: center; margin: 10px 0 0; padding: 0; }
h3 { color: #000080; font-size: 1.25em; text-align: center; }
h4 { font-size: 1em; font-weight: normal; text-align: center; }
h5 { font-size: 1em; font-weight: bold; text-align: left; }
img.floatLeft { 
    float: left; 
    margin: 0 14px 14px; 
}
img.floatRight { 
    float: right; 
    margin: 14px; 
}
#content { background-color: #fff; padding: 24px; }

.testimonials { font-size: 0.85em; background-color: #c6e5f1; width: 75%; margin-right: auto; margin-bottom: 12px; margin-left: auto; padding: 12px; border: solid 1pt #6799cc; }

div#content ul { 
list-style-image: url(/finn/images/check.jpg); 
list-style-position: outside; 
margin: 0 0 0 70px;
	padding: 0;
}

#wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
clickhere { }
.clickhere { }
.clickhere a:link { color: #f00; font-weight: bolder; font-style: italic; }
