/* FIREFOX STYLESHEET */
body {
      background-color: #131000;
      background-image: url("images/bg.jpg");
      background-repeat: repeat-x;
      margin: 0px;
      padding: 0px;
      text-align: center;
      }
#banner {
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
      }
div#container {
      width: 800px;
      height: auto;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      }
.main {
      margin-left: auto;
      margin-right: auto;
      width: 800px;
      background-color: #F2F2F2;
      text-align: left;
      font-size: 14pt;
      border-bottom: 5px solid #594545;
      }
div.leftDiv {
      width: 49%;
      border-right: 1px solid #594F45;
      background-color: #F2F2F2;
      height: 350px;
      }
div.right {

      }
div.upperRight {
      width: 47%;
      background-color: #fff;
      border: 1px solid #594545;
      margin-top: -350px;
      margin-right: 15px;
      float: right;
      }
div.lowerRight {
      width: 49%;
      height: 170px;
      background-color: #F2F2F2;
      float: right;
      margin-top: -185px;
      margin-right: 15px;
      }
div.upperRightContact {
      width: 47%;
      background-color: #fff;
      border: 1px solid #594545;
      margin-top: -350px;
      margin-right: 15px;
      float: right;
      }
div.lowerRightContact {
      width: 49%;
      height: 170px;
      background-color: #F2F2F2;
      float: right;
      margin-top: -185px;
      margin-right: 15px;
      }
#girl {
      height: 135px;
      float: right;
      }
.quote {
      font-size: 18px;
      color: #6b6f8c;
      z-index: 100;
      padding: 13px 3px 3px 3px;
      text-align: justify;
      }
.firstChar {
      font-size: 1.3em;
      }
.author {
      font-size: 16px;
      z-index: 100;
      color: #594545;
      margin-left: 100px;
      }
.portfolio {
      float: right;
      text-align: left;
      background-color: #ffffff;
      width: 375px;
      height: 220px;
      overflow: auto;
      color: #6d1209;
      border: 1px solid #000000;
      margin-top: -347px;
      margin-right: 13px;
      }
.port_image {
      border: 0px;
      }
#desc {
      float: right;
      margin-top: -130px;
      width: 48%;
      font-size: 10pt;
      color: #594F45;
      }
#header {
     padding: 0 0 0 4px;
     margin: 0px;
     color: #ffffff;
     font-family: Verdana;
     font-size: 14pt;
     background-color: #594545; <!-- was #b08e4e -->
     border-bottom: 2px solid #594545;
     text-align: left;
     }
.text{
     color: #594F45;
     text-align: justify;
     font-size: 11pt;
     padding: 4px 14px 4px 14px;
     line-height: 1.2em;
     }
#smallText {
   color: b08e4e;
   font-size: .9em;
   }
ul {
   margin-top: -5px;
   }
li {
   color: #594F45;
   margin-left: 15px;
   }
a {
   border: 0px;
   color: #131000;
   font-size: 18px;
   }
a:hover {
   color: #b08e4e;
   }
/*- Menu Tabs K--------------------------- */

    #tabsK {
      float:left;
      width:800px;
      background:#131000;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #54545C;
      margin-left: auto;
      margin-right: auto;
      }
    #tabsK ul {
   margin:0;
   padding:10px 10px 0 0;
   list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("images/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("images/tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
     background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
     }
