body {
	font-family:sans-serif;
	margin:0px;
	padding:0px;
	font-size: 0.8em
}
#header {
	background:#40ADC8;
	width:100%;
	padding:10px;
	text-align:center;
}
#logo {
	background:url(../images/logo.gif) no-repeat;
	width:100px;
	height:16px;
}
#content {
	clear:both;
}
#footer {
	clear:both;
	color:#999999;
}
h1 {
	font-size:1em;
	color:#40ADC8;
}
h2 {
	font-size:1em;
	color:#40ADC8;
}
h3 {
	font-size:0.8em;
	color:#40ADC8;
}
