/* CSS Document */

body {

text-align:center;

margin: 0px 0px 0px 0px;

background-color: #E8E391;

line-height:1.8;
}

#windowframe {

display:block;

background-color:#E8E391;

background-image:url(images/backgrounds/page_bak.jpg);background-repeat:repeat-x;
}

#headerframe {

margin:0px auto;

display:block;

width:965px;

}

#pageframe {

margin:0px auto;

overflow:auto;

width:965px;

text-align:left;

background-color:#FFFFFF;

}

#maincontent {

display:block;

float:left;

	padding:20px;

}

#leftcol {

border-right:#000 solid 1px;

float:left;

}

#rightcol {

border-left:#000 solid 1px;

float:left;

}

#footer {

  clear: both;

  margin:0 auto;
  width:965px;

}


