h2 {
	margin:0px 0px 7px;
}

h3{
	margin:7px 0px;
}

/* Jquery Main Content Panel - Start */
	
div#main-content{
	width:337px;
	height:389px;
	top:0px;
	right:0px;_right:-1px;
	position:absolute;
	z-index:100;
	padding:102px 20px 30px 30px;
	overflow: hidden;
}
	div#main-content #content-container{
		width:337px;
		height:389px;
		top:0px;
		right:0px;
		position:absolute;
		padding:102px 20px 30px 30px;
		background:url(../images/main_content_bg.png) right top no-repeat;
		z-index:100;
	}
	
		div#main-content #content-container  #content #content-scroll{
			width:337px;
			height:310px;
			overflow-x:hidden;
			overflow-y:scroll;
		}
	
		div#main-content .close{
			color: #fff;
			top: 17px;
			right: 15px;
			position: absolute;
			cursor: pointer;
			z-index: 100;
		}
		
		div#main-content #content-container #content{
			margin:17px 0px 0px;
		}

		div#main-content #content-container div.read-more {
			background:url(../images/arrow_bar.png) right top no-repeat;
			width: 18px;
			height: 18px;
			position: absolute;
			top: 5px;
			left: 5px;		
			z-index: 100;
			cursor: pointer;
		}
	
/* Jquery Main Content Panel - End */




