 

#container{
	position: relative;
	width: 780px;
	height: 1030px;
	margin: 0 auto;
	
	background: url(images/bg2.gif) center top repeat-y;

	
}


	/* main content */

		/*total height of page in here*/
		#mainBody
		{
			position: absolute;
			top:200px;
			width:780px;
			height:800px;
			
			
		}
		  
		#about
		{
			position: relative;
			top:40px;
		}
		
			#about p
			{
				/*width:370px;*/
				
			}
			#about ul
			{
				text-align:left;
				position:relative;
				top: 0px;
				list-style-type: none;
			}
			
			#about 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;
				
			}
			 
			#about h2 span
			{
				display:none;
			}
			
			#about h2
			{
				height: 40px;
				width:300px;
				background: url(images/about.jpg) left no-repeat;
			}
			
			#aboutSP
			{
				width:500px;
				position:relative;
				top:50px;
			}
		
	/*	#about a
		{
			color:#736342; 
		
		}
		
		#about a:hover
		{
			color:#999; 
		}*/

		/*footer*/
		#footer
		{
			position:absolute;
			top:800px;
			
		}

			/*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;
				
			}

			
