body {
	background-color: Black;
	color: #ffe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
	#container {
width: 760px;
/*border: 1px solid gray;*/
margin-left: auto;
margin-right: auto;
background-color: #000;
background: url(bg_stripes.gif) top right repeat-y;

}
#right {
/*background-color: red;*/
	width: 560px;
	float: right;
}
#left {
background-color: blue;
	width: 200px;
	float: left;
	background: url(ks_headshot.jpg) top left no-repeat;
}
#banner {
/*border: 1px solid red;*/
background: url(hor-stripes.gif) top no-repeat;
}
#banner h1 {
	text-indent: -5000px;
	background: url(ks_writing.gif) no-repeat;
	height: 75px;
	margin: 0;
	}
#content {


font-family: Arial, Helvetica, sans-serif;
/*background-color: Fuchsia;*/
}
#content p {
	margin-top: 0;
}
#content a:link, #content a:visited {
	color: #60A1D8;
}
#content a:hover, #content a:active {
	color: #A5C9E9;
	text-decoration: none;
}
#sidebar ul {
	background: url(vert-stripes.gif) bottom left;
	list-style-type: none;
	margin: 0;
	margin-top: 267px;
	padding: 10px 0 60px 0;
}
#sidebar ul li {
	font: small-caps 17px Arial, Helvetica, sans-serif;
}
#sidebar a {
display: block;
	text-decoration: none;
	color: #f0f0f0;
	padding: 5px 0 5px 5px;
}
#sidebar a:hover {
color: whitesmoke;
	background: #557D75;
	}
	#toolbar {
background: #486B64 url(green_bar.jpg);
margin: 0;
padding: 0;
display: inline;
	}
#toolbar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #405F59;
	border-bottom: 2px solid #293E39;
	background: #486B64 url(green_bar.jpg) repeat-x top left;
	font: small-caps 17px Arial, Helvetica, sans-serif;
	width: 100%;
}
#toolbar li
{
list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(nav-little-line.gif) no-repeat top right;
}

#toolbar a {
	float: left;
	padding: 2px 10px;
	text-decoration: none;
	color: whitesmoke;
	}
#toolbar a:hover {
color: whitesmoke;
	background: #557D75;
	}
	#footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #385550;
	font-size: smaller;

	}
