@charset "utf-8";
/* CSS Document */

#main {
	width: 920px;
	position: relative;
	margin: auto;
}

#head {
	background: url("../images/header.png") no-repeat 0px 0px;
	width: 100%;
	height: 203px;
	position: absolute;
}

#head img {
	position: absolute;
	top: 20px;
	left: 106px;
}

#mid {
	background: url("../images/paper.png") repeat-y 0px 0px;
	width: 100%;
	position: relative;
	top: 203px;
}

#nav {
	width: 185px;
	height: 475px;
	position: absolute;
	left: 50px;
	float: left;
	margin: 0px; padding: 0px;
}

#cont {
	width: 600px;
	min-height: 445px;
	position: relative;
	left: 270px;
}

#foot {
	background: url("../images/footer.png") no-repeat 0px 0px;
	width: 100%;
	height: 150px;
	margin-top: 203px;
}

#foot div {
	width: 600px;
	position: absolute;
	right: 50px;
}
