@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.containerbot {
	clear: both;
	min-height: 10px;
}

* html .containerpane,* html .containerbot {
	height: 10px;
}

.containerpane {
	text-align: left;
}


/* =S Container Title */
.Head1 {
	color: #fff;
	font: 18px/24px Tahoma,Arial,sans-serif;
}

.Head2 {
	color: #3487bb;
	font: 18px/24px Tahoma,Arial,sans-serif;
}
/* =E Container Title */

/* =S Container1 */

.Container1 {
	margin-bottom: 8px;
	background: #d90f0f url("images/c1_bg.jpg") no-repeat left top;
}

.Container1 .title {
	padding: 10px 0 8px 30px;
}

.Container1 .containerpane {
	clear: both;
	padding: 1px 10px 1px 20px;
	color: #d8d8d8;
}

.Container1 a:link,.Container1 a:visited,.Container1 a:hover,.Container1 a:active {
	color: #f2e774;
	text-decoration: underline;
}

.Container1 a:hover {
	text-decoration: none;
}

/* =E Container1 */


/* =S Container1 */

.Container2 {
}

.Container2 .title {
	padding: 8px 0;
}

.Container2 .containerpane {
	clear: both;
	padding: 1px;
}

