a { 
	font-family: "Courier New", Courier, mono; 
	text-decoration: none;
}

a.navi { 
	font-family: "Courier New", Courier, mono; 
	text-decoration: none;
	color: #ffffff;
}


table {  font-family: "Courier New", Courier, mono; text-decoration: none}
body {  font-family: "Courier New", Courier, mono; text-decoration: none}
table {  font-family: "Courier New", Courier, mono; text-decoration: none}
img {
	border: none;
}

#logo {
        position: absolute;
	text-align: center;
	width: 99%;

}

#navi {
        position: fixed;
        left: 10px;
	top: 180px;
        background-color: #2c7cc7;
        text-align: center;
        width: 130px;
        line-height: 140%;

}

#content-area {
        position: absolute;
        left: 145px;
        top: 180px;
        width: 85%;
	min-height: 60%;
	padding-bottom: 50px;

}


#content {
        border: dotted 1px #000;
        padding-left: 10px;
        padding-right: 10px;
	
        line-height: 150%;

}

#bottom {
	position: absolute;
	bottom: 2px;
	text-align: right;
	width: 99%;
	

}

