body {
	background-color: #3b3b3b;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7F7F7F;
	margin-bottom: 50px;
}
#title {
	background-color: #336699;
	background-image: url(images/main_title2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 61px;
	width: 600px;
}
#title h1{
	visibility: hidden;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 61px;
}
#navigation {
	background-color: #C8D4AC;
	background-image: url(images/nav_back_runner2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 20px;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
	margin: 0px;
	padding: 0px;
}
#navigation ul{
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 8px;
}
#navigation li{
	display: inline;

}
#navigation a{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #743C00;
	margin-left: 16px;
	text-decoration: none;
}
#navigation a:hover{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #743C00;
	margin-left: 16px;
	text-decoration: underline;
}

#contentWrapper {
	background-color: #FFFFFF;
	background-image: url(images/main_back.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#content {
	position: relative;
	padding: 20px;
	margin: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #0A2743;
}
#content p, #content h1, #content h2, #content h3, #content div, #content span{
	margin: 0;
	padding-bottom: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A2743;
}
#content a {
	color: #9F000F;
}
#content a:hover {
	color: #9F000F;
	background-color: #DDDDDD;
}
#content h2 {
	color: #313131;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bolder;
}
#footer {
	background-color: #C8D4AC;
	background-image: url(images/footer_back_runner.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 14px;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#footer span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #767B6B;
	padding-right: 5px;
}
#footer a {
	color: #767B6B;
}
#footer a:hover {
	color: #4D4F4B;
	background-color: #929981;
}
.leftImage {
	margin-right: 0.6em;
	margin-bottom: 0.7em;
}
.rightImage {
	margin-left: 0.6em;
	margin-bottom: 0.7em;
}
.pWithLeftImage {
	clear: left;
}
.tableLeft {
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}
.tableRight {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
}
.tableEndRight {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #999999;
}
.tableEndLeft {
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.hidden {
	visibility: hidden;
	overflow: hidden;
	text-decoration: none;
}
.poem_link {
	font-size: 0.3em;
	width: 284px;
	height: 96px;
	display: block;
	text-decoration: none;
	background-image: url(images/page_images/poem_simply_off.gif);
	background-repeat: no-repeat;
	float: right;
}
.poem_link:hover {
	background-colour: none;
	background-image: url(images/page_images/poem_simply_on.gif);
}
.boxed {
	border: solid 1px #CCCCCC;
	padding: 7px;
}
#shortdrop {
	padding-bottom: 5px;
}