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

#wrapper {
	height: 1000px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 0;
	top: 10px;
}
#LeftMenu {
	background-image: url(images/ColumnBackground.png);
	background-repeat: repeat;
	position: absolute;
	height: 760px;
	width: 190px;
	top: 230px;
	z-index: 5;
	left: 0px;
	padding: 5px;
	overflow: hidden;
}
#Header {
	position:absolute;
	width:1000px;
	height:200px;
	z-index:1;
	background-image: url(images/HomeHeader.png);
	left: 0px;
}
#HomeLogo {
	position:absolute;
	width:250px;
	height:200px;
	z-index:1;
	left: 0px;
	top: 0px;
}
body {
	background-color: #369;
}
#Divider {
	position:absolute;
	width:1000px;
	height:30px;
	z-index:2;
	top: 200px;
	background-image: url(images/HomeDivider.png);
	background-repeat: repeat-x;
}
#RightMenu {
	background-image: url(images/ColumnBackground.png);
	position: absolute;
	width: 190px;
	height: 760px;
	top: 230px;
	left: 800px;
	z-index: 6;
	padding: 5px;
}
#Contents {
	
	background-color: #FFF;
	height: 730px;
	width: 560px;
	left: 200px;
	top: 230px;
	position: absolute;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#MangaHeader {
	position: absolute;
	height: 200px;
	width: 750px;
	left: 250px;
	top: 0px;
}
.ZHDHeader {
	background-image: url(images/ZHDHeader.jpg);
}

.ProjectsMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style-type: square;
	padding: 0 10px 0 10px;
	
}

.ProjectsMenu a:link {
	color:#FFF;
	text-decoration:none;
}
.ProjectsMenu a:visited {
	color: #FFF;
	text-decoration:none;
}
.ProjectsMenu a:hover {
	color:#F90;
	text-decoration:none;
}
.ProjectsMenu a:active {
	
	color: #FFF;
	text-decoration:none;
}

ul li.ProjectsMenu {
	padding-left: 0px;
	margin-left:-20px;
	font-size: 14px;
	line-height: 125%;
}
h1.ProjectsMenu {
	font-weight:bold;
	font-size: 18px;

}
.Contents {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
	
.Contents h1 {
	font-size: 16px;
}
.Contents p ul li {
	font-size: 12px;
}
.Contents ul li {
	padding-left: 0px;
	line-height: 125%;
}

.Contents a:link {
	color:#069;
	text-decoration:none;
}
.Contents a:visited {
	color: #069;
	text-decoration:none;
}
.Contents a:hover {
	color:#F90;
	text-decoration:none;
}
.Contents a:active {
	color: #069;
	text-decoration:none;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	height: 30px;
	width: 560px;
	left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	top: 970px;
}
.mangaImages {
	float: right;
	position: absolute;
	margin: 10px;
	width: 172px;
	height: 459px;
}
#chp4Image1 {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageFloatLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
