@charset "ISO-8859-1";

h1 {
	font-size:1.5em;
	}
h2 {
	font-size:1.25em;
	}
p {
	font-size:1em;
	}
address {
	font-size:1em;
	}

#top,
#middle,
#bottom {
	width:820px;
	}

#menu {
	background-color:#ddeeee;
	width:160px;
	padding-left:10px;
	float:left;
	}

#contents {
	width:640px;
	padding-left:10px;
	float:left;
	}

#bottom {
	clear:both;
	}
