
#container{
	position: relative;
	width: 780px;
	height: 1300px;
	margin: 0 auto;

	background: url(images/bg2.gif) center top repeat-y;

	
}

		#mainBody
		{
			position: absolute;
			top:200px;
			width:780px;
			height:1100px;
			
			
		}
		  
		
		
		#fees
		{
			position: relative;
			top:40px;
			
			
		}
		
		
		

			#fees ul
			{
				text-align:left;
				position:relative;
				top: 0px;
				list-style-type: none;
			}
			
			#fees li
			{
				
				margin-left: -10px;
				background: url(images/hand.jpg) left no-repeat;
				list-style-type: none;
				margin-top: 0px; 
				padding-left:20px;
				padding-top: 5px;
				
			}
		
		table
		{
			border:solid 1px;
			border-left:none;
			border-right:none;
			border-color:black;
			
			
		}
		
		

		/*footer*/
		#footer
		{
			position:absolute;
			top:1050px;
			
		}

			/*line*/
			#extraDiv4
			{
				position:absolute;
				top:-7px;
				left: 10px;
				width:760px;
				height:2px;
				text-align:right;

				
			}

			/*cp*/
			#extraDiv3
			{
				position:relative;
				top:3px;
				left: 450px;
				width:300px;
				/*height:10px;*/
				text-align:right;
				color:#8c8c82;
				
			}



			/*email*/
			#extraDiv5
			{
				position:absolute;
				top:0px;
				left: 30px;
				color:#999;
				width:300px;
				
			}

			
