div.container
{
width:760px;
height:570px;
margin:0px;
line-height:150%;
}

#pic {
	position:absolute; 
	top:50px; 
	left:160px; 
	height:60px; 
	width:200; 
	padding:0px; 
	margin:0px; 
	z-index:2;
}

#smallpic {
	position:absolute; 
	top:30px; 
	left:160px; 
	height:150px; 
	width:90; 
	padding:0px; 
	margin:0px; 
	z-index:2;
}

#invisblepic {
	position:absolute; 
	top:0px; 
	left:160px; 
	height:10px; 
	width:10; 
	padding:0px; 
	margin:0px; 
	z-index:2;
}

#date {
	font-family: arial,helvetica,'sans serif'; 
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	color: #669933;
	margin: 0px; 
	text-decoration: none;
	} 
	
#heading {
    font-family: arial,helvetica,'sans serif'; 
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	font-style: normal;
	color: #990000;
	margin: 0px; } 

#table	{
position:absolute; 
    top:50px; 
    left:10px; 
}

	
h1.title	{

    position:absolute; 
    top:25px; 
    left:360px; 
    font-family: arial,helvetica,'sans serif'; 
	font-size: 14px;
	line-height: 11px;
	font-weight: bold;
	font-style: normal;
	color: #669933;
	margin: 0px; } 
	
a.list	{

    font-family: arial,helvetica,'sans serif'; 
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	color: #669933;
	margin: 0px; 
	text-decoration: none;
	} 
	
	a:visited	{	text-decoration: none;
				color: #669933;
				
}

.poemtitle	{
    font-family: verdana, arial,helvetica,'sans serif'; 
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-style: normal;
	color: #669933;
}

p	{
	font-family: verdana,arial,helvetica,'sans serif'; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	color: #669933;	/*margin: 0px;*/ 
	text-decoration: none;
	
}

/* CALENDAR WIDGET */

#year {
	position: absolute;
	left: 100px; top: 100px;
	width: 140px;
	margin: 0px; padding: 0px;
}
#poemcontent {
	position: absolute;
	left: 290px; top: 100px;
	width: 600px;
	margin: 0px; padding: 0px;
}
tr.calendar {
	color: gray;
	font-family: verdana, 'sans serif';
	font-size: 11px;
	line-height: 22px;
}

tr.visited {
	color: #444444;
	font-family: verdana, 'sans serif';
	font-size: 11px;
	line-height: 22px;
	
}
td.month {
	background-color: gray;
	color: #ffffff;
	font-family: verdana, 'sans serif';
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}
td.calendar {
	background-color: #cccccc;
	color: gray;
	font-family: verdana, 'sans serif';
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}
a.month {
	color: #gray;
	font-family: verdana, 'sans serif';
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
}
a.month:hover {
	text-decoration: underline;
}
a.calendar {
	color: #669933;
	font-family: verdana, 'sans serif';
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
}
a.calendar:hover {
	color: black;
	text-decoration: underline;
}
