body {
background-color:white;
background-image: url(header.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
background-attachment: fixed;
margin: 75px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a:link, a:visited {
color:gray;
text-decoration:none;
}

a:active, a:hover{
color:gray;
text-decoration:none;
border-width: 0px 0px 1px;
border-style: solid;
border-color: black;
}

#box{
width:450px;
height:480px;
overflow:hidden;
} 

#logo{
background-image: url(integrand-logo.gif);
background-repeat: no-repeat;
background-position: 0px 10px;
height:175px;
width:170px;
float:left;
margin: 0px 10px 20px 10px;
}

#logo span{
display:none;
}

#content{
margin:10px 0px 0px 10px;
padding-right:20px;
line-height:16px;
}

#content h2{
font-size: 13px;
}

#content p.first{
margin:0px 0px 30px 0px; 
}

#nav{
background-color:#E0E0E0;
border-width: 1px 0px 0px;
border-style:dotted;
border-color:black;
margin-top:40px;
height: 40px;
padding:10px;
}

#nav ul {
margin:0px;
padding:0px;
}

#nav ul li{
float:left;
list-style-type:none;
margin: 0px 10px 0px 0px;
}
