style.css

/* CSS style */
body {
	margin:0px; 
	padding:0px;
	font: 12pt serif, verdana, arial, serif;
	color: #a26403;
	/* background-image: url(ked.logo.jpg); */
	background-repeat: no-repeat;
	border-color: #da3c7b;
}
h3 {
	color: #563914;
}
a {
	text-decoration: none;
	border: none;
	color: #a26403;
}

img {
	border: white;
}

p {
	margin: 0 10px 10px 0;
	width: 732px;
	text-align: justify;
}

p a {
	font-weight: bold;
}

a:hover {
	border-bottom-color: #da3c7b;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	/*border: 1px solid green;*/
}

hr {
	margin: 20px 0;
	border: 1px dashed #fbcfe7;
	width: 732px;
}

div#logo {
	position:absolute; 
	left: 0; top: 0;
}
div#logo a:hover {
	border:none;
}

/* Nav Tabs */
div#nav {
	position:absolute;
	left: 230px;
	top: 70px;
	width: 800px;
	font-weight: bold;
	/* border: dashed;
	border-color: #da3c7b; */
}
div#nav a {
	text-decoration: none;
	border: none;
}

div#nav ul {
	margin:0; padding:0;
	list-style-type:none;
	/* border: 1px solid red; */
}
div#nav li {
	margin:0 1.5em 0 0; padding:4px;
	float:left;
	/*border: 1px solid green;*/
}

div#nav a:hover {
	color: #4EF328;
	border-bottom-color: #4EF328;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	/*border: 1px solid green;*/
}

div#nav li.sel {
	background-color: #fbcfe7;
	border-bottom-color: #4EF328;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

div#nav a {
	color: #79140E;
}


/* Left Column */
div#left {
	position:absolute; 
	left: 30px;
	top: 220px;
	width:150px; 
}

div#left a {
	text-decoration: none;
	border: none;
}

/* Left Column for "About" page */
div#left ul {
	margin:0; padding:0;
	list-style-type:none;
	font-weight: bold;
	text-align: right;
	border-left: dashed; 
	border-left-color: #da3c7b;
	
}
div#left ul li {
	margin:20px 0 20px 0; padding:4px;
	border: solid white;
}

div#left ul a:hover {
	border-bottom-color: #fbcfe7;
	border-bottom-style: dashed;
	color: #da3c7b;
}

div#left ul li.sel {
	border-bottom-color: #fbcfe7;
	border-bottom-style: dashed;
}
div#left ul li.sel a {
	color: #da3c7b;
}


/* Main Column */
div#main {
	padding-bottom: 10px;
	position:absolute;
	left: 230px;
	top: 140px;
	width: 800px;
	font-size: 10pt;
	/* border: dashed; 
	border-color: #da3c7b; */
}

/* Footer stuff */
div.clearfloats { clear:both; }

