body {
	margin:0;
	padding:0;
}

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

a:hover {
 padding: 0px 0px;
 color:#ffcc66;
 text-decoration: none; }
 
 
 .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: 0px solid #000;
visibility: hidden;
color: black;
text-decoration: none;
margin-left: -181px;
margin-top: -88px;
}

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

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

}

/*jim*/
 .thumbnailjim{
position: relative;
z-index: 0;
}

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

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

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

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

}
 
 
 


#wrapper {
  width: 1000px;
   min-width: 800px;
  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: 142px;}

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




#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: 300px;
  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: 300px;
  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:300px;
  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: 300px;
  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;}
  
  #box6{
  background-color: black;
  margin:0;
  padding:0;
  float: left;
  width: 50%;
  height: 100px;
  }
  
 #box7{
  background-color:#FFCC66;
  margin:0;
  padding:0;
  color: black;
  float: left;
  width: 50%;
  height: 100px;}
  
  
  #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: -111px;
  margin-top: 125px;}

#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;}

     
  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;
  }





	

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