#header {
	position:absolute;
	z-index:99;
	top:284px;
	left:166px;
	padding:0;
    float:left;
    width:auto;
    font-size:93%;
    line-height:normal;
	/*background:#DAE0D2 url("bg.gif")
      repeat-x bottom;
	      background:red;
*/
	  	    padding:10px;

    }
#header ul {
    margin:0;
    padding:0;
    list-style:none;

    }
    
 #header li {
    float:left;
    background:url("../norm_right.gif")
      no-repeat right bottom;
    margin-right:5px;
    padding:0;
    }    
     #header a {
    display:block;
    background:url("../norm_left.gif")
      no-repeat left bottom;
    padding:5px 15px 4px;
    }
    
    #header #current {
    background-image:url("../norm_right_on.png");
margin-top:25px;
    }
 #header #current a {
    background-image:url("../norm_left_on.gif");
	padding-bottom:20px;
	cursor:default;


    }
    .portfoliotext{
		margin-top:30px;
		text-align:justify;
	}