/* CSS Document */
body{
	background-color: #cfc;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20;
	}

li{
	list-style: none;
	}

div li{
	list-style: none;
	display: inline;
	margin-right: 8%;
	}

#footer{
	width: 75%;
	font-size: 0.75em;
	padding-top: 50;
	}

.foot{
	width: 75%;
	color: #666666;
	font-size: 0.6em;
	text-align: center;
	}

#content{
	margin-left: 25px;
	width: 80%;
	font-size: 0.8em;
	line-height:1.8em;
	}

h1{
	font-size: 1.2em;
	}


