body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#303030;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;


}
.oneColElsCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:active;
	border-right:active;
	padding-top:50px;
	padding-left0;
	color:#F90;
	font:Verdana, Geneva, sans-serif;
	background-image:url("../images/kogs2.png");
	background-position: bottom left;
	background-repeat:no-repeat;
    -webkit-box-shadow:0px 0px 80px #000000;
    -moz-box-shadow:0px 0px 80px #000000;
    box-shadow: 0px 0px 80px #000000;
}
.oneColElsCtr #logo 
{
	
    width:124px;
    height:252px;
    background-image:url("../images/kslogo3.png");
	padding-left:150px;
}

.oneColElsCtr #mainContent {
	padding: 50px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:50px;
	margin-right:50px;
	font-size:18px;
	
}
.oneColElsCtr #headers {
	color:#FFF;
	text-align:right;
	font: Helvetica, sans-serif;
	font-size:28px;
	text-decoration:none;
	text-align:left;
	padding-left: 30px;
	padding-right:160px;
	
}
.oneColElsCtr #sub
{
	padding-left: 30px;
}
.oneColElsCtr #breaker {
	background-image:url('../images/breaker.png');
	background-repeat:repeat-x;
}
.oneColElsCtr #subpara {
	background-image:url('../images/KS_PARAGRAPH BLOCK2.png');
	background-repeat:no-repeat;
	height: 198px;
}
.oneColElsCtr #column {
	font-size:17px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
	width:auto;	
}
.oneColElsCtr #lists {
	font-size:15px;
}
.oneColElsCtr #bullet {
	font-size:15px;
}
#subparacontent {
	padding-left:220px;
	padding-top:18px;
	color:#666;
	font-size:17px;
}

#div1 { float:left; width:50%;}
#div2 { margin-left:50%; width:50%;}
#div3 { float:left; padding-left:50px; width:30%;}
#div4 { margin-left:33%; width:70%;}

#footer
{
	text-align:right;
	width:820px;
}