body{ 
      font: 10pt Verdana, Arial, Helvetica, sans-serif; 
      background: #ffe url(bg.gif) repeat-x 0 44px;
      margin: 0;
      padding: 0;
      }

#main{ 
       width: 90%;
       position: relative; 
       top: 0; 
       left: 5%;
       right: 5%;
       line-height: 130%;
       background-color: #fff;
       background-image: url(konaninfinity.gif);
       background-repeat: no-repeat;
       background-attachment: 0;
       background-position: 90% 150px;
       }

html>body #main {
	height: auto;
	min-height: 393px;
	margin: 0;
	float: none;
}

table{
	width: auto;
	border-width: 0;
	border-spacing: 2px;
	border-collapse: separate;
      	font: 10pt Verdana, Arial, Helvetica, sans-serif; 
}

table tr {
	border-width: 0;
}
table td {
	border-width: 0;
	padding: 0px 20px 10px 0px;
	vertical-align: top;
}

#menu{
       float: left;
       width: 18%;
       position: absolute; 
       left: 0;
       margin: 6.5em 1em 0 0.5em
       
       }

#banner{
       position: absolute;
       text-align: center;
       background-color: white;
       padding: 0.3em 0.3em  0.3em  0.3em;
       font-weight: bold;
       top: 100px; 
       width: 5em;
       right: 10%;
       border-top: 1px solid silver;
       border-left: 1px solid silver;
       border-right: 1px solid black;
       border-bottom: 1px solid black;
}

#banner a:link {
                color: black;
         }
#banner a:visited {
                color: black;
         }
#banner a:hover {
                color: red;
         }

#logo{
       background: #fff url(KonanLogo.gif) repeat-x 0 44px;
       position: absolute;
       top: 130px; 
       right: 15%;
}

ul { 
     padding: 0px 15px 0px 10px;
     margin: 2px;
     }

ul li { 
        padding: 0px 5px;
        margin: 10px;
        }

ol { 
     padding: 0px 15px 0px 10px;
     margin: 10px 10px 10px 10px;
     }

ol li { 
        padding: 0px 5px;
        margin: 10px;
        }

#menu ul { 
     padding: 0px 0px 0px 10px;
     margin: 2px;
     }

#menu ul li { 
              padding: 0px 0px;
              margin: 15px;
              list-style-type: none;
              border-bottom: 1px solid #DDDDff;
              }


h1{ font-size: 200%;
    color: gray;
    letter-spacing: 3px;
    text-align: left;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 1em 0 0 0;
    line-height: 140%;
    }

h2{ font-size: 140%;
    color: black;
    border-bottom: 1px solid darkred;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 140%;
    }

h3{ font-size: 120%;
    color: black;
    text-align: left;
    font-weight: bold;
    }

pre{ padding-left: 1em;
     }


a:link {        
         text-decoration: none;
         color: navy;
         }

a:visited {
            text-decoration: none;
            color: navy;
         }

a:hover {
          text-decoration: none;
          color: red;
         }

#menu a:hover {
                background-color: silver;
                color: red;
                border: 1px solid #ddddff;
                text-decoration: none;
         }

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #660000;
	width: auto;
	height: 44px;
}
#identity hr {
	display: none;
}
#identity #signature {
	margin: 0 auto auto 4%;
	text-align: left;
}

#wrapper {
	margin: 44px 7% 0 7%;
	text-align: left;
	position: relative;
}

/****************************************
 * Content Wrapper
 ****************************************/
 
#content_wrap {
	background: #fff;
	border: 1px solid #c8c1b5;
	position: relative;
	height: 521px; /* For IE6- */
}

html>body #content_wrap {
	height: auto;
	min-height: 521px;
}

