/* Standard
=========================================================================== */

body
{
  margin: 0;
  padding: 0;
  /*font: 11px/15px Arial, Helvetica, sans-serif; ²âÊÔ×ÖÌå*/
  font-family: Verdana, sans-serif;
  font-size: small;
  color: #666;
  text-align: center;
	background: url("../img/header.gif") repeat-x #a3c7cb;
}

img
{
  border : 0px;
}

.eft {float:left; height:40px;}
.ight {float:right; height:40px;}


/* Structural
=========================================================================== */

#pageWrapper
{
  width: 908px;
  margin: 0 auto;
  position: relative;
}

#pageHeader
{
  width: 908px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
}

#contentWrapper
{
  width: 908px;
  display: table-cell;
  padding-top: 135px;
}

.sideColumn /* Side columns and their little children */
{
  float: left;
  width: 268px;
  text-align: left;
}

.submitBox
{
  width: 268px;
  background: #E8F0F2 url("../img/side.gif") repeat-y;
  margin: 0 0 1px 0;
}

.submitBoxTop
{
  width: 268px;
  background: url("../img/sideTop.jpg") top no-repeat;
}

.submitBoxBottom
{
  width: 268px;
  background: url("../img/sideBottom.gif") bottom no-repeat;
  display: table-cell;
}

.sideBox
{
  width: 268px;
  background: #E8F0F2 url("../img/side.gif") repeat-y;
  margin: 0 0 1px 0;
}

.sideBoxTop
{
  width: 268px;
  background: url("../img/sideTop.jpg") top no-repeat;
}

.sideBoxBottom
{
  width: 268px;
  background: url("../img/sideBottom.gif") bottom no-repeat;
  display: table-cell;
}

#middleColumn /* Middle column and his little children */
{
  float: left;
  width: 368px;
  text-align: left;
  margin: 0 2px;
}

.middleBox
{
  width: 368px;
  background: #FFFFFF url("../img/main.gif") repeat-y;
  margin: 0 0 1px 0;
}

.middleBoxTop
{
  width: 368px;
  background: url("../img/mainTop.jpg") top no-repeat;
}

.middleBoxBottom
{
  width: 368px;
  background: url("../img/mainBottom.gif") bottom no-repeat;
  display: table-cell;
}
#middleColumnBig /* MiddleBig column and his little children */
{
  float: left;
  width: 638px;
  text-align: left;
  margin: 0 1px;
}
.middleBoxBig
{
  width: 638px;
  background: #FFFFFF url("../img/mainBig.gif") repeat-y;
  margin: 0 0 1px 0;
}

.middleBoxTopBig
{
  width: 638px;
  background: url("../img/mainTopBig.gif") top no-repeat;
}

.middleBoxBottomBig
{
  width: 638px;
  background: url("../img/mainBottomBig.gif") bottom no-repeat;
  display: table-cell;
}



#submitWrapper
{
  width: 230px;
  background: #EBF3F5;
  margin: 0 0 0 24px;
}

#submit
{
}

.screen
{
  margin: 0 0 10px 0;
  width: 320px;
  height: 1%;
}
.screenBig
{
  margin: 0 0 10px 0;
  width: 590px;
  height: 1%;
}

.screenLast
{
  margin: 0 0 20px 0;
}

.ad
{
  margin: 0 24px 10px 24px;
  width: 220px;
  height: 1%;
}