

* {
    margin:0px;
    padding:0px;
  }


img {
    border:0px;
  }


#container {
    width:788px;
    margin:0 auto;
  }


#header {
    float:left;
    width:788px;
    height:191px;
    background-image:url(images/header_index.jpg);
    background-repeat:no-repeat;
    background-position:187px 27px;
  }

#header_index {
    float:left;
    width:788px;
    height:302px;
    background-image:url(images/header_big.jpg);
    background-repeat:no-repeat;
    background-position:187px 27px;
  }

#header_index img{
 margin-top:40px;
}

#orange {
    float:left;
    width:777px;
    height:16px;
    background-color:#de7f49;
    font-family:Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:white;
    padding-top:13px;
    padding-left:11px;
  }


#menu {
    float:left;
    width:788px;
    height:46px;
    color:white;
    background-image:url(images/menu_background.jpg);
    background-repeat:no-repeat;
    font-family:'Times New Roman', serif;
    font-size:12px;
    text-align:center;
    line-height:46px;
    font-weight:bold;
  }


#menu a {
    color:white;
    padding:0px 15px;
    border-right:dotted 1px white;
    text-decoration:none;
  }


#content {
    background-image:url(images/content_background.gif);
    background-repeat:repeat-x;
    float:left;
    width:788px;
  }


#left {
    float:left;
    width:190px;
 height:340px;
  }


#right {
    float : left;
    font-family : 'Times New Roman', serif;
    font-size : 15px;
    padding-bottom : 25px;
    padding-left : 55px;
    padding-right : 55px;
    padding-top : 25px;
    width : 488px;
  }


#right h1 {
    font-size:18px;
    color:#0060ae;
  }


#right p {
    margin:10px 0px;
  }
#footer{
 float:left;
 height:35px;
 width:688px;
 color:#0060ae;
 text-align:center;
 font-size:11px;
 font-family:Arial,sans-serif;
 padding-left:100px;
}
#content a{
 color:black;
}
#content ul{
 margin-left:15px;
}

