#wrapper{
	width:980px;
	height:700px;
	margin:0 auto;
	font-family:arial;
	background:gray;
}

	#box_1{
		height:203px;
		background:url(../images/box_1.jpg);
		position:relative;
	}
	
	#box_2{
		height:497px;
		background:lightyellow;
	}
	
		#box_2_1{
			display:inline;
			float:left;
			width:182px;
			height:497px;
			background:#c5c5c5;
			border-right:4px solid #d80e24;
			/*border-right:4px solid #c71e79;*/
		}
		
		#box_2_2{
			display:inline;
			float:left;
			width:774px;
			height:477px;
			font-size:14px;
			font-family:arial;
			text-align:justify;
			background:#c5c5c5;
			padding:10px;
			overflow:auto;
		}
	