	#excerpt_container {
		position:absolute;
		width: 100%;
		top:-150px;
		left:0px;
		margin-left: auto;
		margin-right: auto;
		z-index:100;
	}
	.excerpt {
		display:none;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		height:150px;
		width:750px;
		z-index:100;
	}
	.excerpt_content {
		font-family:verdana;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		padding:10px;
		width:500px;
		max-height:130px;
		overflow:auto;
		z-index:100;
	} 
	.excerptHeader {
		margin-bottom:7px;
		}
		
	.excerptTitle {
		font-weight: bold;
		}
	.excerptTitle {
		font-size: medium;
		font-weight:bold;
		}

	.info-box {
		width:450px;
		position:relative;
		margin-right:auto;
		margin-left:auto;
		left:100px;
		}
	.excerpt {
		background:#FFFFFF;
		}

	.excerpt_content {
		background:#B8C061;
		color:#1F3633;
		border-left:2px solid #1F3633;
		border-right:2px solid #1F3633;
		border-bottom:2px solid #1F3633;
		}
