#cont {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
	background-image: url(../img/layout/cont-bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../img/index/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 50px;
	margin-right: 50px;
	height: 450px;
	z-index: 1;
	position: relative;
	text-align: left;
}

#logo {
	width: 270px;
	height: 160px;
	position: relative;
	z-index: 2;
	top: 50px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navi {
	width: 310px;
	position: relative;
	left: 590px;
	z-index: 3;
	height: 140px;
	top: 150px;
}

#navi ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

#navi li {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
}

#n1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#n2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#n1 a {
	text-indent: -9999px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 145px;
	height: 140px;
	display: block;
}

#n2 a {
	text-indent: -9999px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 145px;
	height: 140px;
	display: block;
}

#n1 a:hover {
	text-indent: -9999px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 145px;
	height: 140px;
	display: block;
	background-image: url(../img/index/n1.jpg);
	background-repeat: no-repeat;
}

#n2 a:hover {
	text-indent: -9999px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 145px;
	height: 140px;
	display: block;
	background-image: url(../img/index/n2.jpg);
	background-repeat: no-repeat;
}

#main {
	margin-left: 50px;
	margin-right: 50px;
	clear: both;
}

#footer {
	background-image: url(../img/index/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	text-indent: -9999px;
}

#main p {
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


