/******************************************************************************/

@charset "iso-8859-1";

/* nerv.com.mx */
/* issa's design */
/* contact: permanent.daylight at gmail.com */


/* layout */ 

body{
 padding:0;
 margin: 0 0 0 0;
 background-color:#000;
	scrollbar-face-color: #000 ;
	scrollbar-highlight-color: #996699;
	scrollbar-shadow-color: #996699;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #996699;
	scrollbar-track-color: #000;
	scrollbar-darkshadow-color: #000;
 } 
#center{
 position: absolute;
 top: 160px;
 left: 102px;
 width: 460px;
 height: 327px;
  border: medium solid #111;
  background-color: #000000;
  overflow: scroll;
  padding: 10px 10px 10px 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#CCCCCC;
  background-image: url(images/bgbody.gif);
  z-index: 100;
 }
#right{
position: absolute;
top: 160px;
left: 585px;
width: 137px;
height: 330px;
border: medium solid #111;
background-color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#CCCCCC;
padding: 12px 5px 5px 10px;
overflow: auto;
z-index: 7;
}
#menu{
position: absolute;
top: 129px;
left: 250px;
width: 487px;
height: 27px;
border: medium solid #111;
z-index: 5;
background-color:#000000;
}
#logo{
	position: absolute;
	top: 47px;
	left: 250px;
	width: 487px;
	height: 79px;
	background-color: #000000;
	border: medium solid #111;
	background-image:url(images/header.gif);
	z-index: 4;
}
#pic{
position: absolute;
top: 47px;
left: 102px;
width: 145px;
height: 109px;
background-color: #000000;
border: medium solid #111;
	z-index: 3;
}
#foot{
position: absolute;
top: 511px;
left: 102px;
width: 635px;
height: 25px;
background-color: #000000;
border: medium solid #111;
 font-family: Georgia, "Times New Roman", Times, serif;
  color:#CCCCCC;
  z-index: 15;
}
 #foto{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
  overflow: no;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#CCCCCC;
  z-index: 100;
 }

#guestbook {
width: 90%;
padding: 30px 30px 10px 10px;
}

/******************************************************************************/
