	html {
		padding: 0px;
		text-align: center;
		margin-bottom: 1px;
		height: 100%;
	}
	body {
		background: #0079B3 url(images/bg.gif) repeat-x;
		text-align: center;
		margin: 0;
		padding: 20px 0;
		font-size: 1em;
		font-weight: normal;
		font-family:  Trebuchet, Verdana, sans-serif;
		color: #ffffff;
		text-align: center;
	}
	img {
		color: #ffffff;
	}
	#container {
		display: block;
		width: 900px;
		height: auto;
		border: 2px solid #99b8cc;
		margin: 0 auto;
		text-align: left;
		padding: 0 8px 10px 8px;
	}
	#header {
		display: block;
		position: relative;
		margin: 0px;
		top: 10px;
		width: 890px;
		height: 100px;
		float: left;
	}
	#logo {
		position: relative;
		z-index: 3;
		width: 160px;
		height: 70px;
		border: 0;
		margin-top: 10px;
		left: 10px;
		margin-left: 0px;
		margin-bottom: 10px;
		font-size: 0.8em;
		float:left;
		overflow: visible;
		padding: 0px;
		/* background-image: url(images/logo-3.jpg);
		background-repeat: no-repeat; */
	}
	 #logo img {
		border: none;
	}
	#logo a:link {
		display: block;
		position: relative;
		width: 160px;
		height: 70px;
		background-image: url(images/logo-1.jpg);
		background-repeat: no-repeat;
	}
	#logo a:visited {
		display: block;
		position: relative;
		width: 160px;
		height: 70px;
		background-image: url(images/logo-1.jpg);
		background-repeat: no-repeat;
	}
	#logo a:hover {
		background-image: url(images/logo-2.jpg);
		background-repeat: no-repeat;
	}
	#tagline {
		z-index: 3;
		display: block;
		position: relative;
		margin-left: 60px;
		margin-top: 55px;
		margin-bottom: 0px;
		padding-bottom: 6px;
		font-family: verdana, arial, sans-serif;
		font-size: 1em;
		font-style: normal;
		font-weight: bold;
		float:left;
		width: 375px;
		color:#99b8cc;
		border-bottom: 1px solid #99b8cc;
	}
	#minimenu {
		display: block;
		position:relative;
		float:right;
		margin:0px;
		top:5px;
		font-size: 0.8em;
		line-height: 1.5em;
		text-align: right;
	}
	.home {
		display: block;
		color: white;
		text-decoration: none;
	}
	a:hover.home {
		color: #ddaa33;
		text-decoration: underline;
	}
	.sitemap {
		display: block;
		color: white;
		text-decoration: none;
	}
	a:hover.sitemap {
		color: #ddaa33;
		text-decoration: underline;
	}
	.contact {
		display: block;
		color: white;
		text-decoration: none;
	}
	a:hover.contact {
		color: #ddaa33;
		text-decoration: underline;
	}
	#headerline1 {
		font-size: 2.2em;
		margin-bottom: 0;
	}
	#headerline2 {
		font-size: 1.6em;
		margin-bottom: 4px;
	}
	#addressdiv {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	#content {
		position: relative;
		font-size: 0.9em;
		background-color: #00649a;
		padding: 5px 10px 5px 10px;
		width: 82%;
		float:right;
		margin: 0px;
		margin-top: 0px;
		margin-right: 4px;
		text-align: left;
		border: 1px solid #99DBFF;
	}
	#navdiv {
		position: fixed;
		z-index: 2;
		float: left;
		margin-top: 14px;
		background: none;
		overflow: visible;
	}
	#navdiv a:link {
		display: block;
		width: 115px;
		padding: 5px 10px;
		color: #ffffff;
		text-decoration: none;
		font-size: 0.9em;
		margin-bottom: 4px;	
	}
	#navdiv a:visited {
		display: block;
		width: 115px;
		padding: 5px 10px;
		color: #ffffff;
		text-decoration: none;
		font-size: 0.9em;
		margin-bottom: 4px;		
	}
	
	#navdiv a:hover {
		border: 1px solid #ffffff;
		background-color: #116999;
		padding: 4px 9px;
		font-weight: normal;
		border: 1px solid white;
		width: 115px;
		margin-bottom: 4px;
	}
	#navdiv a:active {
		display: block;
		width: 115px;
		padding: 4px 9px;
		color: #ffffff;
		text-decoration: none;
		font-size: 0.9em;
		margin-bottom: 4px;	
	}
	/* these next few rules set the current page to bold in the main nav and disable the mouseover so they appear inactive */
	#blog .blog #gifts .gifts, #gallery .gallery, #art .art, #poetry .poetry, #stories .stories, #wickham .wickham, #wallpapers .wallpapers {
		font-weight: bold;
	}
	#blog a:hover, #gifts a:hover.gifts, #gallery a:hover.gallery, #art a:hover.art, #poetry a:hover.poetry, #stories a:hover.stories, #wickham a:hover.wickham, #wallpapers a:hover.wallpapers {
		display: block;
		width: 115px;
		padding: 5px 10px;
		color: #ffffff;
		text-decoration: none;
		font-size: 0.9em;
		margin-bottom: 4px;
		font-weight: bold;
		border:none;
		background-color: transparent;
		cursor: default;
	}
	#home .home, #sitemap .sitemap, #contact .contact {
		font-weight: bold;
		color: #fff;
	}
	#home a:hover.home, #sitemap a:hover.sitemap, #contact a:hover.contact {
		background-color: transparent;
		cursor: default;
		text-decoration: none;
	}
	/* end current page rules */
	.alttextblock {
		float: left;
		width: auto;
		background-color: #005786;
		color: white;
		margin: 0px;
		padding: 10px;
	}
	div.alttextblock p {
		display: block;
		width: auto;
		margin: 0px 0px;
		float: left;
	}
	.plaintextblock {
		display: block;
		width: auto;
		float: left;
		margin: 0px;
		padding: 10px
	}
	div.plaintextblock p {
		display: block;
		width: auto;
		float: left;
		margin: 0px 0px;
	}
	.storypara {
		display: block;
		margin: 1em 10px;
		height: auto;
	}
	h1 {
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		font-size: 1.6em;
		font-weight: normal;
		color: #ddaa33;
		margin-top: 12px;
		margin-bottom: 0px;
		margin-left: 10px;
	}
	h2 {
		font-family: verdana, arial, sans-serif;
		font-style: normal;
		font-size: 1.3em;
		font-weight: normal;
		color: #fff;
		margin-left: 20px;
	}
	h3 {
		font-family: verdana, arial, sans-serif;
		font-style: normal;
		font-size: 1.1em;
		font-weight: bold;
		color: #ffffff;
		margin-bottom: -25px;
		margin-top: 0;
		margin-left: 12px;
	}
	.leftimg {
		display: block;
		float:left;
		margin: 5px 8px;
		border: 3px solid #99DBFF;
	}
	.rightimg {
		display: block;
		float:right;
		margin: 5px 8px;
		border: 3px solid #99DBFF;
	}
	.leftimgnb {
		display: block;
		float:left;
		margin: 5px 8px;
		border:none;
	}
	.rightimgnb {
		display: block;
		float:right;
		margin: 5px 8px;
		border: none;
	}
	.cleardiv {
		display: block;
		position: relative;
		font-size: 1px;
		height: 1px;
		width: auto;
		clear: both;
	}
	.bodylink {
		color: white;
		font-weight: bold;
		font-size: 0.8em;
		text-decoration: underline;
	}
	a:visited.bodylink {
		color: white;
		font-weight: bold;
		font-size: 0.8em;
		text-decoration: underline;
	}
	a:hover.bodylink { color: #ddaa33; }
	#footer {
		display:block;
		position:relative;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.8em;
		line-height: 1.4em;
		width: 900px;
	}
	.footerlink {
		color: white;
		text-decoration: none;
	}
	a:hover.footerlink  {
		color: #ddaa33;
		text-decoration: underline;
	}
	#bottomnav {
		display: block;
		position: relative;
		width: 900px;
		margin: 0 auto 12px auto;
	}
	#submenu {
		position: relative;
		float: right;
		margin-left: 6px;
		margin-right: 0;
		margin-bottom: 35px;
		top: 5px;
		border: 1px solid white;
		font-size: 0.9em;
		padding: 5px;
		width: auto;
		height: auto;
	}
	#poemdiv {
		position: relative;
		float: left;
		width: 500px;
	}
	.poemtitle {
		margin-bottom: 0px;
		margin-top: 15px;
		font-size: 1em;
	}
	#submenu ul {
		margin: 0px;
		padding: 0px;
		width: 203px;
	}
	#submenu li {
		display: block;
		margin: 4px 10px;
		list-style: none;
	}
	#submenu a:link {
		color: white;
		text-decoration: none;
	}
	#submenu a:visited {
		color: #ccccff;
		text-decoration: none;
	}
	#submenu a:hover {
		color: #ddaa33;
		text-decoration: underline;
	}
	/* #content hr {
		color: white;
		border-color: white;
		height: 2px;
		border-top: 1px;
		width: 80%;
	} */
	.shorthr {
		color: white;
		border-color: white;
		height: 2px;
		border-top: 1px;
		width: 250px;
		margin-left: 0px;
	}
	.lnkGroup {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.lnktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 180%;
}
.ratingdiv {
	background-image:url(images/star.gif);
	background-repeat:repeat-x;
	height:10px;
	left: 20px;
	padding: 0px;
	margin:0px 0 0 20px;

}
.wpthumb {
	position:relative;
	float:left;
	width: 125px;
	height: auto;
	margin: 5px 8px;
	text-align: center;
}
.wpthumbimg {
	border:1px solid white;
}
.captionText {
	font-size: 0.9em;
}
#wpcontent {
		position: relative;
		font-size: 0.9em;
		background-color: #00649a;
		padding: 5px 5px 5px 5px;
		width: 728px;
		float:right;
		margin: 0px;
		margin-top: 0px;
		margin-right: 4px;
		text-align: left;
		border: 1px solid #99DBFF;
}
fieldset {
	border:none;
}
.hiddenPic {
	display:none;
}
.gallerylistthumb {
	float:left;
	margin:10px 20px 10px 10px;
}
.gallerythumb {
	float:left;
	margin:10px 7px;
	border: 4px solid #fff;
}
blockquote {
	border: 1px dashed white;
	background-color: #0079b3;

}
