<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	
<style type="text/css">

/* SITE SPECIFIC LAYOUT */


  div#container{
    width:1024px;
    height:768px;
    margin: 0 auto;
    text-align: center;
    background-color: #080808;
  }


  /* HEADER */
    div#head1 {
      position: relative;
      text-align: left;
      display:block;
    }
  /* END HEADER */

    
  /* CONTENT */
    div#zone_center {
      width:800px;
      height:421px;
      margin: 110px auto; 
      text-align: center;
      display:block;
    }

    div#para1 {
      width: 750px;
      margin: 5px auto 5px 100px;
      text-align: left;
      color: white;
    } 

    div#portf {
      width: 750px;
      margin: 0px auto 5px 80px; 

      text-align: left;
    } 


  /* END CONTENT */
    
    
  /* FOOTER */
    div#zone_bottom dl{
      position: fixed;
      bottom:0;
      right:0px;
      left:0px;
      margin:-.2em 0 0;
      padding:.25em 0;
      text-align:center;
    }

    div#zone_bottom dt{
      display:inline;
    }

    div#zone_bottom dt a{
      width:10em;
      text-decoration:none;
      color:white;
      background-color:#9B1D21;
      padding:.25em 3em;
      border-right:1px solid white;
      border-left:1px solid white;
      font: normal 900 15px tahoma;
      text-align:center;
    }


    div#zone_bottom dt a:hover{
      color:000000;
      background-color:#ECDC02
    }

  /* END FOOTER */



  body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-attachment: fixed;
    background-position:top center;
    background-color: #080808;
    background-image: url('/images/webbkgrd.jpg');
    background-repeat: no-repeat;
  }


</style></head></html>


