/* text formats  */
/* ------------- */

body	{ 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-base-color: #FFFFFF;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-face-color: #FFFFFF;
 	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-3dlight-color: #FFFFFF;
 	scrollbar-darkshadow-color: #FFFFFF;
 	scrollbar-shadow-color: #FFFFFF;
 	scrollbar-arrow-color: #000000;
	
	background-color: #FFFFFF;
}

#pic {
	position:absolute;
	width:540px;
	height:540px;
	left:120px;
	top:33px;
	z-index:2;
	overflow:hide;
	visibility: visible;
	background-color: #000000;
	background-image: url(../images/elements/border.gif);
	background-repeat: no-repeat;
}
#nav {	
	position:absolute; 
	width:100px;
	left:17px; 
	top:31px; 
	z-index:1; 
	overflow:hide; 
	visibility: visible;	
}
#caption {	
	position:absolute; 
	width:540px;
	left:120px; 
	top:576px; 
	z-index:1; 
	overflow:hide; 
	visibility: visible;	
}
#arrowprev {	
	position:absolute; 
	width:13px;
	height:17px;
	left:662px; 
	top:556px; 
	z-index:1; 
	overflow:hide; 
	visibility: visible;	
}
#arrow {	
	position:absolute; 
	width:14px;
	height:17px;
	left:675px; 
	top:556px; 
	z-index:1; 
	overflow:hide; 
	visibility: visible;	
}
#logo {	
	position:absolute; 
	width:274px;
	height:21px;
	left:389px; 
	top:13px; 
	z-index:1; 
	overflow:hide; 
	visibility: visible;	
}
#credit {	
	position:absolute; 
	width:150px;
	left:119px; 
	top:575px; 
	z-index:1; 
	overflow:hide; 
	visibility: visible;	
}
