/* CSS Document */

body
{
text-align: center;
}


div#navigation
{
margin-left: auto;
margin-right: auto;
width:725px;
text-align: left
}

div#content
{
margin-left: auto;
margin-right: auto;
width:650px;
text-align: left
}

#content h1 {
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}

#content h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#content p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

div.content{
border-left : blue 4px solid;
}
