#wrapper_popup{
	width: 700px;
	margin: 20px auto;
	text-align: left;
}

.spacer{
	display: block;
	clear: both;
}

.week_notice{
	border-bottom: 1px solid #301700;
	background: url(trans50.png);
	width: 100%;
	text-align: center;
}
.week_notice .wrapper_popup{
	margin: 0 auto;
	text-align: left;
	width: 700px;
	color: #FFF;
}
.week_notice .title_popup{
	float: left;
	width: 30%;
	font-family:'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif;
	font-size:24px;
	font-size-adjust:none;
	font-style:italic;
	line-height:35px;
	margin:0;
	padding:15px;
	text-shadow:0 1px 0 #FFFFFF;
}
.week_notice .description_popup{
	float: left;
	width: 50%;
	padding:15px;
  font: 14px/20px Arial,Helvetica,sans-serif;
}

.description_popup {
	line-height:normal;
	}
	
.week_notice {
	float: right;
	padding:10px;
	}
	
.week_notice a:link, .week_notice a:visited, .week_notice a:active{
	color: #FFF;
	}
.week_notice a:hover{
	color: #ffc692;
	}
	