body {
    text-align: center;
    background: black url(/images/bil_bg.png);
    margin: 0;
    padding: 0;
}

#container {
    width: 832px;
    margin: 0 auto;
    text-align: left;
}

#container #header-wrap {
    width: 100%;
    height: 89px;
}

#container #header-wrap #header-left {
    width: 248px;
    height: 89px;
    float: left;
}

#container #header-wrap #header-right {
    width: 584px;
    height: 89px;
    float: right;
    background: url(/images/bil_02.png) top left no-repeat;
}

#container #header-wrap #header-right-address {
    width: 466px;
    height: 69px;
    float: left;
    text-align: right;
    padding: 20px 10px 0 0;
}

#container #header-wrap #header-right-logo {
    width: 108px;
    height: 89px;
    float: right;
}

#container #menu-top-wrap {
    height: 36px;
    width: 100%;
}

#container #menu-top-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#container #menu-top-wrap li {
    display: inline;
    margin: 0;
    padding: 0;
}

#container #content-area-wrap {
    width: 100%;
    background: url(/images/bil_30.png);
}

#container #content-area-wrap #content-left {
    width: 38px;
    height: 430px;
    float:left;
    background: url(/images/bil_13.png) top left no-repeat;
}

#container #content-area-wrap #content-area {
    width: 602px;
    margin: 0 192px 0 38px;
    padding-top: 20px;
    background: white url(/images/bil_11.png) top right no-repeat;
}

#content {
  padding:0px;
}

/* IE6 HACK */
* html #container #content-area-wrap #content-area {
    width: 602px; /* for IE5 and IE6 in quirks mode */
    width: 596px; /* for IE6 in standards mode */
  } 

#container #content-area-wrap #menu-right-wrap {
    width: 192px;
    height: 430px;
    float: right;
    background: url(/images/bil_18.png) 0 192px;
}

#container #content-area-wrap #menu-right-wrap ul {
    padding: 0;
    margin: 0;
}
#container #content-area-wrap #menu-right-wrap li {
    display: inline;
    margin: 0;
    padding: 0;
}

#container #footer-wrap {
    width: 800px;
    height: 17px;
    background: url(/images/bil_19.png) top left no-repeat;
    padding: 15px 0 0 32px;
}

a img {
    border: 0;
}

h1,h2,h3,h4 {
    margin: 4px 0;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/* FONTS */
body {
    color: white;
    font: 0.8em Arial;
}

h1 {
    color: #00375f;
}

h2 {
    color: #005490;
}

h3 {
    color: #0074c6;
}

h4 {
    color: #0074c6;
}

a:link, a:visited {
    color: #299bec;
    text-decoration: none;
}

a:hover {
    color: #01416f;
    text-decoration: underline;
}

#container #header-wrap #header-right-address {
    font-size: 0.85em;
}

#container #content-area-wrap #content-area {
    color: black;
}

#container #content-area-wrap #footer-wrap {
    color: #777777;
    font-size: 0.8em;
}

#contact-form h2{
  text-align:center;
}

#contact-form table{
  margin-left:auto;
  margin-right:auto;
}


div#phone {
  text-align:center;
  margin-top:50px;
}
div#phone h3{
  text-decoration:underline;
}
