/* CSS Document */
.hidden { display: none; }
.unhidden { display: block; }
.invisible { visibility: hidden; }
.visible { visibility: visible; }
#parent {
	padding-top: 4%;
}
#nav {
	width : 923px;
	z-index: 2;
}
#header {
	width : 923px;
	height: 146px;
	z-index: 2;
}
#title {
	width : 918px;
	height: 62px;
	z-index: 2;
}
#content {
	width : 918px;
	height: 425px;
	z-index: 1;
}
#content_main {
	width : 918px;
	padding-left: 110px;
	background-image: url(content_back_c.jpg);
	background-repeat: no-repeat;
	height: 425px;
	font-variant: small-caps;
	font-weight: 400;
	z-index: 1;	
}
#footer {
	width : 916px;
	z-index: 2;
}
#mycustomscroll {
	width: 770px;
	height: 400px;
	overflow: auto;
	position: relative;
	padding: 15px;
	z-index: 1;
}
#mycustomscroll2 {
	width: 762px;
	height: 380px;
	overflow: auto;
	position: relative;
	padding: 15px;
	z-index: 2;
}
#mycustomscroll3 {
	width: 700px;
	height: 380px;
	overflow: auto;
	position: relative;
	padding: 15px;
	z-index: 3;
}
