@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/assets/images/metal_background.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	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: #000000;
}
.nwky-nkan-class #container-home {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 550px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-image:url(/assets/images/content_bg.jpg);
	background-repeat: no-repeat;
}
.nwky-nkan-class #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center;
	margin-top: 50px;
	margin-bottom: 125px;
	background-image:url(/assets/images/content_bg_interior.jpg);
	background-repeat: no-repeat;
}
.nwky-nkan-class #footer {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}
.nwky-nkan-class #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	/*z-index: 2;
	height: 585px;*/
	

}

.nwky-nkan-class #mainContent-interior {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	/*z-index: 2;*/
	
	
}

.nwky-nkan-class #nav {
	position: absolute;
	text-align: right;
	color: #FFFFFF;
	line-height: 18px;
	width: 160px;
	margin: 142px 0 0 100px;
	font-size: 11px;
}

.nwky-nkan-class #nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.nwky-nkan-class a {
	color: #2E1D5C;
	text-decoration: none;
}

.nwky-nkan-class #section-header {
	position: absolute;
	z-index: 60;
	text-align: right;
	line-height: 18px;
	margin: 135px 0 0 329px;
}

.nwky-nkan-class #left-column {
	margin: 0 0 0 0;
	width: 320px;
	height: 300px;
	padding: 0px;
	float:left;
	vertical-align: top;
}

.nwky-nkan-class #section-content {
	font-size: 0.8em;
	text-align: left;
	color: #666666;
	line-height: 15px;
	margin: 135px 0 0 10px;
	width: 450px;
	padding: 0px;
	float:left;
	vertical-align: top;
}

.nwky-nkan-class #section-content strong {
	color: #2E1D5C;
}

.nwky-nkan-class #section-content-home {
	font-size: 0.9em;
	position: absolute;
	z-index: 70;
	text-align: left;
	color: #666666;
	line-height: 15px;
	margin: 180px 0 0 329px;
	width: 450px;
	font-weight: bold;
	padding: 0px;
}
.nwky-nkan-class #section-content li {
	margin-bottom: 5px;
}

.nwky-nkan-class #logos {
	font-size: 0.8em;
	position: absolute;
	text-align: left;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

.nwky-nkan-class #nwky-link {
	font-size: 0.8em;
	position: absolute;
	z-index: 80;
	text-align: left;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
	margin-top: 292px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 598px;
	width: 138px;
}

.nwky-nkan-class #section-tagline {
	font-size: 0.9em;
	position: absolute;
	z-index: 90;
	text-align: left;
	color: #95B931;
	line-height: 15px;
	margin: 290px 0 0 286px;
	font-weight: bold;
	padding: 0px;
}

.float-right {
	float: right;
	margin: 0 0 10px 10px;


}
.float-left {
	float: left;
	margin: 0 10px 0 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

