/* LAYOUT BODY */

  

body{
        font-family: Arial;
        font-size: 11px;
        color: #7c7c7c;
        letter-spacing: 0px;
        text-align:left;
        overflow-x:hidden;
        background :#ffeecc;
        text-shadow:#ffffff 1px 1px;
		background: url(bg.png);

}

/* CONTAINERS */

#header {background: url(header2.png)  no-repeat scroll 100% 0; min-height:454px; }

#container{bottom:0;
position:absolute;
width:100%;
z-index:0;}


#content{
          bottom: 15px;
		  margin-right:40px;
		  width:700px;
		  right:0px;
position:absolute;


                }

#projects {  bottom: 0px;
		  margin-right:40px;
		  width:270px;
		  right:0px;
position:absolute;
line-height:10px;}




h1 {

          display: block;
           background:;
           font-family: arial;
           font-size: 15px;
           text-transform: lowercase;
           font-weight: lighter;
             color: #bf4856;
           line-height: 11px;
           border-bottom: 0px solid #dcdcdc;
           text-align: justify;
           margin: 10px;
         padding-bottom:5px;
         text-shadow:#dbc5ae 1px 1px;


}


.gradualfader {border: 3px solid #dbdbdb;}        
        
b{
         color: #f89494;
         font-size: 11px;
      
         }


em, i{
         color: #f8a994;
         font-size: 11px;
         }


a:link, a:active, a:visited {
        color: #b0dfdc;
        font-size: 11px;
        text-decoration:none;
        font-weight: none;
        font-weight: bold;
        padding:2px;
    
        }

a:hover {
        color: #97cfcb;
		cursor:help;


        }

p {text-indent:50px; line-height:20px;}
