/* Chibikame.net page layout style sheet */

/* html and body */
html {
	margin: 10px;
	padding: 10px;
	}
body { 
	margin: 0px; 
	padding: 0px;
	}
/* END html and body */

/* Section Specific */
#container {
	width: 770px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	}
#introduction {
	width: 770px;
	height: 250px;
	}
#preamble {
	position: absolute;
	top: 0px;
	width: 310px;
	margin-left: 450px;
	}
#sidebar {
	float: right;
	width: 150px;
	padding-left: 10px;
  border-color: black;
	border-style: solid;
	border-width: 1px;
	}
/* END Section Specific */

/* Content and Subsections */
#content {
	float: left;
	width: 570px;
	padding: 10px;
  border-color: black;
	border-style: solid;
	border-width: 1px;
	}
/* END Content and Subsections */
	
/* Header Graphics - Replace section titles with graphics. */
#pageHeader {
	width: 560px;
	height: 230px;
	margin-left: 15px;
	margin-top: -15px;
	background-image: url("chibikame.logo.spring.004.gif");
	background-position: right;
	background-repeat: no-repeat;
	}
/* END Header Graphics */
	
/* Invisibility - Make section titles invisible for graphic display. */
#pageHeader h1 span, h2 span {
	display: none;
	}
#preamble h3 span {
	display: none;
	}
