
/* commented backslash hack v2 \*/* html {overflow:hidden;}
/* end of hack */
body {
	background:url(picture_library/dino_body_50.gif);
	background-repeat:repeat-y;
	background-color:#f8f8f8;
	background-attachment:fixed;
	margin:0;
	padding:0 10px 0 10px;
	border:0;
	height:100%;
}

* html body {overflow-y:scroll;}

#menu {
	position:fixed;
	display:block;
	top:220px;
	left:20px;
	width:130px;
	height:430px;
	background-color:transparent;
	z-index:20;
}

* html #menu {position:absolute;}

#hand {
	position:fixed;
	display:block;
	top:108px;
	left:0px;
	width:104px;
	height:125px;
	background-color:transparent;
	z-index:20;
}

* html #hand {position:absolute;}

#face {
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:319px;
	height:150px;
	background-color:transparent;
	z-index:20;
}

* html #face {position:absolute;}

#giggly_text {
	position:fixed;
	display:block;
	top:0;
	left:330;
	width:414px;
	height:107px;
	background-color:transparent;
	z-index:30;
}

* html #giggly_text {position:absolute;}

#shadow {
	position:fixed;
	display:block;
	top:100px;
	left:26px;
	width:278px;
	height:128px;
	background-color:transparent;
	z-index:1;
}

* html #shadow {position:absolute; z-index:-1;}

body {
	font-family:ariel;
	font-size:16px;
}

#menu a, #menu 
a:link {
	display:block;
	width:120px;
	height:25px;
	color:rgb(250,111,0);
	text-decoration:none;
	line-height:25px;
	margin-top:5px;
	border:5px
	solid #000;
	background:#fff;
	font-size:18px;
	text-align:center;
}

#menu 
a:visited {
	display:block;
	width:120px;
	height:25px;
	color:rgb(250,111,0);
}

#menu
a:hover {
	font-weight:bold;
	color:#000;
}

#menu 
a:active {
	font-weight:bold;
}

#content {
	position:relative;
	display:block;
	margin:0 0 0 150px;
	background:transparent;
	overflow:hidden;
	letter-spacing:.08em;
	z-index:10;
}

.text {
	display:block;
	padding:10px 10px 10px 10px;
	width:60%;
	margin-left:10px;
	text-align:justify;
	float:left;
	color:#000;
}

.text img {float:right;}

#topper {
	position:fixed;
	display:block;
	top:0;
	right:0;
	width:100%;
	height:150px;
	background:url(picture_library/dino_top_50.gif);
	background-repeat:repeat-x;
	font-size:10px;
	font-style:italic;
	line-height:80px;
	font-family:ariel;
	overflow:hidden;
	color:#000;
	z-index:12;
}

* html #topper {
	position:absolute;
	right:0;
	right/* */:/**/17px;
	right: /**/17px;
}

#topper img {float:right;}

.clear {clear:both; height:1px;}

#foot {
	display:block;
	padding:10px 10px 0 100px;
	text-align:justify;
	background:transparent;
	font-size:10px;
	color:#000;
	text-align:center;
}

.h4 {
	font-size:20px;
	color:rgb(0,0,0);
	margin-bottom:5px;
	border-bottom:1px solid #000;
	letter-spacing:1px;
	font-weight:bold;
}

#pad {display:block; height:200px;}

