/* CSS Document */
body {
	background-image:  url(background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}
#maincontainer{
	width: 700px;
}
#centered{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	width: 320px;
	margin-left: 75px;
	float: left;
}
div {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #000000;
}
.Header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#sidebar{
	float: right;
	width: 212px;
	font-size: 9pt;
	color: #000000;
	position: absolute;
	margin-top: 300px;
	left: 442px;
	top: -285px;
	text-align: justify;
}
.LatestPoemTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.LatestPoemBody{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
}
.SideHeader {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	background-image: url(sideheader.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	height: 25px;
	vertical-align: middle;
}
li {
	list-style-image: url(bullet.gif);
	vertical-align: middle;
}
a:link, a:visited {
	color: #888ECC;
	background: url(underline.gif) repeat-x center bottom;
}
a:visited {
	background: none;
}
a:hover {
	color: #7f85c7;
}
.ctext{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
}

