body {
	background: url("imgs/page.gif");
	margin: 5px;
	padding: 5px;
}

/* NAVIGATION */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 40px;
}
#nav span {
	display: none;
}
#home a {
	background: url("imgs/nav/home1.gif");
}
#home a:hover, #home .active {
	background: url("imgs/nav/home2.gif");
}
#kcl_dl a {
	background: url("imgs/nav/kcl_dl1.gif");
}
#kcl_dl a:hover, #kcl_dl .active {
	background: url("imgs/nav/kcl_dl2.gif");
}
#kcl_create a {
	background: url("imgs/nav/kcl_create1.gif");
}
#kcl_create a:hover, #kcl_create .active {
	background: url("imgs/nav/kcl_create2.gif");
}
#kcl_wiz a {
	background: url("imgs/nav/kcl_wiz1.gif");
}
#kcl_wiz a:hover, #kcl_wiz .active {
	background: url("imgs/nav/kcl_wiz2.gif");
}
#bonuses a {
	background: url("imgs/nav/bonuses1.gif");
}
#bonuses a:hover, #bonuses .active {
	background: url("imgs/nav/bonuses2.gif");
}
#tutorial a {
	background: url("imgs/nav/tut1.gif");
}
#tutorial a:hover, #tutorials .active {
	background: url("imgs/nav/tut2.gif");
}
#review a {
	background: url("imgs/nav/review1.gif");
}
#review a:hover, #review .active {
	background: url("imgs/nav/review2.gif");
}
#customers a {
	background: url("imgs/nav/customers1.gif");
}
#customers a:hover, #customers .active {
	background: url("imgs/nav/customers2.gif");
}

/* TYPOGRAPHY */
#content {
	width: 95%;
	margin: 5px auto;
	text-align: left;
	font: 10pt arial, sans-serif;
	color: #4A4A4A;
}
#content h2 {
	color: #377237;
	font: bold 16pt verdana, sans-serif;
	letter-spacing: 3px;
	text-align: left;
}
#content h3 {
	color: #AD0000;
	font: bold 14pt palatino, serif;
	letter-spacing: 2px;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}
#content a:hover {
	text-decoration: underline;
	color: #377237;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* IE HACKS */
* html #main, * html #footer, * html #nav {
	position: relative;
	top: -4px;
}
* html #main {
	margin-bottom: 5px;
}