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: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/kodomo_001_0285.png);
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	margin-top: 205px;
	margin-left: 600px;
	margin-right: 20px;
	margin-bottom: 30px;
	font-size: 10pt;
	border-left-style: none;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.award {
	font-family: "Helvetica Neue Bold", "Futura Medium", "Arial Bold", "Verdana Bold", sans-serif;
	font-size: 10pt;
	color: #999;
	letter-spacing: 1px;
}
#mainContent p {
	padding-left: 5px;
	font-size: 8pt;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 120%;
}
#mainContent h4 {
	margin: 0px;
	padding-top: 5px;
	padding-left: 148px;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	color: #999;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainContent h1 {
	font-family: Helvetica Neue Bold, Futura Medium, Arial Bold, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 200px;
	padding-left: 150px;
	padding-bottom: 0px;
	margin: 0px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}
.name {
	font-family: "Helvetica Neue Bold", "Futura Medium", "Arial Bold", "Verdana Bold", sans-serif;
	font-size: 12pt;
	color: #999;
	text-decoration: none;
	letter-spacing: 1px;
}
