
#container{
	position: relative;
	width: 780px;
	height: 830px;
	margin: 0 auto;

	background: url(images/bg2.gif) center top repeat-y;

	
}

		#mainBody
		{
			position: absolute;
			top:200px;
			width:780px;
			height:600px;
			
			
		}
		  
		
		
		#directions
		{
			position:relative;
			top:40px;
		}
		
			#directions h2
			{ 
				display:none;
			}
		
		#map
		{
			
			position:relative;
			top:20px;
		
		}
		
		#text
		{
			position:relative;
			top:60px;
			width:550px;
		
		}
		
		
		

		/*footer*/
		#footer
		{
			position:absolute;
			top:600px;
			
		}

			/*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;
				
			}

			
