/*.haccordion .header, .haccordion .content{
			float: left;
			height: 250px;
		}*/
		

		
.haccordion .header 
{
			float: left;
			height: 450px;
			width: 120px;
			background: transparent;
			color: #fff;
			cursor: pointer;
			border:0px;
			border-right-style:solid;
			border-color:white;
			background-image: url(../img/bar.png);
			margin-right: 3px;
			margin-left: 3px;
			margin-top: 30px;
					}	
					
.haccordion .header p
{
font-family: arial, Helvetica, sans-serif;
margin-right: 9px;
margin-top: 170%;
font-size: 16px;

color: #696969; 		
text-align: right;
word-spacing: 1px;					
}					
					
.haccordion .content
		{
			float: left;
			height: 450px;
			display: none;
			width: 230px;
			overflow: auto;
			background-color: transparent;
			background-image: url(../img/cont.png);
			background-repeat: no-repeat;
			
		}
		
		.haccordion .content p
		{
			margin-top: 20px;
			margin-left: 18px;
			margin-right: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 20px;		
			color: #595959;
		}
		
	
	.haccordion .content a
	{
		font-weight: bold;
		text-decoration: none;
		color: #595959;
	}
	
	
						
		
		.align
		{
		  margin-left: 15px;
		}
		
	.align img
{
border: none;
margin-left: 30px;	
}

		


		.frame
		{
			width: 96%;
			height: 100%;
			overflow: hidden;
			margin-left: 5px;
			margin-top: 10px;
			background-color: transparent;   
				}
		
		.frame2
		{
			width: 876px;
			height: 450px;
			overflow: hidden;
			margin-left: 0px;
			margin-bottom: 0px;
			background-color: transparent;	
			margin-top: 0px;	    		
				}
		
		
		