body {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
body a {
	color: #8BBF2C;
	text-decoration: none;
}
body a:hover {
	color: #8BBF2C;
	text-decoration: underline;
}
#header {
	margin-top: 50px;
}
#content {
	margin-top: 50px;
	margin-bottom: 40px;
}
.col1 {
	padding-right: 20px;
}
.colIndent {
	padding-left: 100px;
	background-image: url(images/bg_vert.gif);
	background-repeat: repeat-y;
}
.colPhotos img {
  padding: 5px;
  border: 1px solid #ccc;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
}
