body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleimage {
	top: 0px;
	left: 230px;
	border: solid;
	position: relative;
	width: 50%;
}
.maintext {
	position: relative;
	left: 230px;
	border: solid #666666;
	width: 600px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #333333;
}
.header1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bulleted {
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #666666;
	list-style-type: lower-roman;
	text-align: left;
	white-space: normal;
	height: auto;
	width: auto;
	list-style-position: inside;
	background-position: center;
}
.citation {
	font-size: 9px;
	color: #999999;
	font-weight: lighter;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.image_left {
	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: left;
	vertical-align: top;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 7px 5px 0px;
}
.poem {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006600;
	padding: 10px;
	text-align: center;
	float: none;
	font-style: normal;
	font-weight: normal;
	border: medium ridge #000000;
	clear: left;
	width: 250px;
	z-index: 2;
	position: relative;
	margin: 5px;
}
.poem2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #33FF00;
	background-color: #333333;
	padding: 10px;
	float: none;
	font-style: normal;
	font-weight: normal;
	border: medium ridge #FFFFFF;
	position: relative;
	bottom: 50px;
	z-index: 1;
	margin: 3px;
	left: 99px;
	width: 400px;
	height: 150px;
	
}
.image_right {

	top: 5px;
	right: 5px;
	bottom: 5px;
	text-align: left;
	vertical-align: top;
	clear: none;
	float: right;
	padding: 0px;
	margin: 7px;
}
.headerlg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	font-style: italic;
}
.navstyle {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	font-variant: small-caps;
	color: #666666;
}
.cursor-style {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-variant: small-caps;
	color: #33FF00;
	text-decoration: blink;
}
