html,body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color: #3F2D1D;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	font-family: Georgia, serif;
	color: #3F2D1D;
	font-size: 11pt;
}

a:link {
	color: #6A0B82;
	text-decoration: none;
}

a:visited {
	color: #6A0B82;
	text-decoration: none;
}

a:hover {
	color: #444B15;
	text-decoration: underline;
}

a:active {
	color: #444B15;
	text-decoration: underline;
}

.logo {
	position: absolute;
	top: 33px;
	left: 85px;
}

.about {
	position: absolute;
	top: 116px;
	left: 203px;
}

.contact {
	position: absolute;
	top: 116px;
	left: 588px;
}

.body-content {
	position: absolute;
	top: 200px;
	left: 0px;
	overflow: auto;
	padding-bottom: 20px;
}

.photos {
	margin-top: 36px;
	float: right;
	min-width: 218px;
}

.photos-item {
	margin: 8px 12px 8px 12px;
}

.photos-item-photo {
	display: inline;
	float: left;
	margin: 8px 0px 8px 0px;
	padding: 3px;
	background-color: #3F2D1D;
	border: solid 3px #444B15;
}

.photos-item-separator {
	margin: 10px 10px 25px 10px;
	border-top: 1px solid #3F2D1D;
}

.blog {
	float: left;
	width: 66%;
	min-width: 422px;
}

.blog-entry {
	margin-left: 40px;
}

.blog-entry-title {
	color: #444B15;
	font-size: 24px;
	font-weight: bold;
}

.blog-entry-separater {
	top-margin: 5px;
	bottom-margin: 5px;
	border-top: 3px solid #3F2D1D;
	border-bottom: 3px solid #444B15;
	
}

.blog-entry-date {
	font-size: 14pt;
}

.blog-entry-content P{
	text-indent: 20px;
	overflow: hidden;
}

.blog-entry-photo {
	display: inline;
	float: left;
	margin: 8px 12px 8px 12px;
	padding: 5px;
	background-color: #3F2D1D;
	border: solid 5px #444B15;
}

