
body {
	margin: 0px 0px auto;
	padding: 0px;
			font-family: sans-serif;
			font-size: 0.9em;
			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: larger;
			}

		a:visited { color: #AE6C33;
			text-decoration: none;
			font-weight: bolder;
		 	letter-spacing: 2px;
			font-size: larger;
			}

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

/* 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.2em;
		 	letter-spacing: .05em;
			
		   }
		p.subtitle {
			font-size: small;
			text-align: center;
			color: black;
			letter-spacing: normal;
			line-height: .25em;
			}
		p.linknav{
			border: 1px dotted #403A37;
			border-left: 0px;
			padding: 4px;
			background: #F1E9E0;

			}
/* 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: 150px;
	border: 0px;
	background: #ffffff;
	margin: 0px auto;

	}


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



div#content{
	background: #ffffff;
	width: 400px;
	margin-left: 200px;
	text-align: left;
	padding: 5px;
	padding-top: 15px;
	border: 1px dotted #403A37;
	border-top: none;
	}

div#linktree{
	background: #F7F7F0;
	float: left;
	width: 190px;
	text-align: right;
	padding-right: 10px;
	}

div#ashi{
	clear: both;
	font-size: x-small;
	padding: 5px 2px;
	}

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

