﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/decking.jpg');
	background-repeat: repeat;
}
#container {
	width: 800px;
	margin: 15px auto 0 auto;
}
#masthead {
	text-align: center;
	width: 800;
	padding: 0;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 130px;
}
#wrap {
	background: url('../images/filler.png') repeat-y;
	overflow: auto;
	width: 100%;
}

#clear {
	clear: both;
	height: 1%;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: medium;
	font-weight: bold;
}
#content {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	float: left;
}
#footer {
	background: url('../images/footer.png') repeat-y bottom;
	text-align: right;
	width: 800px;
	height: 140px;
	overflow: auto;
}
/* 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;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 10px;
	border: 1px #808080 solid;
	background-color: #FFFFFF;
}
/* Footer Styles */
#footer p {
	color: #808080;
	padding-top: 70px;
	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; }
.brclear { /* Use a break with this class to clear float containers on both sides. */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
} 