@CHARSET "ISO-8859-1";

body {
/* this is still being implimented
background: url(../homebk-upper.jpg) no-repeat scroll left top;
*/
color:#555753;
font-family:georgia;
font-size:9pt;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:17pt;
}

#container {
/* this is still being implimeted
	background:transparent url(../homebk-lower.jpg) no-repeat scroll right bottom;
	*/
	height:100%;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:100%;
}
#image {
	width:87%;
	float:right;
}
#wrapper-container {	
	height:85%;
	position:relative;
	width:85%;
	top:49px;
}


#column-left {
	width:27%;
	margin: auto;
	float:right;
	height:100%;
	top:0px;
	
}
#column-center {
	float:right;
	height:100%;
	margin:auto;
	width:27%;

}

#column-right {
	float:right;
	height:100%;
	margin:0px;
	width:27%;
	
}

#intro {
	min-width: 800px;
	height: 800px;
}

#upper-left {
	border:5px solid black;
	height:33%;
	padding:0px;
	position:relative;
	width:auto;
	border-left-width:0px;
	border-top-width:0px;
	min-height:185px;
}




#bottom {
	border:5px solid black;
	height:33%;
	border-bottom-width:0px;
	padding:0px;
	position:relative;
	width:auto;
	min-height:185px;
}

#top {
	border:5px solid black;
	height:33%;
	padding:0px;
	position:relative;
	width:auto;
	border-top-width:0px;
	min-height:185px;
	
}

#top-right {
	
	border:5px solid black;
	height:33%;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	position:relative;
	width:auto;
	border-right-width:0px;
	border-top-width:0px;
	min-height:185px;
	
}

#middle-left {
	border:5px solid black;
	height:33%;
	padding:0px;
	position:relative;
	width:auto;
	border-left-width:0px;
	min-height:185px;
}

#center {
	background:white url(../images/kw.jpg) no-repeat scroll center;
	border:5px solid black;
	height:33%;
	padding:0px;
	position:relative;
	width:auto;
	min-height:185px;
}

#middle-right {
	border:5px solid black;
	height:33%;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	position:relative;
	width:auto;
	border-right-width:0px;
	min-height:185px;
}

#bottom-left {
	border:5px solid black;
	height:33%;
	padding:0px;
	position:relative;;
	width:auto;
	border-bottom-width:0px;
	border-left-width:0px;
	min-height:185px;
}

#bottom-right{
	
	border:5px solid black;
	height:33%;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	position:relative;
	width:auto;
	border-bottom-width:0px;
	border-right-width:0px;
	min-height:185px;
}

.content {
	text-align: center;
	
	overflow:hidden;
}

