body {
	margin: 0px 5px 5px 5px;
	background-color: #C6E2B2;
	text-align: center;
}
a {
  text-decoration: none;
  color: Blue;
}
a:link {
	color: Blue;
	text-decoration: none;
}
a:hover {
  color: #B22222;
  text-decoration: underline;
}
hr {
	color: #669966;
	background-color: #669966;
	border: none;
}
#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 794px; /*width required for gecko centering!*/
	height: auto;
	visibility: visible;
	display: block;
}
#header {
	width: 794px;
	height: 57px;
	background-image: url(images/header_bg_1pxslice.gif);
	background-repeat: repeat-y;	
}
#header_extended {
	width: 794px;
	height: 30px;
	background-image: url(images/header_bg_1pxslice.gif);
	background-repeat: repeat-y;	
}
#header_bot {
	width: 794px;
	height: 33px;
	background-image: url(images/header_bg_bot.gif);
	background-repeat: no-repeat;
}
#header_logo {
	position: relative;
	top: 6px;
	left: 14px;	
	float: left;
	/*width: 277px;*/
	width: 292px;
	height: 52px;
	background-image: url(images/marilyn-logo.gif);
	background-repeat: no-repeat;	
}
#nav_bg {
	position: relative;
	float: left;
	top: 4px;
	left: 8px;
	width: 482px;
	height: 52px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
}
#navelements {
	position: relative;
	top: 7px;
	left: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px; /*17px;*/
	font-weight: bold;
	width: 100%;
	text-align: left;
}
#navelements a {
  text-decoration: none;
  color: #4169E1;
}
#navelements a:link {
  text-decoration: none;
}
#navelements a:hover {
  background-color: #CCFFFF;
}
#navelements a:active {
  background-color: Silver;
}
#navelements a:visited {
  color: #4169E1;
}
#main {
	width: 794px;
	height: auto;
	background-image: url(images/body_bg_1pxslice.gif);
	background-repeat: repeat-y;	
}
#main_inner {
	padding-top: 12px;
	padding-left: 32px;
	padding-right: 60px;
	padding-bottom: 14px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*letter-spacing: 1.1px;*/
}
#main_inner p {
	/*text-indent: 24px;*/
	text-indent: 1.5em;
}
#main_bot {
	width: 794px;
	height: 18px;
	background-image: url(images/body_bg_bot.gif);
	background-repeat: no-repeat;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#poem {
	padding-left: 120px;
}
#poem p {
	text-indent: 0px;	
}
.poem_title {
	font-weight: bold;	
}
#song {
	padding-left: 120px;
}
#song p {
	text-indent: 0px;	
}
.song_title {
	font-weight: bold;	
}
.song_comments {
	font-style: italic;
	color: Maroon;

}
.song_sections {
	font-weight: bold;
}
#music {
	padding-left: 120px;
}
#bio {
	
}
#photos {
	/*padding-left: 40px;*/
	text-align: center;
}
#footer {
	text-align: center;
	font-variant: small-caps;
}
