body {
  background-color: #6986A3;
  background-image:url(../images/bg.jpg);
  background-attachment: fixed;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}
html {
	overflow: -moz-scrollbars-vertical;
	}
h1 {
  color: #009900;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #009900;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  outline:none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  outline:none;
}

a:hover {
  color: #000;
  text-decoration: none;
  outline:none;
}

a:focus {
  color: #000;
  outline:none;
}

a:active {
  color: #000;
  outline:none;
}

#outerWrapper {
	background-color: ##666;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
}
#outerWrapper #header {
	background-color: #000000; 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; 
	background-image: url(../images/header_bg.jpg);
	height: 196px;
	vertical-align: bottom;
}
#outerWrapper #contentWrapper {
  background-image: url("../stylex/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapperpoetry {
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #E4D0B6;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 200px;
	line-height: 140%;
	font-size: 110%;
}

#outerWrapper #contentWrapper #content {
	line-height: 140%;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#outerWrapper #contentWrapper #contentpoetry {
	line-height: 140%;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color:#FFF;
}
#contentpoetry {
	background-color:#FFF;
	min-height: 250px;
	text-align: left;
	margin: auto;
	padding: 25px 25px 25px 50px;
}
#outerWrapper #footer {
	background-color: #000000;
	border-top: solid 1px #666;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	line-height: 150%;
}
#left_nav {
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 5px;
}
#navbar {
	width: 100%;
	background-color: #000000;
	background-image: url(../images/nav_bg.jpg);
	height: 27px;
}
#topspace {
	height: 15px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #6986A3;
}
#contentpoetrythanks {
	text-align:center;
}
.green {
	color: #009900;
}

