@charset "utf-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFDDEE;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	top: 15px;
	position: relative;
	padding-bottom: 0px;
	bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent #pics {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	height: 1550px;
}

.oneColFixCtrHdr #header {
	background-color: #FFCCFF;
	background-image: url(images/banner.jpg);
	height: 220px;
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #8B7AA9;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
ul.nav {
	list-style: none;
	width: 100%;
	float:left;
	margin: 0px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #292235;
	border-right-color: #292235;
	border-bottom-color: #292235;
	border-left-color: #292235;
}
ul.nav li {
	float:left;
	vertical-align: bottom;
	border-bottom-color: #000000;
}

ul.nav a {
	width: 130px;
	display: block;
	text-decoration:none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-color: #8b7aa9;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
	padding-top: 6px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	font-weight: normal;
}

ul.nav a:hover{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ecc4fb;
	color: #000000;
}

#here a:active, #here a:link, #here a:visited, #here a:hover{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000066;
	color: #FFFFFF;
	background-image: none;
	background-position: bottom;
	background-repeat: no-repeat;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 50px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 50px;
	padding-left: 50px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6666;
}
.diarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292235;
}
.list {
	padding-left: 30px;
	margin-left: 50px;
	list-style-image: url(images/pinkdisc.gif);
	list-style-position: outside;
	line-height: 18px;
	list-style-type: none;
	font-size: 12px;
	vertical-align: top;
}

.diarytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #292235;
	font-weight: bold;
}
.paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B7AA9;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #c0b7d0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
}
.formbox {
	margin-left: 100px;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #feedback fieldset {
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	border: 1px solid #666666;
}
.oneColFixCtrHdr #container #mainContent #feedback legend {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663399;
}
.oneColFixCtrHdr #container #mainContent #feedback label {
	display: block;
}
.oneColFixCtrHdr #container #mainContent #feedback #name {
	width: 200px;
	border: 1px solid #666666;
}
.oneColFixCtrHdr #container #mainContent #feedback #email {
	width: 200px;
	border: 1px solid #666666;
}.oneColFixCtrHdr #container #mainContent #feedback #comments {
	height: 100px;
	width: 600px;
	border: 1px solid #666666;
}
.oneColFixCtrHdr #container #mainContent #feedback .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #CC0000;
}
.oneColFixCtrHdr #container #mainContent #julypics img {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContent #augustpics img {
	float: none;
	clear: left;
	display: inline;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.photo {
	width: 230px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
}

.oneColFixCtrHdr #container #mainContent #sptemberpics img {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContent #octoberpics img {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.oneColFixCtrHdr #mainContent3 {
	background-color: #9999cc;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent4 {
	background-color:#9999cc;
	padding-right: 20px;
	padding-left: 20px;
}
