
body {
	margin: 0px 0px auto;
	padding: 0px;
	background-image: url('speckle.jpg');
			font-family: Georgia,"Times New Roman",serif;
			font-size: 0.9em;
		 	letter-spacing: 2px;
			color: #444444;
	}

/* defines the page background, font, font color, and font spacing */

/* typical attributes of text links (regular, visited, hovering over)  */

		a:link { color: #A97878;
			text-decoration: none;
			font-weight: bolder;
		 	letter-spacing: 2px;
			font-size: 1em;
			padding: 2px;
			}

		a:visited { color: #D0C3BD;
			text-decoration: none;
			font-weight: bolder;
		 	letter-spacing: 2px;
			font-size: 1em;
			padding: 2px;
			}

		a:hover { color: #00BFF3;
			font-weight: bolder;
		 	letter-spacing: 2px;
			font-size: 1em;
			padding: 2px;
			} 

/* defines the decoration around links on the main page (background  color and graphic */


/* attributes of h4 tags & text */

		h4{
			font-weight: bolder;
			font-size: 1.4em;
		 	letter-spacing: .05em;
			
		   }
		p.subtitle {
			font-size: small;
			text-align: center;
			color: black;
			letter-spacing: normal;
			line-height: .25em;
			}

		p.comicblock {
			padding: 5px;
			font-size: .9em;
	clear: both;
			}
/* the header that contains the page title graphic & borders */

div#centerlayout{
	margin: 0 auto;
	margin-top: 0;
	text-align: center;
	border: 1px solid #403A37;
	border-top: none;
	width: 650px;
	background: #F7F7F0;
}

div#atama {
	height: 50px;
	background: #F7F7F0;
	margin: 0px auto;

	}


div#kubi{
	height: 30px;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: 900;
	font-size: 1em;
	color: #F7F7F0;
	background: #403A37;
	}

div#toplink{
	text-align: center;
	margin: -.5em;

	}

div#lowlink{
	text-align: center;
	margin: -.5em;

	}

object.navlink{
	border: 1px dotted #403A37;
			padding: 2px;
			background: #F1E9E0;

	}

div#content{
	background: #F1E9E0;
	width: 600px;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
	border: 1px dotted #403A37;
	}


/* the box that contains the page's main content*/

img.biopic {
	border: 1px dotted #403A37;
	float: right;
	margin: 10px;
	}

img.comicpic {
	border: 1px dotted #403A37;
	float: right;
	margin: 10px;
	}