BODY {
	margin-top: 0px ;
	font-size: small ;
	background: #eee ;
	text-align: center;
}
h1,h2,h3,h4 {
	padding: 0px ;
	margin: 0px ;
	font-size: small ;
}
#container {
	padding-top: 5px ;
	text-align: left ;
	width: 640px ;
	background: #fff ;
	color: #666 ;
	line-height: 1.5em ;
}
#adspace {
	padding: 5px ;
	width: 120px ;
	float: left ;
}

#main {
	width: 500px ;
	padding: 5px ;
	float: right ;
}
#footer {
	padding: 20px ;
	font-size: small ;
	text-align: center ;
	line-height: 1em ;
}
code,TT {
	font-style: monotype ;
	line-height: 1.2em ;
	font-size: 90% ;
}

hr {
	border: solid 1px #eee ;
}
h1 {
	background: #359 ;
	padding: 2px ;
	margin-bottom: 10px ;
	color: #fff ;
}

h2 {
	border-bottom: #359 1px solid ;
	border-left: #359 5px solid ;
	padding: 2px ;
}

h3 {
	background: green ;
}
