/* -------------------------------------------------------------- 
   
   custom.css
   * Sets up custom typography.
  
-------------------------------------------------------------- */

body { 
  color: #dd9acf;
  background: #000;
}
h1,h2,h3,h4,h5,h6 { 
  color: #dd9acf; 
}


/* Headings
-------------------------------------------------------------- */

h1 { font-size: 1.5em; text-transform: lowercase; line-height: 1; margin-bottom: 0; text-align: center; }
h2 { font-size: 1em; text-transform: uppercase; margin-bottom: 1.5em; }


/* Text elements
-------------------------------------------------------------- */

ul          { list-style-type: disc; }

a:focus, 
a:hover     { color: #dd9acf; text-decoration: underline; }
a           { color: #dd9acf; text-decoration: none; }








.knid_main {
	height: 425px;
}
.center {
	text-align: center;
}





/* Navigaton
-------------------------------------------------------------- */

#nav_main_wrp {
	margin: 0;
	padding: 0;
	width: 900px;
	padding-top: 10px;
	background: #000000;
}
#nav_main {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 900px;
	list-style: none;
	background: transparent url('../img/knid-nav.gif') 0 0 no-repeat;
}
#nav_main li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#nav_main a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	width: 900px;
}
li#nav_main-1 a {
	background: transparent url('../img/knid-nav.gif') 0 0 no-repeat;
	width: 177px;
}
li#nav_main-2 a {
	background: transparent url('../img/knid-nav.gif') -177px 0 no-repeat;
	width: 148px;
}
li#nav_main-3 a {
	background: transparent url('../img/knid-nav.gif') -325px 0 no-repeat;
	width: 106px;
}
li#nav_main-4 a {
	background: transparent url('../img/knid-nav.gif') -431px 0 no-repeat;
	width: 91px;
}
li#nav_main-5 a {
	background: transparent url('../img/knid-nav.gif') -785px 0 no-repeat;
	float: right;
	width: 115px;
}
li#nav_main-1 a:hover, li#nav_main-1.selected a {
	background: transparent url('../img/knid-nav.gif') 0 -30px no-repeat;
}
li#nav_main-2 a:hover, li#nav_main-2.selected a {
	background: transparent url('../img/knid-nav.gif') -177px -30px no-repeat;
}
li#nav_main-3 a:hover, li#nav_main-3.selected a {
	background: transparent url('../img/knid-nav.gif') -325px -30px no-repeat;
}
li#nav_main-4 a:hover, li#nav_main-4.selected a {
	background: transparent url('../img/knid-nav.gif') -431px -30px no-repeat;
}
li#nav_main-5 a:hover, li#nav_main-5.selected a {
	background: transparent url('../img/knid-nav.gif') -785px -30px no-repeat;
}
