/* Standard
=========================================================================== */

body
{
  margin: 0;
  padding: 0;
  font: 11px/15px Arial, Helvetica, sans-serif;
  color: #666;
  text-align: center;
	background: url("header.gif") repeat-x #a3c7cb;
}
 
img
{
  border : 0px;
}


/* Structural
=========================================================================== */

#pageWrapper
{
  width: 908px;
  margin: 0 auto;
  position: relative;
}

#pageHeader
{
  width: 908px;
  height: 135px;
  background: url("headerlogo.jpg") no-repeat;
  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("side.gif") repeat-y;
  margin: 0 0 1px 0;
}

.submitBoxTop
{
  width: 268px;
  background: url("sideTop.jpg") top no-repeat;
}

.submitBoxBottom
{
  width: 268px;
  background: url("sideBottom.gif") bottom no-repeat;
  display: table-cell;
}

.sideBox
{
  width: 268px;
  background: #E8F0F2 url("side.gif") repeat-y;
  margin: 0 0 1px 0;
}

.sideBoxTop
{
  width: 268px;
  background: url("sideTop.jpg") top no-repeat;
}

.sideBoxBottom
{
  width: 268px;
  background: url("sideBottom.gif") bottom no-repeat;
  display: table-cell;
}

#middleColumn /* Middle column and his little children */
{
  float: left;
  width: 600px;
  text-align: left;
  margin: 0 0px;
}

.middleBox
{
  width: 600px;
  background: #FFFFFF url("main.gif") repeat-y;
  margin: 0 0 0px 0;
}

.middleBoxTop
{
  width: 600px;
  background: url("mainTop.jpg"/*tpa=http://www.brdcast.net/img/backgrounds/mainTop.jpg*/) top no-repeat;
}

.middleBoxBottom
{
  width: 600px;
  background: url("mainBottom.gif"/*tpa=http://www.brdcast.net/img/backgrounds/mainBottom.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: 534px;
  height: 1%;
}

.screenLast
{
  margin: 0 0 20px 0;
}

.ad
{
  margin: 0 24px 10px 24px;
  width: 220px;
  height: 1%;
}