#content
{
	text-align: left;
}
#content LI
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #BDDFB3;
	list-style: square;
}
#content UL
{
	margin: 20px 50px;
}
.img
{
	border: 1px solid gray;
	background: #222;
}
.portrait
{
	width: 200px;
	height: 300px;
	float: right;
	display: block;
	margin: 0 0 0 20px;
	background-image: url(../images/bamboo.jpg);
}
