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

#container {
	text-align: left;
	width:900px;
	margin:5px auto;
}

#content {
    margin-top:10px;
	text-align:justify;
	border-bottom:#999999 solid 1px;
}

div#content div.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div#footer{
	font-size:9px;
}

