body {
    font-family: Georgia;
    font-size: 11pt;
    color: #808284;
    line-height: 20pt;
    background-color: #ffffff;
    padding: 0px;
    margin:0px;
    background-image: url('../images/KLC_background.png');
	background-position:top;
    background-repeat: repeat-x;
}

a {
    color: #808284;
}

div.main_container {
    width: 1000px;
	height:auto;
    margin-left: auto;
    margin-right: auto;
	background-color:none;
	background-image: url('../images/KLC_bottom.png');
	background-position:bottom;
    background-repeat: no-repeat;
	background-attachment:fixed;
}

div.logo {
	position:relative;
	width:330px;
	float:right;
    top: -200px;
	z-index:10;
}

div.nav {
	position:relative;
	width:550px;
    top: 0px;
    left: 0px;
	text-align:left;
}

div.content_container {
    top: 0px;
    width: 550px;
    background-color: none;
    position: relative;
}

div.content {
    background-color: none;
    width: 537px;
    padding: 0px 0px 0px 0px;
    height: auto;
	position: relative;
}

div.content_book {
    background-color: none;
    width: 748px;
    padding: 0px 0px 0px 0px;
    height: auto;
	position: relative;
}

div.sidebar {
    position: absolute;
    top: 0px;
    left: 559px;
    width: 220px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: none;
    padding: 15px;
}

h1 {
    margin: 0px;
    padding: 0px;
    color: #6f1400;    
    font-size: 17pt;
}

h2 {
    font-size: 12pt;
    margin: 0px;
    padding: 0px;
    color: #e6b012;    
}

div.body {
    width: 510px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    text-align: justify;
}

div.body_book {
    width: 748px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    text-align: justify;
}

p {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

h3 {
    color: #6f1400;
    font-weight: bold;
    font-size: 14pt;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-weight: bold;
    font-size: 14pt;
    padding: 0px;
    margin: 0px;
}

div.footer {
    clear: both;
    text-align: right;
    color: #808284;
    font-size: 8pt;
}

div.footer a {
    text-decoration: none;
}

div.footer a:hover {
    text-decoration: underline;
}