/* CSS Document */

body {background-color: #252525;
	  color: #999999;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: small;}
	  
	h4 {
	color: #7F5916;
}  
	  
	  
a:link {
	color: #FFFFFF; 
	text-decoration: none;padding:0;
	 font-family: "Lucida Grande", Arial, sans-serif; 
	        font-size: 95%; font-variant:small-caps;
			letter-spacing: 0.1em;
			margin:3px;
			
			height:19px;
	
}	


a:visited {
	color: #7f5916;
	background-color: #252525;
	
	text-decoration: none;
	
	padding:0;
	margin:3px;
	height:19px;
	 font-family: "Lucida Grande", Arial, sans-serif; 
	        font-size: 95%; font-variant:small-caps;
			letter-spacing: 0.1em;
}	
a:hover {
	color: #666666;}
	  
	  
	  
	  
	  
	  
	  
	  
	  #wrapper2 {
    width: 800px;
	height:auto;
	margin: 0 auto; 
	border: 1px solid #000;

	}
	

#wrapper {
	margin: 0 auto; 
	
	border: 1px solid #000;
	width: 800px;
	height: 596px;
	background-image:url(images/myfoto.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	
}	

 /*WRAPPER FOR SECOND LEVEL PAGES*/



#wrapper #tainohome {position: absolute; top:25px; right:-122px;} 
/*#wrapper2 #taino {position: absolute; top:300px; right:20px; border: 1px solid green;} */	







#label1 { height: 90px; width:800px; border-bottom: 1px solid #000; }
#label1 img {position: relative; left:465px; top: 20px;} /*PORTOFOLIO IMG*/


#label2 { height: 125px; 
		  width:800px;
		  left:7px; top:-20px; background:  url("images/label2b.gif") top right no-repeat;}
#label2 #logoLeft {position: relative; left:-64px; top:-65px; width: 200px;}



#navBar {position: absolute; width: 800px; top:190px; height: auto;/*border: 1px solid green;*/}
	
#navBar ul { border-bottom: 1px solid #000; border-top: 1px solid #000; border-left: 1px solid #000; height:19px; background-color: #252525; }

#navBar li { height:25px;list-style: none; 
			display: inline;
			
			margin-right:12px;
			padding:0;
			
			
	        font-family: "Lucida Grande", Arial, sans-serif; 
	        font-size: 95%; font-variant:small-caps;
			letter-spacing: 0.1em;
			
			/*border: 1px solid red;*/
			

	}
	
	
#navBar a:link {
	color: #ccc; 
	text-decoration: none;padding:0;
	 font-family: "Lucida Grande", Arial, sans-serif; 
	        font-size: 95%; font-variant:small-caps;
			letter-spacing: 0.1em;
			margin:3px;
			
			height:19px;
	
}	


#navBar a:visited {
	color: #7f5916;
	background-color: #252525;
	
	text-decoration: none;
	
	padding:0;
	margin:3px;
	height:19px;
	 font-family: "Lucida Grande", Arial, sans-serif; 
	        font-size: 95%; font-variant:small-caps;
			letter-spacing: 0.1em;
}	
#navBar a:hover {
	color: #666666;}
	 
#content { /* when there is a position absolute the block would not expand auto*/
          width: auto; 
		  height:auto; 
		   /*top:225px;border: 1px solid blue;*/
		  padding:10px;  } 






