html,body {
    margin:0;
    padding:0;
  }


body {
    font: 76% arial,sans-serif;
    text-align:center;
    background-image:url('http://www.transcend.org/tms/wp-content/themes/tms/images/bg_general.jpg');
    background-repeat:repeat-x;
  }


p {
    margin:0 10px 10px;
  }

p.fulldesc {
 text-align:justify;
}

p.pbutton {
 text-align:right;
 margin:0px;
}

a {
    color : #fff;
    letter-spacing : 2px;
    text-decoration : none;
  }


div#header {
    height:160px;
    line-height:80px;
    margin:0;
    padding:0px;
 text-align:center;
    background-color: #EEE;
    color: #fff;
    background-image:url('http://www.transcend.org/main/img/bg_sidebox_full.jpg');
  }


div#container {
    text-align:left;
  }


div#content p {
    line-height:1.4;
  }


div#extra {
    background:#FF8539;
    text-align:center;
    font-weight:bold;
  }


div#footer {
    background: #333;
    color: #FFF;
  }


div#footer p {
    margin:0;
    padding:5px 10px;
  }


div#container {
    width:700px;
    margin:0 auto;
  }


div#content {
    float:right;
    width:500px;
 background-color:#8CB563;
  }

div#content h1 {
 color:#fff;
 padding:10px;
 margin:0px;
 text-align:center;
}

div#content h2 {
 color:#fff;
 padding:0px;
 margin:0px;

}

div#navigation {
    float:left;
    width:200px;
 background-image:url('http://www.transcend.org/main/img/bg_sidebox_full.jpg')
  }

div#navigation li {
    list-style:none;
    padding-top:20px;
    padding-bottom:20px;
    margin-left:-10px;
}


div#extra {
    float:right;
    width:500px;
  }


div#footer {
    clear:both;
    width:100%;
  }


img {
    border: none;
  }


img.book {
    padding:10px;
  }


