@charset "utf-8";
/* CSS Document */
*	{
	margin:0;
	padding:0;
}

#container	{
	width:800px;
	margin:0 auto;
}

#logo	{
	background-image:url(top_logo.png);
	background-repeat:no-repeat;
	width:266px;
	height:236px;
	margin:0 auto;
}

h1	{
	border-bottom:1px #69F dotted;
	font-size:0.875em;
	text-align:center;
	letter-spacing:0.2em;
	margin-bottom:10px;
}

p	{
	font-size:0.75em;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:20px;
}

a	{
	font-weight:bold;
	font-size:1.25em;
	text-decoration:none;
}

a:hover	{
	border-bottom:1px blue dotted;
}

#footer	{
	text-align:center;
	color:#666;
	margin-top:100px;
	border-top:1px #69F dotted;
	padding:5px;
}

address	{
	font-style:normal;
	font-size:0.75em;
}