/* CSS Document */

#toppage {
	width: 650px;
	height: 100px;
	padding-top: 5px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;


}

#menudv {
	width:180px;
	height:528px;
	position: absolute;
	top: 150px;
	left: 10px;
	
	}

#content {
	margin: 0 0px 0px 180px;
	height: ;
	width: 700px;
	top: 0px;

}

#footer {
	width: 700px;
	margin: 0 0px 0px 180px;

}

