/* CSS Document */

body { 	
	font-family: Arial;
	font-weight: normal;
	background-color:#000000;
	text-align: center;
	margin-top: 0;
	margin-left: 8;
	margin-right: 8;
	padding: 0;
	color: #aaaaaa;
	font-size:14px;
      }
	
#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: justify;
	}


#comic{
	position:absolute;
	top:65;
	left:40;
	width:900;
	height:420;
	}
	

#menu{
	background-image:url(images/mn_background.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	position:relative;
	top:0px;
	left:0px;
	height:560px;
	width:940px;
	}


div.contents{
	background-color: #506650;
	color: #FFFFFF;
	padding-left:20px;
	padding-bottom:8px;
	border-style:ridge;
	border-color:#FFFFFF;
	margin-right:450px;
	width:200px;
	text-align: left;
	}

div.infobox{
	text-align:justify;
	margin-bottom:6px;
	width:700px;
	}

div.imagebox{
	float:left;
	width:80px;
	height:80px;
	padding:0px;
	margin-left:8px;
	margin-right:8px;
	overflow:hidden;
	}

.sect{
	font-family:"Times New Roman";
	font-style:italic;
	font-size:24px;
	}