
#container{
	position: relative;
	width: 780px;
	height: 2980px;
	margin: 0 auto;
	
	background: url(images/bg2.gif) center top repeat-y;

	
}

		#mainBody
		{
			position: absolute;
			top:200px;
			width:780px;
			height:2750px;
			
			
		}
		
		#faqs
		{
			position:relative;
			top:40px;
		}
		  
		
		.link
		{
			position:relative;
			left:500px;
		}
		
		/*#faqs a
		{
			color:#736342; 
		
		}
		
		#faqs a:hover
		{
			color:#999; 
		
		}*/
		#faqs ul
		{
			text-align:left;
			position:relative;
			top: 0px;
			list-style-type: decimal;
		}
		
		#secondList ul
		{
			text-align:left;
			position:relative;
			top: 0px;
			list-style-type: none;
		}
		
		#secondList li
		{
			
			margin-left: -10px;
			background: url(images/check.jpg) left no-repeat;
			list-style-type: none;
			margin-top: 0px; 
			padding-left:20px;
			padding-top: 5px;
			
		}
		
		#fourthList ul
		{
			text-align:left;
			position:relative;
			top: 0px;
			list-style-type: none;
		}
		
		#fourthList li
		{
			
			margin-left: -10px;
			background: url(images/x.jpg) left no-repeat;
			list-style-type: none;
			margin-top: 0px; 
			padding-left:20px;
			padding-top: 5px;
			
		}
		
		#fifthList ul
		{
			text-align:left;
			position:relative;
			top: 0px;
			list-style-type: none;
		}
		
		#fifthList 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;
			
		}
		
		
		

		/*footer*/
		#footer
		{
			position:absolute;
			top:2750px;
			
		}

			/*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;
				
			}

			
