/*Years Solumn*/
#years {
	float: left;
}

#years ul {
	margin-left: 20;
	padding: 0;
	
}

#years ul li {	
    padding: 1;
	list-style: square inside;
	color: #CD6216;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#years ul li a {
	text-decoration: none;
	color: #CD6216;
}

#years ul li a:hover {
	text-decoration: underline;
}

/*Poems Solumn*/
#poems {
    padding: 3;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#poems ul {
	margin: 0;
	padding: 0;	
	color: #CD6216;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#poems ul li {	
	list-style: square inside;
	margin-left: 1px;
	color: #CD6216;
	font-weight: normal;
}

#poems ul li a {
	text-decoration: none;
	color: #CD6216;
}

#poems ul li a:hover {
	text-decoration: underline;
}


/*Main Column*/
#MainColumn {
	/*background: #EFCCB3;
	margin-left: 5px;
	margin-top: 5px;*/
	padding: 10;
	background: #EFECB3;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

#MainColumn td {
	height: 0;
}
#yeartitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CD6216;
}
	