body {
  text-align:center; /* to align center in IE */
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}

a { 
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-weight: normal;
  color: #F04110;
}

.contxt, #between {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.fTable {
    border-collapse:separate!important;
}
.fTable td {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}
#container {
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* to counter-act align in body for IE */
  width: 770px;
}

#head1 {
  position: relative;
  width: 770px;
  height: 85px;
}
#logo {
  position: relative;
  width: 186px;
  height: 85px;
  float: left;
  background-color: #094ea3;
}
#head12 {
  position: relative;
  width: 584px;
  height: 85px;
  float: right;
  background-color: #094ea3;
}

#head2 {
  position: relative;
  width: 770px;
  height: 36px;
}
#head21 {
  position: relative;
  width: 573px;
  height: 36px;
  float: left;
  background-color: #f04110;
}
#head22 {
  position: relative;
  width: 197px;
  height: 36px;
  float: right;
  background-color: #f04110;
}

#photos {
  position: relative;
  width: 770px;
  height: 127px;
}
#photos1 {
  position: relative;
  width: 573px;
  height: 127px;
  float: left;
  background-color: #f04110;
}
#photos2 {
  position: relative;
  width: 197px;
  height: 127px;
  float: right;
  background-color: #f04110;
}

#content {
  position: relative;
  width: 770px;
  background: transparent url('images/content-bg.gif') repeat-y;
}
#left {
  position: relative;
  width: 557px;
  float: left;
  background-color: #c2d5ec;
  padding: 8px;
}
#right {
  position: relative;
  width: 197px;
  float: right;
  background-color: #c2d5ec;
}

#between {
  position: relative;
  width: 770px;
  background: transparent url('images/between.gif') repeat-y;
}
#between .pad {
  padding: 8px;
}

#footer {
  position: relative;
  width: 770px;
  background-color: #3b7dcf;
}

#dFooter {
  position: relative;
  width: 770px;
  text-align:right;
}
#dFooter a {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #f37e00;
}

.clr {
  clear: both;
}

