body {
  padding: 0;
  background: #cccccc none repeat scroll 0%;
  font-family: 'Verdana',Sans-Serif;
  color: #000000;
  font-size: 14px;
}
p {
  font-family: Arial,Verdana,Helvetia;
  font-size: 10pt;
}
a:link {
  color: #b6252a;
  text-decoration: none;
}
a:visited {
  color: #ff0000;
  text-decoration: none;
}
a:active {
  color: #ff0000;
}
a:hover {
  color: #000000;
}
#container {
  border: thick solid #ffffff;
  background-color: #cccccc;
  margin-right: auto;
  width: 800px;
  margin-left: auto;
}
#banner {
  background: white url(images/logo.jpg) no-repeat scroll left center;
  height: 128px;
}
#content {
  height: 750px;
  margin-right: auto;
  background-color: white;
}
#sidebar-a {
  background: white url(images/navi_back.jpg) repeat-y scroll 0%;
  float: left;
  width: 183px;
  height: 750px;
}
#footer {
  background: white url(images/main_back.jpg) repeat-y scroll 0%;
  clear: both;
}

