/* CSS Document */
body  {
	text-align:center;
font-size: .8em;
}
div#wrapper {
	width:567px;
	margin: 0px auto;
	text-align:left;
	border: 1px solid black;
}
div#img-right {
	width: 390px;
	text-align:right;
	float:right;
	margin-top: 16px;
}

div#content {
	width: 567px;
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
}

div.clear {
	clear:both;
}

ul {
	margin-bottom: 0px;
	
}
