html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	color: #4e4e4e;
	font-family: Arial, sans-serif;
	
}

#main {
	position: relative;
	width: 876px;
	z-index: 2;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

#blue {
	position: fixed;
	z-index: 1;
	width: 50%;
	height: 100%;
	background-color: #66ccff;
	
}

#footer {
	width: 700px;
	border-top: 1px solid #b2e5ff;
	font-size: 10px;
	position: relative;
	left: 150px;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 140px;
	color: #959595;
	clear: both;
}

a {
	color: #4e4e4e;	
}

em {
	font-style: italic;	
}

strong {
	font-weight: bold;	
}

#footer a {
	color: #959595;
	text-decoration: none;	
}

#footer #contact {

}

#footer #address {
	position: absolute;
	left: 127px;
	top: 40px;
}

#footer #copyright {
	position: absolute;
	left: 484px;
	top: 40px;
	color: #4e4e4e;
}

.projects #footer #copyright {
		color: #fff;
	}

#footer .kd {
	font-weight: bold;
	font-size: 11px;
}

a img {
	border: 0px;	
}

#nav {
	position: relative;
	height: 133px;
}

#nav .nav_home {
	display: block;
	width: 123px;
	height: 133px;
	text-align: center;
	top: 0px;
	background: url('images/kd_logo.gif') no-repeat 25px 40px;
}

#nav .nav_home span {
	display: none;
}

#nav a {
	font-size: 18px;
	height: 15px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 60px;
	text-decoration: none;
	text-transform: uppercase;
}


#nav a.current {
	font-weight: bold;
}

#nav .nav_news {
	left: 150px;
}

#nav .nav_projects {
	left: 270px;
}

#nav .nav_writings {
	left: 418px;
}

#nav .nav_info {
	left: 560px;
}

#nav .nav_home img {
	margin-top: 40px;
}

#content {
	position: relative;
	left: 150px;
}

#main_column {
	width: 460px;
	position: relative;
	
}

#right_column {
	position: absolute;
	left: 488px;
	top: 0px;
	width: 214px;
}

#right_column h3 {
	border-bottom: 1px solid #66ccff;
	color: #66ccff;
	padding: 22px 0px;
	font-size: 16px;
	font-family: sans-serif;
	margin-bottom: 18px;
	border-top: 4px solid #66ccff;
	
}

.news #right_column a {
	display: block;
	border-top: 4px solid #66ccff;
	padding: 20px 0;
	text-decoration: none;
	font-weight: bold;
	
}

.writings #right_column li, .info #right_column li {
	padding-left: 16px;
	background: url("images/line.gif") no-repeat 0px 6px;
	list-style-position: inside;
	line-height: 11px;
}

.writings #right_column a, .info #right_column a {
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
	color: #4e4e4e;
	vertical-align: middle;
}

.writings #right_column a:hover, .info #right_column a:hover {
	text-decoration: underline;	
}

.item {
	font-size: 13px;
	border-top: 4px solid #66ccff;
	padding-bottom: 40px;
	clear: both;
	position: relative;
}

.item h2 {
	border-bottom: 1px solid #b2e5ff;
	color: #66ccff;
	padding: 18px 0px 16px 0px;
	font-size: 24px;
	font-family: sans-serif;
	margin-bottom: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}
.item .date {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
}

.item .download {
	position: absolute;
	font-size: 11px;
		
	top: 150px;
}

.item .download img {
	margin: 10px 0px;	
}

.item .download a {
	font-weight: bold;
	text-decoration: none;	
}

.item .download a span {
	font-weight: normal;	
}

.item .item_body {
	width: 330px;
	left: 123px;
	position: relative;
	padding-bottom: 20px;
	letter-spacing: 0px;
	line-height: 18px;
	font-size: 13px;
}

.item .item_image {
	padding-bottom: 16px;
	background: transparent url(images/image_border.gif) repeat-x bottom;
	margin-bottom: 20px;
	float: left;
}

.pageNav a {
	text-decoration: none;
	font-size: 20px;
}

body.projects {
	background-color: #66ccff;
}

.projects #nav .nav_home {
	background-image: url('images/kd_logo_blue.gif');
}

.projects #main {
	background-color: #66ccff;
}

.projects #blue {
	background-color: #fff;
}

.projects #nav a {
	color: #fff;
}

.projects a, .projects #footer a, .projects #footer {
	color: #fff;
}
.projects #footer {
	border-top: 1px solid #fff;
}
