body {
margin: 0px;
padding: 0px;
background-color: #000066;
}

#container {
position: relative;
width: 768px;
margin: 0px auto;
background-color: #fff;
}

#flashTitle {
position: relative;
width: 768px;
margin: 0px auto;
}

.seperator {
position: relative;
float: left;
height: 5px;
width: 100%;
background-color: #996600;
overflow: hidden;
}

.seperatorBlack {
position: relative;
float: left;
height: 1px;
width: 700px;
background-color: #808080;
overflow: hidden;
}

#top {
position: relative;
float: left;
width: 100%;
height: 40px;
padding: 0px;
background: #000066;
}

#nav {
position: relative;
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}

#navCorner {
float: left;
background-image: url(../images/nav_roundedcorner.gif);
height: 30px;
width: 29px;
margin: 10px 0px 0px 0px;
}
#navCorner2 {
float: left;
background-image: url(../images/nav_roundedcorner2.gif);
height: 30px;
width: 29px;
margin: 0px;
padding: 0px;
}

#header {
position: relative;
float: left;
height: 179px;
width: 100%;
background-image: url(../images/header1.jpg);
background-repeat: no-repeat;
background-color: #fff;
}

#logo {
position: relative;
float: right;
height: 179px;
width: 342px;
background-image: url(../images/logo.gif);
background-repeat: no-repeat;
background-color: #fff;
}

#footer {
position: relative;
float: left;
height: 40px;
width: 100%;
background-color: #000066;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #fff;
}

#content {
position:relative;
float: left;
margin: 20px;
}

#contentLeft {
position:relative;
float: left;
width: 330px;
margin: 0px 10px 10px 0px;
}

#contentRight {
position:relative;
float: left;
width: 340px;
margin: 0px 0px 10px 10px;
}

.clear {
clear: both;
}

#credit_kd, #credit_kd a {
float: right;
width: 80px;
height: 10px;
background-image: url(../images/korkola_design.gif);
background-repeat:no-repeat;	
}

#credit_dougall {
float: right;
padding: 0px 5px;
}

#disclaimer {
float: left;
}

div.kd {
position: relative;
padding: 10px 0px 10px 0px;
margin: 0 auto;
height: 10px;
width: 768px;
}

div.kd #credit_kd {
overflow: hidden;
}

div.kd #credit_kd a {
overflow: hidden;
padding: 80px 0px 0px;
display: block;
}

div.kd #credit_kd a:hover {
background-position: 0px -10px;
}