div#logo
{
    position: absolute;
    top: 0px;
    left: 0px;
	width: 160px;
	height: 40px;

	color: white;
	background: #173275;

    font-family: Arial, sans-serif;
    font-size: 24pt;
	font-weight: bold;
}
#logo a
{
	text-decoration: none;
	color: white;
	padding-left: 20px;
}
div#head
{
    position: absolute;
	top: 0px;
    left: 160px;
	width: 600px;
	height: 40px;

	color: white;
	background: #314e8c;

    font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
div#navi
{
    position: absolute;
	top: 40px;
	left: 0px;
	width: 160px;
	height: 1000px;

	color: white;
	background: #5a79af;

    font-family: Arial, sans-serif;
    font-size: 10pt;
	font-weight: bold;
}
div#navi ul
{
	list-style: none;
	margin: 0;
	padding-top: 20px;
	padding-left: 20px;
}
#navi ul li
{
	height: 25px;
}
#navi ul li a
{
	text-decoration: underline;
}
#navi ul li a:link,
#navi ul li a:visited
{
	color: white;
}
div#main
{
    position: absolute;
	top: 40px;
	left: 160px;
	width: 600px;
	height: 1000px;

	color: black;
	background: white;

    font-family: Arial, sans-serif;
    font-size: 10pt;
}
#maintext
{
	position: relative;
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 40px;
	width: 520px;
}
#main ul li
{
	margin-top: 15px;
	margin-bottom: 15px;
}
#addr
{
	vertical-align: -3px;
}
