

/* Main */

  body {
    margin: 0;
    padding: 0;
  }

  img {
    border: 0;
  }

  p, li {
    line-height: 1.5;
    color: #505050;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
  }

  a:hover {
    text-decoration: none;
  }

  #aligner {
    left: 50%;
    margin-left: -495px;
    position: relative;
    top: 0px;
    width: 990px;
  }

  
/* Logo */

  #top-header {
    height: 150px;
  }

  #logo {
    background: url('/i/logo.png') left top no-repeat;
    color: #555555;
    top: 20px;
    height: 105px;
    left: 40px;
    position: absolute;
    width: 347px;
    z-index: 100;
  }

  #home {
    background: url('/i/home.gif') left top no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 30px;
    left: 370px;
    z-index: 101;
  }


/* Section header */
  #section-header {
    height: 50px;
    margin: 0;
    padding-left: 40px;
    padding-top: 5px;
    background-image: url('/i/last_works_bg.jpg');
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 24pt;
    white-space: nowrap;
  }

  #section-header a {
    color: white !important;
  }

  
/* Main menu */

  #main-menu {
    position: relative;
    top: 75px;
    right: 20px;
    text-align: right;
  }

  .main-menu-item {
    background-color: #888;
    color: white;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    margin-left: 5px;
    padding: 7px 15px;
    white-space: nowrap;
    width: 0;
  }

  .mactive {
    background-color: red !important;
    text-decoration: none;
  }

  .main-menu-item:hover {
    background-color: red; 
  }

/* Content */

.content {
  padding: 0px 15px 0px 15px;
}

.content p {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    text-align: justify;
}


/* Bottom */

  .hr {
    height: 15px;
    background-image: url('/i/gray.gif');
    clear: both;
    width: 990px;
  }


  #address, #copyrights {
    width: 50%;
    float: left;
  }

  #address p, #copyrights p {
    color: #606060;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    padding: 20px 20px 40px 20px;
  }


.content {
  padding: 20px 0px !important;
}

.portfolio {
  padding-left: 40px !important;
}

p {
  text-align: left !important;
}

.h0 {
  color: black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18pt;
  margin-top: 20px !important;
}

.h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14pt;
  margin-top: 5px !important;
}


#big_img {
  width: 600px;
  margin: 0px 10px 30px 15px;
}


.section {
  padding: 10px;
  margin: 10px;
  border: 1px solid #5D5D5D;
  width: 450px;
  float: left;
  background-color: #EAF6FB;
}
