#Top {
	position:absolute;
	top: 15px;
	left: 15px;	
	width: 1000px;
	
	padding: 24px 0px 20px 155px;
	border: 0px solid#000;
	
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	font-size: 24px;
	font-stzle: bold;
	font-family: fantasy;
	
    }
	A:link {color: #000000; text-decoration: underline; }
	A:visited {color: black; text-decoration: underline}
	A:active {color: black; text-decoration: underline}
	A:hover {text-decoration: none; color: black;}


#Left {
	position:absolute;
	top: 85px;
	left: 14px;
	width: 120px;
	length: 200px;
	height: 560px;
	
	padding: 60px 0px 0px 14px;
	border: 0px solid#000;
	
	background-image: url(img/left2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
	font-size: 18px;
	font-stzle: bold;
	line-height: 33.5px;
	}

#Scroll {
	position:absolute;
	width: 948px;
	height: 600px; 
	top: 92px;
	left: 145px;
	margin-right:25px;
	
    overflow: auto;
    }

#Main {
	position:static;
	top: 92px;
	left: 145px;
	margin-right:25px;

	padding: 10px 0px 0px 22px;
	border: 0px solid#000;
	
	background-color: #fff;
	image-position: right;	

    }
      
      
#Bottom {
	position:absolute;
	top: 670px;
	height: 100px;
	left: 16px;
	width: 1200px;
	
	padding: 10px 0px 0px 192px;
	border: 0px solid#000;
	
	background-image: url(img/bottom3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	line-height: 90px;
	font-size: 17px;
	}
