/*	Pumbum
	Laurel K
	pb_stylez.css
	*/
	
body {
	text-align: center;
}

.title {
	width: 375px;
	height: 220px;
	margin: auto;
	margin-bottom: 15px;
	padding: 0px;
}

.pagelinks {
	width: 450px;
	height: 45px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/*	Small text at bottom of every page	*/
.bottompagetxt {
	width: 600px;
	color: #003333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 25px;
}

.comic {
	width: 700px;
	color: #003333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


.aboutbox {
	background-image: url("images/bg_aboutbox.gif");
	background-repeat: repeat-y;
	width: 600px;
	min-height: 270px;
	margin: auto;
}

.abouttext {
	width: 530px;
	color: #003333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

/*	For the chapter select at the top of the archive page	*/
.arch_list {
	background-color: #b8edff;
	width: 500px;
	color: #003333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
}

/*	chapter div	*/
.arch_chapter {
	width: 600px;
	margin: auto;
	margin-bottom: 15px;
}

/* anything with the text i like for pb */
.pbtext {
	color: #003333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}


.hr_bubs {
	background-image: url("images/hr_bubbles.gif");
	width: 500px;
	height: 60px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*	Float Something Left	*/
.fleft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}

/*	Float Something Right	*/
.fright {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*	TINY TEXT	*/
.tinytext {
	font-size: 8px;
	font-weight: normal;
	line-height: 14px;
}

img {
	border: 0px;	
}

a:link, a:visited {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #006666;
	font-weight: bold;
	text-decoration: underline;
}
