*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #444;
	margin-top: 50px;
}
#wrap
{
	margin: 0 auto;
	width: 300px;
	background: #333;
	padding: 10px;
	border: 1px solid #555;
}
#content
{
	text-align: justify;
	padding: 10px 0;
}
#content p
{
	margin-bottom: 5px;
	line-height: 18px;
}
#footer
{
	font-size: 11px;
	color: #666;
	overflow: hidden;
}
h1
{
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 28px;
	letter-spacing: -1px;
}
a, a:link, a:visited
{
	text-decoration: none;
	color: #888;
	border-bottom: 1px dotted #888;
}
a:hover
{
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid #999;
}
#content ul li
{
	margin-left: 18px;
}
span
{
	color: #666;
	font-size: 11px;
}
#content img
{
	margin: 0 0 4px 9px;
	border: 1px solid #666;
}