body {
	text-align: center;
	font-family: "Verdana", sans-serif;
}

body * {
	text-align: left;
	padding: 0px;
}

body * * { padding: 3px; }

a {
	color: #888888;
	background: transparent;
	text-decoration: none;
}

.header {
	background: #bbbbbb;
	font-size: 20px;
	color: black;
	border-bottom: solid 1px black;
}

.footer {
	background: #dddddd;
	color: black;
	border-top: solid 1px black;
	text-align: right;
}

h2 {
	clear: both;
	font-size: 20px;
	margin: 3px;
	border: dashed 1px black;
	color: black;
	background-color: #dddddd;
}

ul { margin-left: 20px; list-style-type: square; }

#main {
	position: relative;
	border: solid 1px black;
	width: 500px;
}

#content {
	border: solid 1px black;
	width: 750px;
}

#content img {
	float: right;
	border: none;
	clear: both;
}

#content .description {
	font-family: "MS Verdana", Verdana, sans-serif;
	border-top: solid 1px black;
	clear: right;
	margin: 3px;
	min-height: 160px;
}

#content .description p { margin-top:0; margin-bottom: 8px;}
