/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #74CBD3;
	overflow:hidden;
}

#content {
	overflow: auto;
	width: 269px;
	height:210px;
	padding-right: 8px;
	SCROLLBAR-FACE-COLOR: #74CBD3; 
	SCROLLBAR-HIGHLIGHT-COLOR: #74CBD3; 
	SCROLLBAR-SHADOW-COLOR: #330066; 
	SCROLLBAR-3DLIGHT-COLOR: #330066;
	SCROLLBAR-DARKSHADOW-COLOR: #74CBD3; 		 
	SCROLLBAR-ARROW-COLOR: #330066; 
	SCROLLBAR-TRACK-COLOR: #74CBD3; 
	SCROLLBAR-BASE-COLOR: #74CBD3;
	z-index:3;
	position: absolute; 
	top: 280px; 
	left: 108px;
	background-color: #74CBD3;
}

#page { 
		position: relative;
	 	width: 100%;
}

#title { 
          position: absolute; 
		  left: 108px;
		  top:44;
}

#links{
			position: absolute; 
		  left: 93px;
		  top:120px;
		  z-index:4;
}

#info{
			position: absolute; 
		  left: 107px;
		  top:490px;
		  z-index:4;
}



		  		  

