/*
	KLN Enterprises Main Stylesheet
	By: Luke Petterson / lukemeister00@gmail.com
	

*/

@import url("base.css");

/* ---------------------------------------------------------------------- */
/* Core Elements */

body {
	font-family: Tahoma;
	font-size:80%;
	background-color:#f9f172;
}

h1, h2, h3, h4, h5 {
	margin:15px 0 9px 0;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

p {
	line-height:1.2em;
	margin-top:5px;
	margin-bottom:12px;
}

ul {
	margin:5px 0 8px 0;	
	list-style-type:disc;
}

li {
	margin:2px 0 2px 25px;
	line-height:1.3em;
}



/* ---------------------------------------------------------------------- */
/* Wrapper */

#wrapper {
	position:relative;
	width:850px;
	height:850px;
	border:0px solid #000;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}


/* ---------------------------------------------------------------------- */
/* Top */

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:88px;
	margin:0;
	padding:0;
	background-image:url("../images/bg_top.gif");
}


/* ---------------------------------------------------------------------- */
/* Middle */

#middle {
	position:absolute;
	left:0px;
	top:88px;
	width:850px;
	height:679px;
	margin:0;
	padding:0;
}


/* ---------------------------------------------------------------------- */
/* Middle Left */

#middle_left {
	position:absolute;
	left:0px;
	top:0px;
	width:79px;
	height:679px;
	margin:0;
	padding:0;
	background-image:url("../images/bg_left.gif");
}


/* ---------------------------------------------------------------------- */
/* Middle Center */

#middle_center {
	position:absolute;
	left:79px;
	top:0px;
	width:687px;
	height:679px;
	margin:0;
	padding:0;
	background-image:url("../images/bg_middle.gif");
}


/* ---------------------------------------------------------------------- */
/* Middle Right */

#middle_right {
	position:absolute;
	left:766px;
	top:0px;
	width:84px;
	height:679px;
	margin:0;
	padding:0;
	background-image:url("../images/bg_right.gif");
}


/* ---------------------------------------------------------------------- */
/* Bottom */

#bottom {
	position:absolute;
	left:0px;
	top:767px;
	width:850px;
	height:83px;
	margin:0;
	padding:0;
	background-image:url("../images/bg_bottom.gif");
}





