html,body {
	margin: 0;
	padding : 0;	
	height : 100%;	
	border : none	;
	background : #464748;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	color : #ffffff;
}

.limmidar body {
	background : #84d5e6;
	margin: 0;
	padding : 0;	
	height : 100%;		
}

.fullheight {height:100%}

/* ******  nav  ****** */
.mnav {
	font-weight : bold;
	font-family : arial, Verdana, sans-serif;
	position : relative;
	padding : 0;
	white-space : nowrap;
	font-size: 13px;
	color : #999999;
}

.mnav a:active { text-decoration: underline }


a:link { 
	text-decoration: none;
	color : #999999;
}
a:visited { 
	text-decoration: none;
	color : #999999;	
}
a:hover { 
	text-decoration: none;
	color : #cccccc;	
}

.mnav ul {
	padding : 0;
	margin-bottom :  3px;	
	margin-top :  3px;		
}

.mnav li {
	list-style-type : none;
	display : inline;
	padding-right : 20px;	
	padding-bottom :  0;
	margin-bottom :  0;
}

.mnav .actives {
	color : #cccccc;
}


/* **********  funnav  ********** */
.funnav {
  position : absolute;
  top : 119px;
  left : 126px;
  width : 148px;
  height : 89px;
  background-image : url(../img/book.gif);
}
.funnav a {
  width : 180px;
  padding-top : 30px;
  _height /**/: 30px;
}
.funnav .cat1 a { top :  4px;  left : 76px;  width : 64px;  background-image : url("../img/book.gif"); }     /* Fan?     */ 
.funnav .cat2 a { top : 28px;  left :  6px;  width : 77px;  background-image : url("../img/2005-12/funnav-pics.gif"); }    /* Pictures */ 
.funnav .cat3 a { top : 54px;  left : 60px;  width : 57px;  background-image : url("../img/2005-12/funnav-videos.gif"); }  /* Videos   */ 

.funnav2 {
  position : absolute;
  top : 476px;
  left : 34px;
  width : 244px;
  height : 111px;
}
.funnav2 .boxhd { position : absolute; left : -99999px; }
.funnav2 .cat1 a { /* Jamarama   */ 
  position : absolute;
  top : 0;
  left : 0;
  display : block;
  width : 244px;
  height: 111px;
  padding : 0;
  background-image : url("../img/book.gif"); 
  overflow : hidden;
  text-indent : -300em;  
}


/************ misc ***************/

.footer {
	color : #999999;
  padding-top : 10px;
  margin-top : 10px;  
  padding-bottom : 8px;
  text-align : center;	
}

.footer a:link { 
	text-decoration: none;
	color : #99cc33;
}
	
.footer .width {
	padding-right : 10px;
}

.popup img {
	float :  right;
	margin-right :  10px;	
}

.sitelogo img {
	float :  left;
}
	
.book {
	position : absolute;
	top :  453px;
	left :  215px;
}
	
	
	
	
	
	
	
	