@charset "UTF-8";
/* CSS Document */

div, h1, h2, h3, h4, h5, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

li {
height: 1em;
}
html>body li {
height: auto;
}
/* CSS Document */

body {
	background-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	line-height: 1;
}
body p {
	line-height: 1.2em;
}
#wrapper {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
	width: 1000px;
	background-color: #333;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #CCC;
}
