html,body{
    margin:0;
    padding:0;
}

body{
    font: 76% Courier New;
    text-align:center;
}

p{
    margin:0 10px 10px;
}

strong{
    color: #111111;
    font-weight:normal;
}

a{
  color:#111111;
}

h1{
    font-size: 14pt;
}

h2{
    font-size:10pt;
    padding-left:8pt;
}


div#header{
    height:80px;
    padding:0;
    margin:0;
    color: #111111;
}

div#container{
    text-align:left;
}

div#content p{
    line-height:1.4;
}


div#footer{
    color: #111111;
}

div#footer p{
    margin:0;
    padding:5px 10px;
}

div#container{
    width:700px;
    margin:0 auto;
}

div#wrapper{
    float:left;
    width:100%;
    min-height:500px;
    height:auto !important;
    height:500px;
}

div#content{
    margin-left:150px;
    margin-top: 20px
}

div#navigation{
    float:left;
    width:150px;
    margin-left:-700px;
    margin-top: 20px;
}

div#footer{
    clear:left;
    width:100%;
    font: 11px Arial, sans-serif;
}



.buttonscontainer {
    line-height:0.0;
    width: 150px;
}


strong, a, div#header, div#footer{
    background: #ffff00
}

img{
    border: 0px;
}

