* {
 margin: 0;
 padding: 0;
}

html {
 font-size: 100%;
 height: 100%;
}

div.clearfloats {
 clear: both;
}

a {  
    color: #000;
    font-size: 9pt;
    text-decoration: none;
}

a:hover {
    color: #0000C0;
    font-size: 9pt;
    text-decoration: underline;
}

body {
    font-family: Helvetica, Arial, sans-serif ;
    font-size: 9pt;
    text-align: left;
    text-decoration: none;
    background-color: #ddd;
    border-width: 0px 0px 0px 0px;
    border-style: none;
}

div#inner {
    width: 760px;
    float: left;
    background: #fff;
}

div#nav {
    width: 145px;
    border: solid #d8161f;
    border-width: 0px 2px 0px 0px;
    float: left;    
    background-color: #d8161f;
}

div#textwrap {
    width: 605px;
    float: left;
    border: solid #fff;
    border-width: 0px 10px 0px 0px;
    background-color: #fff;
}




