@import url("/css/main.css");

@import url("/css/navi.css");


/* MAIN Layout */

html {
  font-size: 100.1%;
  behavior: url(/css/csshover.htc);
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 62.5%;
  background: #fff;
  color: #333;
}

#centerBox {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#wrap {
  width: 970px;
  background-color: #fbfaf9;
}

#wrapInner {
  background: url(/gfx/bg_rightcol.gif) repeat-y right top;
}

#headerBox {
  position: relative;
  margin: 0;
  padding: 0;
  height: 110px;
  background: #122c74 url(/gfx/bg_header_blue.gif) top left repeat-y;
  border: 0;
}

#mainBody {
  float: left;
  width:740px;
}

#contentBox {
  float: right;
  width: 550px;
}

#content, #sidebarLeft, #sidebarRight{
  padding-top: 35px;
  padding-bottom: 35px;
}

#content {
  padding-left: 15px;
  padding-right: 15px;
}

#sidebarLeft {
  float: left;
  width: 190px;
}

#sidebarRight {
  float: right;
  width: 210px;
}

#footer {
  clear: both;
  padding: 10px 20px;
  background: #fff;
}
