@charset "utf-8";
/* CSS Document */

body {background-color:#000;} 


/* Header/Logo */

#header {
	width: 900px;
	height: 198px;
	margin: 0 auto;
	text-align: left;
	background: #000 url(images/ndwheader.png) no-repeat center;
}

#header h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#menu {
	width: 200px;
	height: 455px;
	float: left;
}

/* Home Content Body */
#home {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	color: #EED393;
	background: #000 ;
}

#homeflash {
	padding-right: 4px;
	text-align: center;
}

/* Content Body */
#content {
	width: 900px;
	height: 457px;
	margin: 0 auto;
	background: #FFF url(images/ndwcontent.png) no-repeat center;
}

/* Content Body */
#homecontent {
	width: 900px;
	height: 457px;
	margin: 0 auto;
	background: #FFF url(images/homecontent.png) no-repeat center;
}

/* About Body */
#about {
	margin: 0 auto;
	text-align: justify;
	color: #231F20;
	background: #fff;
	height: 455px;
	width: 700px;
	float: right;
	background: url(images/about.png) no-repeat left;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
}

/* Contact Body */
#contact {
	margin: 0 auto;
	text-align: center;
	color: #231F20;
	background: #fff;
	height: 455px;
	width: 700px;
	float: right;
	background: url(images/contactback.png) no-repeat right;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 24px;
}


#contact h3 {
	font-size: 24px;
}

/* Local Body */
#local {
	margin: 0 auto;
	text-align: justify;
	height: 455px;
	width: 700px;
	float: right;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	color: #231F20;
	background: #fff;
}

#local h2 {
	color: #008D7F;
}
#local h3 {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	color: #008D7F;
}

#founder {
	height: 455px; 
	margin-right: 3px; 
	text-align: justify; 
	overflow: auto;
}

/* Year Body */
#year {
	margin: 0 auto;
	text-align: center;
	height: 455px;
	width: 700px;
	float: right;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	color: #231F20;
	background: #fff;
	overflow: auto;
}

#year h1 {
	color: #008D7F;
}
#year h3 {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 18px;
	color: #A54499;
}

/* Table  */
#table {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	color: #231F20;
}


/* Sponsers Body */
#spon {
	margin: 0 auto;
	text-align: center;
	height: 455px;
	width: 700px;
	float: right;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	color: #231F20;
	background: #fff;
	overflow: auto;
}

/* Past Body */
#past {
	margin: 0 auto;
	text-align: center;
	height: 455px;
	width: 700px;
	float: right;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	color: #231F20;
	background: #fff;
	overflow: auto;
}

/* Footer */
#footer {
	width: 900px;
	height: 29px;
	margin: 0 auto;
	background: #000 url(images/ndw-footer.png);
}

#footer a{
	color:#FFF;
}

#copyright {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	color:#FFF;
	background: #000 
}

#copyright a{
	color:#06F; 
}