
/* CSS Document */

p {
line-height: 150%;
}

a
{
  outline: none;
}
#container {
  margin:auto;
  width:900px;
  padding:10px;
}
#body {
   width:900px;
   height:750px;
   background:white;
   overflow: hide;
   padding: 0px;
}
#header {
   width:900px;
   height:50px;
   background:white;
   padding: 0px;
}
#news {
width: 563px;
height: auto;
}
#newsbody {
width: 727px;
height: 683;
padding-left: 173px;
padding-top: 85px;
}
#aboutbody {
width: 900px;
height: auto;
overflow:auto;
}