html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, a, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #666;	
}

a:hover {
	color: #333;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	background-color: #E7E8E9;
	text-align: center;
}

#wrapper {
	width: 973px;
	margin:10px auto;
	text-align: left;
}


#logo {
	height: 80px;
	background-image: url(../images/kex_header.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 40px;
}

#navigation {
	height: 20px;
	padding: 0 40px 0 0;
	background-image: url(../images/kex_content.jpg);
	background-repeat: no-repeat;
}

#content {
	font-size: 90%;
	padding: 45px 0 20px 50px;
	background-image: url(../images/kex_center.jpg);
	background-repeat: repeat;
}

#contentLeft {
	width: 286px;
	float: left;
	background-color: #FFFFFF;
}

#contentCenter {
	width: 240px;
	float: left;
	padding: 0 0 0 50px;
}

#contentWide{
	width: 760px;
	float: left;
	padding: 0 0 0 50px;
}

#contentCenter ul {
	padding: 0 0 0 18px;
}

#contentRight {
	padding: 0 13px 0 0;
	float: right;
}

#contentUnder {
	text-align: right;
	padding: 0 13px 0 0;
}

#close {
	clear: both;
}

#title1 {
	font-size: 150%;
	color: #FF3333;
	padding: 0 0 10px 0;
}

.subTitle {
	font-size: 90%;
	font-weight: bold;
}

.subTitle2 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 20px;
}

.textBlock {
	font-size: 80%;
	color: #666666;
}

.textBlock2 {
	font-size: 80%;
	color: #666666;
	padding: 0 0 0 20px;
}

#bottom {
	height: 102px;
	background-image: url(../images/kex_bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	font-size: 70%;
	color: #888888;
	padding: 0 0 0 35px;
}

