/* GENERAL --------------------------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C4A78A;
	background-image: url(../img/bgs/greywallp.gif);
	font-family: "Trebuchet MS", sans-serif;
	color: #333333;
	font-size: 90%;
}
.spacer {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 0px;
}



/* LAYOUT SECTIONS - PAGE ------------------------------------------------------------------ */
#kouter {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
#kinner {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../img/bgs/midslice.png);
	background-repeat: repeat-y;
}
/* LAYOUT SECTIONS - PARTS ------------------------------------------------------------------ */
#middlesection, #nav {
	background-image: url(../img/bgs/midslice.png);
	background-repeat: repeat-y;
	width: 970px;
}

/* SIDE MARGINS THROUGHOUT */
#middlesection, #header, #footer, #nav {
	padding-right: 15px;
	padding-left: 15px;
}
#header {
	background-image: url(../img/bgs/topslice.png);
	height: 104px;
	width: 970px;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../img/bgs/bottomslice.png);
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	width: 970px;
	padding-top: 6px;
}

#bottomsection {
	background-image: url(../img/bgs/nicestonebg.gif);
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#nav {
	height: 36px;

}
#nav img {
	padding-right: 4px;
	padding-left: 14px;
}


#rightcolumn {
	float: right;
	width: 264px;
	padding: 10px;
}
.infocolumn {
	float: left;
	width: 240px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	margin-right: 20px;
	padding-right: 12px;
	padding-left: 12px;
}

#maincontainer {
	padding-top: 10px;
}





/* STANDARD TEXT STYLES */
h1,h2,h3 {
	text-transform: capitalize;
	margin: 0px 0px 9px;
	letter-spacing:-1px;
}
p {
	margin: 0px;
	padding-bottom: 3px;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}
.infobox {
	margin: 3px;
	padding: 10px;
	width: 250px;
	border: 1px solid #E0E0E0;
	background-color: #FAFAFA;
}
li {
	list-style-position: inside;
	background-image: url(../img/tinybullet.png);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	list-style-type: none;
	padding-left: 25px;
}
ul {
	margin-bottom: 25px;
}
h1 {
	font-size: 160%;

}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}


/* KMENU AND BUTTONS: */
#kmenu a {
	background-image: url(../img/bgs/menubutbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #bbb;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
		height: 36px;
	line-height: 36px;
}
#kmenu .buttons {
	float: left;
}
#kmenu a:hover {
	background-image: url(../img/bgs/menubutbghi.jpg);
	background-repeat: no-repeat;
	background-position: left;
		color: #FFF;

}
#kmenu-old {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
/*this one was menu - check for dupes! */
#kmenu {
	color: #FFFFFF;
	background-color: #333333;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	background-image: url(../img/bgs/menugradbg.jpg);
	background-repeat: repeat-x;
	height: 36px;
}


/* SMALLER LAYOUT OR COMPONENT ITEMS */

#infobox {
	border: 1px dashed #CCCCCC;
	margin-bottom: 15px;
	width: 640px;
	float: left;
	background-color: #ffffff;
	text-align: left;
	padding: 15px;

}

