/* center */

.centered
{
  width : 850px;
  margin : 0 auto;
}

* html .centered
{
  height : 1%;
}

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

/* content */

#content
{
  min-height : 800px;
}

/* main */

#main
{
  float : left;
  margin-left : 25px;
  width : 550px;
}

#main .top
{
  margin-top : 25px;
  background : url( '../images/main_top.png' ) no-repeat;
  height : 15px;
}

#main .middle
{
  background : url( '../images/main_middle.png' ) repeat-y;
  padding : 0 20px;
}

#main .bottom
{
  margin-bottom : 25px;
  background : url( '../images/main_bottom.png' ) no-repeat;
  height : 15px;
}

/* side */

#side
{
  float : left;
  width : 275px;
}

#side .top
{
  margin-top : 25px;
  background : url( '../images/side_top.png' ) no-repeat;
  height : 15px;
}

#side .middle
{
  background : url( '../images/side_middle.png' ) repeat-y;
  padding : 0 20px;
}

#side .bottom
{
  margin-bottom : 25px;
  background : url( '../images/side_bottom.png' ) no-repeat;
  height : 15px;
}

/* header */

#header
{
  padding : 20px 0;
  text-align : center;
}

/* footer */

#footer
{
  padding : 20px 0;
}
