#main
{
  width: 906px;
  margin: 0 auto;
}
#header
{
  height: 433px;
}
#header2
{
  height: 120px;
}
#header, #header2, #content, #footer
{
  font-size: 0.75em;
}
.col-1, .col-2, .col-3
{
  float: left;
}

/*======= index.html =======*/
#pageWith3Col #content .col-1
{
  width: 324px;
}
#pageWith3Col #content .col-2
{
  width: 319px;
}
#pageWith3Col #content .col-3
{
  width: 263px;
}

/*======= index-3.html =======*/
#pageWith2Col #content .col-1
{
  width: 324px;
}
#pageWith2Col #content .col-2
{
  width: 582px;
}

/*======= private/admin =======*/
#adminBody
{
  min-height: 420px;
}

/*=========================*/
#footer
{
  height: 118px;
}

/* ============================= Forms ===========================*/
.inputElement
{
  clear: both;
  padding: 3px;
}
.inputLabel
{
  float: left;
  width: 125px;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  padding-top: 6px;
}
.inputData
{
  padding-top: 2px;
  font-size: 0.853em;
}