@charset "utf-8";
/* CSS Document */

/************************************************/
/* knstyle.css                                  */
/* Copyright 2008 Osentric Studios              */
/************************************************/

/************************************************/
/* HTML Tag Styles															*/
/************************************************/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.80em;
	line-height: 1.5em;
	background-color: #4e6375;
	color: #96a8b7;
	text-align: center;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

/************************************************/
/* Layout Partitions														*/
/************************************************/

/************** MainMod **************/
#MainMod {
	height: 424px;
	width: 852px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#mm_left {
	float: left;
	height: 424px;
	width: 33px;
	background: url(images/mm_bg_left.gif) no-repeat;
}

#mm_right {
	float: right;
	height: 424px;
	width: 33px;
	background: url(images/mm_bg_right.gif) no-repeat;
}

#mm_center {
	float: left;
	height: 424px;
	width: 786px;
	background: url(images/mm_bg.gif) repeat-x;
}

#mm_logotext {
	height: 35px;
	width: 304px;
	margin: 43px auto 0 auto;
	text-align: center;
	background: url(images/mm_logotext.png) no-repeat;
}

#mm_logo {
	height: 186px;
	width: 264px;
	margin: 41px auto 0 auto;
	text-align: center;
	background: url(images/mm_logo.png) no-repeat;
}

/************** NavMod **************/
#NavMod {
	height: 33px;
	width: 726px;
	margin: 79px auto 0 auto;
}

#nm_left {
	float: left;
	height: 33px;
	width: 34px;
	background: url(images/nm_bg_left.gif) no-repeat;
}

#nm_right {
	float: right;
	height: 33px;
	width: 34px;
	background: url(images/nm_bg_right.gif) no-repeat;
}

#nm_center {
	float: left;
	height: 33px;
	width: 658px;
	background: url(images/nm_bg.gif) repeat-x;
}

#nm_center ul {
	list-style: none;
	margin: 0 0 0 175px;
	padding: 0;
}

#nm_center ul li {
	float: left;
}

#nm_center ul li a {
	display: block;
	color: #2d6da5;
	font-weight: bold;
	text-decoration: none;
	line-height: 33px;
	padding: 0 35px;
}

#nm_center ul li a:hover {
	color: #bed2e4;
	background: url(images/nm_bg_hv.gif) repeat-x;
}