* {
	margin: 0px;
	padding: 10px;

	font-size: 13px;
	font-style: normal;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	background-color: #EEEEEE;

	text-align: center;
}
a:link, a:visited {
	color: #0000AA;
	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;
	text-decoration: underline;
}

div#header {
	float: none;
	clear: both;

	height: 350px;
	background-image: url(/archives/HappyTown_Bg.jpg);

}

div#main {
	width: 250px;
	margin: 0px auto 10px auto;
	border-top: 1px solid #FB539B;
	border-left: 1px solid #FB539B;
	border-right: 1px solid #FB539B;
	background-color: #FFFFFF;
}

div#top {
	float: none;
	clear: both;
	text-align: center;
	margin-bottom: 10px;

	background-color: #FFFFFF;
}

div#top .c {
	float: none;
	clear: both;
	text-align: center;

}

div#navigation {
	width: 220px;

	float: right;
}
div#footer {
	float: none;
	clear: both;


}

