* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/siteBackground.png) left top;
	color: #666565;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding:0 15px;
}
p {
	padding:10px 15px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:18px;
}
h1, h2 {
	color:#818d75;
}
a img {
	border: none;
}
.picPreview {
	border:0px;
	text-align:center;
	padding-left: 15px;
}
.leftimg {
	float: left;
	max-width: 50%;
	margin: 0 10px 10px 0;
}
.rightimg {
	float: right;
	max-width: 50%;
	margin: 0 0 10px 10px;
}

a:link {
	color:#818d75;
	text-decoration: underline;
}
a:visited {
	color: #818d75;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#818d75;
}
.clearfloat { 
	clear:both;
}