body
{
  background: black;
  color: #cccccc;
  font-family: Arial, Helvetica;
}

a
{
  color: #fdf511;
}

img
{
  border: 0;
}

#header
{
  text-align: center;
  margin-bottom: 10px;
}

#header strong
{
  font-size: 24px;
  font-weight: bold;
}

#content
{
  background-image: url(/images/sch23.gif);
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

#sidebar
{
  height: 10px;
  float: left;
  width: 175px;
  padding-top: 35px;
  text-align: center;
  font-weight: bold;
  background-image: url(/images/sch23.gif);
}

#main
{
  margin-left: 176px;
  background: #222222;
}

#blog
{
  padding: 35px;
  margin-right: 176px;
}

#blog strong
{
  font-size: 20px;
}

/* Hides from IE-mac \*/
* html #blog {height: 1%;}
* html #sidebar {height: 100%}
/* End hide from IE-mac */

.clears
{
  clear: both;
}

.clears:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#pictures
{
  padding-top: 35px;
  float: right;
  width: 175px;
}

#footer
{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#footercontents
{
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

#address
{
  float: left;
  text-align: left;
  font-size: 13px;
}

#copyright
{
  margin-left: 320px;
  width: 310px;
  text-align: right;
  color: #29C413;
  font-size: 13px;
}

