/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 75%/137.5% Arial,Helvetica,Verdana,sans-serif;
	color: #999;
	background: #CCC url(../ktrainingwebimages/ktrainingbgstrip850.gif) repeat-y center;
	}
p {
	padding-top:5px;
	padding-bottom:10px;
	text-align:left;
	}
h1 {
	font: 112.5%;
	text-align:center;
	margin-bottom:30px;
	}
h1 span {
	display:none;
	}
h2 {
	font-weight:bolder;
	font-size:100%;
	color:#666;
	margin-top:10px;
	}
ul {
	list-style: square;
	padding-left:20px;
	}
.sublist {
	list-style: inside square;
	}
.subnotlist {
	list-style: none;
	}
	
/* ----------------- link styles ----------------------*/
a:link {
	color:#333;
	text-decoration:none;
	}
a:visited {
	color: #666;
	text-decoration:none;
	}
a:hover {
	color:#8F508A;
	text-decoration:underline;
	}
a:active {
	color: #669900;
	}
/* ----------------- wrapper ----------------------*/

#wrapper {
	background: #fff;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* -----------------  logo and picture header ----------------------*/
#header {
	margin:10px 0 0 0;
	background:#000;
	}

/* ----------------- menu and page titles ----------------------*/
#menutitle {
	margin:5px 0 0 0;
	padding:0;
	background:#000 url(../ktrainingwebimages/ktrainingheaderbg140x830.gif) no-repeat;
	height:140px;
	width:830px;
	}
#menu {
	margin:0;
	float:left;
	width:294px;
	padding:20px 0 0 0;
	}
#menu a {
	color:#CCC
	}
#menu a:hover {
	color:#8F508A;
	}
#menu a.currentpage {
	color:#FFF;
	}
#menu ul {
	margin:0px 0 10px 40px;
	padding:0;
	list-style:none;
	font-weight:bold;
	}
#title {
	margin:0;
	padding:0;
	width:536px;
	height:140px;
	float:left;
	}
#homepage h1 {
	background: url(../ktrainingwebimages/ktrainpagetitles/ktrainingheaderdynamictraining.gif) no-repeat;
	height:140px;
}
#aboutus h1 {
	background: url(../ktrainingwebimages/ktrainpagetitles/ktrainingheaderwhoweare.gif) no-repeat;
	height:140px;
}
#whatwedo h1 {
	background:url(../ktrainingwebimages/ktrainpagetitles/ktrainingheaderwhatwedo.gif) no-repeat;
	height:140px;
}
#whyus h1 {
	background: url(../ktrainingwebimages/ktrainpagetitles/ktrainingheaderwhyus.gif) no-repeat;
	height:140px;
}
#whowework h1 {
	background: url(../ktrainingwebimages/ktrainpagetitles/ktrainingheaderwhoworkwith.gif) no-repeat;
	height:140px;
}
#contact h1 {
	background: url(../ktrainingwebimages/ktrainpagetitles/ktrainingheadercontact.gif) no-repeat;
	height:140px;
	}
/* ----------------- clear both1 ----------------------*/
#clearboth1 {
	padding:0;
	margin:0;
	clear: both;
	height:5px;
	width:830px;
	background-color:#fff;
	font-size: 0;
	}
/* ----------------- main content ----------------------*/
#main {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	}
#subcolumn {
	margin:0;
	float:left;
	width:124px;
	padding:46px 130px 0 40px;
	}
#subcolumnlocation{
	margin:0;
	float:left;
	width:235px;
	padding:40px 18px 0 40px;
	}
#subcolumn p{
	font-style:italic;
	/*font-weight:bolder;*/
	color: #999;
	}
#maincolumn {
	margin:0;
	float:left;
	width:486px;
	padding:40px 50px 0 0;
	}
.box1 {
	float:left;
	height:125px;
	margin-bottom:20px;
	}
.boxpic {
	width:100px;
	height:125px;
	float:left;
	}
.boxtext {
	float:left;
	width:320px;
	padding:0 30px 0 20px;
	}
.boxtext p {
	padding-top:0;
	}
/* ----------------- footer and clearthis ----------------------*/
#footer {
	margin:0;
	clear: both;
	font-size:75%;
	padding:40px 0 20px 294px;
	}







	
