@charset "utf-8";
/* CSS Document */

body {font-family:"Arial"; 
    font-size:14;
    margin:0px;
    padding:0px;
    background-image: url('frey_letterhead.gif');
    background-repeat: no-repeat;
    }
    
p {
    font-family:"Arial";
    font-size:14;
}
h2 {
    font-weight:bold;
    font-size:16;
    padding-bottom:.2em;
}
form {margin:0;
    padding:0;
}

div.mainContainer {
    font-family: sans-serif;
    width: 100%;
    height: 100%;
}
div.root {
    position:absolute;
    width:602px;
    height:349px;
}
div.navContainer {
    position:absolute;
    left:40;
    top:247;
    width:125;
    height:60;
}
div.contentContainer {
    position:absolute;
    text-align: right;
    left:352;
    top:229;
    width:250;
    height:100;
}
span.content {
    font-size:16px;
    line-height:19px;
}