/* snailsnail fam
ily II - CSS main */

body {

	background-position:right;
	background-repeat:repeat-y;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
}


h1 {
	padding-right:0;
	padding-bottom:0;
	padding-top:0;
	padding-left:30px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
}

	h2, h3 {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}


#page {
	margin:0;
	width:100%;
}

#header {
	height:35px;
	width:100%
}

#content {
	float:left;
	width:700px;
}

#title {
	width:700px;
}

#title-left {
	width:612px;
}
#title-img {
	float:left;
	width:123px;
	height:175px;	
	margin-left:76px;
	background-repeat:no-repeat;
	background-position:left center;
}

#title-txt {
	margin-left:200px;
	height:175px;
	line-height:175px;
}

#title-right {
	float:right;
	width:88px;
	height:175px;
	background-repeat:no-repeat;
	background-position:right center;
}

#sidebar {
	background-repeat:repeat-y;
	background-position:top left;
	width:690px;
}

#picture {
	width:150px;
	height:150px;
	border:15px black solid;
	margin-top:80px;
	float:left;
	margin-left:10px;
}

#poemtop {
	width:490px;
	height:38px;
	margin-left:200px;
	background-repeat:no-repeat;
	background-position:top left;
}

#poem {
	width:450px;
	margin-left:240px;	
}

#poembot {
	width:490px;
	height:38px;
	margin-left:200px;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#footer {
	height:75px;
	clear:both;
	width:550px;
}

#footer-right {
	float:right;
	height:75px;
	width:38px;
	background-repeat:no-repeat;
	background-position: right center;
}

#footer-left {
	width:512px;
	height:75px;
}

#navigation {
	height:35px;
	width:369px;
	margin-left:140px;
	padding-top:20px;
	color:white;
	font-size: 14pt;
	font-weight:normal;
	text-align:center;
}

#navigation a {
	color:white;
}

#pre-link {
	background-color:#993333;
	width:123px;
	height:35px;
	line-height:35px;
	float:left;
}

#pre-link a:hover {
	color:#663333;
	background-color:#663333;
}

#nxt-link {
	background-color:#CC3300;
	width:123px;
	height:35px;
	line-height:35px;
	float:right;

}

#nxt-link a:hover {
	color:#993333;
	background-color:#993333;
}

#con-link {
	background-color:#663333;
	height:35px;
	line-height:35px;
}

#con-link a:hover {
	color:#CC3300;
	background-color:#CC3300;
}

.quote {
	color:#333;
	padding-left: 30px;
	padding-right:30px;
	padding-top:7px;
	padding-bottom:5px;
	font-style: italic;
}

.quote-source {
	padding-left:200px;
	padding-top:0px;
	padding-bottom:7px;
	font-weight:bold;
}
