@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0E0D8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0E0D8C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #nav {
	background-color: #0E0D8C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F0C92D;
	border-right-color: #F0C92D;
	border-bottom-color: #F0C92D;
	border-left-color: #F0C92D;
	height: 22px;
}

.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/kanji_love.gif);
	width: 930px;
}
.oneColFixCtrHdr #footer {
	background-color: #F0F0FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: none;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
	a:link color:#0E0D8C;
	a:visited color: #0E0D8C;	
	}


