body {
	margin:0;
	padding:0;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 0px;
left: 0px;
border: 1px solid #000;
visibility: hidden;
color: black;
text-decoration: none;
margin-left: -90px;
margin-top: -400px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -1000;
left: -1000; /*position where enlarged image should offset horizontally */

}





a:link, a:visited {
 padding: 0px 0px;
 color:#000;
 text-decoration: none; 
 
}

a:hover {
 padding: 0px 0px;
 color:#ffcc66;
 text-decoration: none; }





 
  /* lightbox */  
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */   display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
 
  /* lightbox */








#wrapper {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto 0 auto; /* top right bottom left */
  background-color: #000;
  font-family:"Courier New", Courier, monospace;
  color: black;
  }


    #box_menu_1{
  background-color: black;
  margin:0;
  padding:0;
  float: left;
  width: 50%;
  height: 42px;}

#box_menu_2{
  background-color:#FFCC66;
  margin:0;
  padding:0;
  color: black;
  float: left;
  width: 50%;
  height: 42px;}




#box1{
  background-color: black;
  margin:0;
  padding:0;
  float: left;
  width: 50%;
  height: 12px;
  }
  
 #box2{
  background-color:#FFCC66;
  margin:0;
  padding:0;
  color: black;
  float: left;
  width: 50%;
  height: 12px;}


#box0_1{
  background-color: black;
  margin:0;
  padding:0;
  overflow:visible;
  float: left;
  width: 50%;
  height: 2000px;
  z-index:1;}
  
 #box0_2{
  background-color:#FFCC66;
  background-position:bottom;
  background-repeat:repeat-x;
  margin:0;
  padding:0;
  color: black;
  float: left;
  width: 50%;
  height: 2000px;
  z-index:1;}
  
  #form{
  margin-top: 25px;
  }
  
  #border1{
  position:relative;
  padding: 0;
  background-image:url(../../img/bg_portfolio_line_05.gif);
  background-repeat:repeat-y;
  color:#FFFFFF;
  float:left;
  width:12px;
  height:2000px;
  z-index:2;}
  

  
  #box3{
  position:relative;
  margin-right: -300px;
  padding: 0;
  background-color:#FFFFFF;
  background-image:url(../../img/bg_portfolio_line_06.gif);
  background-repeat:repeat-y;
  background-position:right;
  float: right;
  width: 600px;
  height: 2000px;
  z-index:2;}
  
  #box4{
  background-color: black;
  color:#454545;
  margin:0;
  padding:0;
  font-size: 0.9em;
  float: left;
  width: 50%;
  height: 60px;}
  
  #box5{
  background-color:#FFCC66;
  color: #454545;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  float: left;
  width: 50%;
  height: 60px;}
  
  
  #box4 p{
  float:right;
  margin-right: 5px;
  margin-top: 15px;
  }
  
  #box5 p{
  float:left;
  margin-left: 5px;
  margin-top: 15px;
  }
  
  #navigation {
  font-family:"Courier New", Courier, monospace;
  font-size: 0.95em;
  position:relative;

  float:right;
  margin-right: -130px;
  margin-top: 25px;}

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

}


#navigation li {
  display: inline;
   border:double #fff;
}             



#navigation li a:link, #navigation li a:visited {
 padding: 0px 10px;
 color:#000;

   background-color:#FFFFFF;
 text-decoration: none; 
 
}

#navigation li a:hover {
 color: #000;
 background-color:#FFCC66;}

   
fieldset {
	border:0px solid #000;
	font-size:14px;
	width: 500px;
	text-align:center;
	padding:0;
	margin:0;
	float:left;}

  
  img.round_bottom_1
  {
  float:right;
  margin-top: 0;
  margin-right: 0;
  }
  
  img.round_bottom_2
  {
  float:left;
  margin-top: 0;
  margin-right: 0;
  }
  
    
  h2{
text-align: center;
  }
  
#titr{
text-align: center;
  }


#rat{
position:relative;
margin-left: -245px;
margin-top: 150px;
font-size:14px;
}

#cat{
position:relative;
margin-left: 310px;
margin-top: 205px;
font-size:14px;
color:#000000;}

.work{
margin-left: 25px;}


  
  
  .align_center_to_left
{
position: relative;
right: 50%;
float: right;
}
.align_center_to_right
{
position: relative;
z-index: 1;
right: -50%;
}