@charset "UTF-8";

.important {
 margin:0;
 padding: 15px 0 0 0;
 min-width:20em;
 color:#fff;
}

.important .header .c,
.important .footer .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.important .footer .c {
 height:14px;
}

.important .header {
	background-color: transparent;
	background-image: url(_images/top_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.important .header .c {
	background-color: transparent;
	background-image: url(_images/top_right.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	
}

.important .body {
	background-color: transparent;
	background-image: url(_images/middle_left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.important .body .c {
	background-color: transparent;
	background-image: url(_images/middle_right.jpg);
	background-repeat: repeat-y;
	background-position: right 0px;
}

.important .body .c .s {
 margin:0px 8px 0px 4px;
/* background:#000 url(ms.jpg) repeat-x 0px 0px;*/
  padding:1em;
}

.important .footer {
	background-color: transparent;
	background-image: url(_images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.important .footer .c {
	background-color: transparent;
	background-image: url(_images/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}


/* content-specific */


