		/*     DECORATED  DIV  */

/* 1  */

.decorated_div_1{

}
.decorated_div_1 .__container{
	
	
}
.decorated_div_1 .__header{
	min-height:42px;
}
.decorated_div_1 .__header .__center{
	background-image: url(../images/DecoratedDiv/1/container_background.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	font-size:17px;
	padding-top:10px;
	color:#FFD800;
	height:42px;
	width:80%;	
			float:left;
}
.decorated_div_1 .__header .__left{
	float:left;
	width: 23px;
	background-image: url(../images/DecoratedDiv/1/h_left.gif);
	background-repeat: no-repeat;
	height:42px;
}
.decorated_div_1 .__header .__right{
	background-image: url(../images/DecoratedDiv/1/h_right.gif);
	background-repeat: no-repeat;
	float:left;
	width:23px;
	height:42px;
}
.decorated_div_1 .__content{
	padding-right:20px;
	padding-left:20px;
	padding-bottom:15px;
	background-image: url(../images/DecoratedDiv/1/content_background.gif);
	background-repeat: repeat-y;
}
.decorated_div_1 .__footer{
	background-image: url(../images/DecoratedDiv/1/footer.gif);
	background-repeat: repeat-x;
	height:3px;
	margin-left:10px;
	width:30%;
	float:left;
}
