body {
  	margin-top: 50px;
	text-align: center;
}

#container {
 	width: 900px;
 	height: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
  	background-image: url(images/poetrypages.jpg);
  	background-repeat: no-repeat;
}

.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	text-indent: 250px;
	clip: rect(auto,auto,-20px,auto);
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	padding-left: 25px;
}
.heading a {
	background-color: #003399;
}

a:link {
	color: #FFFFCC;
	text-decoration:none;
	font-weight: bold;
} 

a:visited {
	color: #00FFFF; 
	text-decoration:none;
}

a:hover {
	color: #33FF66;
}

#navigation {
	position: relative;
	width: 800px;
	top: 60px;
	left: 12px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	height: 10;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0px;
}
#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited { 
	padding: 3px 10px 3px 10px; 
	color: #990000;
	text-decoration: none;
}

#navigation a:hover {
	color:#FFFFCC;
	background-color: #666666;
}

#title {
	position: relative;
	width: 800px;
	height: 50px;
	top: 85px;
	left: 10px;
}

#subnav, #subnavpoetry {
	position: relative;
	height: 400px;
	top: 85px;
	left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006633;
}
#subnav {
	width: 220px;
}
#subnavpoetry {
	width: 250px;
}
#subnav a:link, #subnavpoetry a:link {
	color: #003399;
	text-decoration: none;
}
#subnav a:hover, #subnavpoetry a:hover {
	color:#FFFFCC;
	background-color: #666666;
}

#subnav a:visited, #subnavpoetry a:visited {
	color: #CC6600;
	text-decoration: none;
}

#cvphoto {
	position: relative;
	width: 128px;
	height: 169px;;
	top: 20;
	left: 46px;
}

#cvlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	position: relative;
	height: 390px;
	width: 600px;
	left: 300px;
	top: -310px;
}

#cvlist p {
	font-size: 12px;
	font-style: italic;
	color: #990000;
	line-height: normal;
	white-space: normal;
	margin-top: 0;
	border-top-width: 0;
	padding-top: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 25px;
}

#cvlist a:link {
	color: #003399;
	text-decoration: none;
}

#cvlist a:hover {
	color:#FFFFCC;
	background-color: #666666;
}

#cvlist a:visited {
	color: #CC6600;
	text-decoration: none;
}

.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #990000;
}

.leftimg {
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

