@charset "utf-8";
/* CSS Document */


body{ background-color:#000;
      color:#FFF;
	  font-family:Tahoma,Verdana, Geneva, sans-serif;
	  background-image:url(graphics/bg_image.jpg);
	  background-repeat:no-repeat;
	  }
	 
	  

.main{width:800px;
      margin:0 auto;
	  }
	  
	  

.image{float:left;
       width:411px;
	   }
.text{float:right;
      margin-top:50px;}


.contents {clear:both;}
		   
.nav{float:left;
     width:180px;
	 text-align:right;
	 }
.nav div {width:150px;
          margin:15px 0;
          }

.gallery {width:590px;
          height:400px;
		  overflow:scroll;
		  overflow-x:hidden;
		  
		}

.gallery div {float:left;
              padding:8.5px;
              }
      
.display{float:right;
         width:600px;
         }.gallery {
}

.nav a:link{color:#FFF;
        text-decoration:none;
		font-weight:bold;}
.nav a:visited{color:#999;
        text-decoration:none;
		font-weight:bold;}
		
		.footer { clear:both;
		          width:auto;
				  text-align:center;
				  font-size:10px;
				  padding-top:20px;
				  
}
.resume {font-size:12px;
          margin:18px 0;
}
.headers {font-weight:bold;}

