﻿body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
}
#flash {
	margin: 0 auto 0 40px;
}
#content {
	margin: 0;
	padding: 0;
	border: 0;
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
}
#content p {
	margin-top: 10px;
	margin-bottom: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url('../images/decking.jpg');
	background-repeat: repeat;
}
#container {
	width: 1024px;
	margin: 0 auto;
	background-image: url('../images/home-gif.gif');
	background-repeat: no-repeat;
	height: 768px;
}
#masthead {
	text-align: center;
	width: 800;
	padding: 10px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 130px;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 90px;
	text-align: right;
	font-size: medium;
	font-weight: bold;
	margin-left: 70px;
}
#content {
	padding: 0 0 0 0;
	float: right;
	width: 530px;
	margin-top: 140px;
	margin-bottom: 10px;
	margin-right: 120px;
}
#footer {
	text-align: right;
	clear: both;
	width: 450px;
	height: 90px;
	color: #808080;
	padding-right: 15px;
	font-size: x-small;
	line-height: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #503750;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #518d98;
	text-decoration: none;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #666666;
}
h2 {
	color: #518D98;
	font-size: large;
	margin-bottom: 10px;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 10px;
	border: 1px #808080 solid;
	background-color: #FFFFFF;
}
/* Footer Styles */
#footer p {
	color: #808080;
	padding-top: 80px;
	padding-right: 15px;
	font-size: x-small;
	line-height: 10px;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #518d98;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Inside Images */
.imageComment_right {
	border: 1px;
	margin: 0 0 20px 0;
	padding: 5px;
}
.imageComment_left {
	border: 1px;
	margin: 0 0 20px 0;
	padding: 5px;
}
.imageComment_center {
	border: 1px;
	margin: 0 0 20px 0;
	padding: 5px;
}
.imageComment_center {display:block; margin:0 auto 5px auto; }
.imageComment_left {float:left; margin:0 12px 5px 0; }
.imageComment_right {float:right; margin:0 0 5px 12px; }
.serendipity_imageComment_img img {
	text-align: center; }
.imageComment_img {
	text-align: center; }
.imageComment_txt {clear: both; text-align: center; }