@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* =S Container Title */
.Head1 {
	color: #000;
	font: 18px Tahoma;
	white-space: nowrap;
}

.Head2 {
	color: #000;
	font: 22px "Times New Roman";
	white-space: nowrap;
}

.Head3 {
	color: #000;
	font: 22px "Times New Roman";
	white-space: nowrap;
}

.Head4 {
	color: #fff;
	font: 20px "Times New Roman";
	white-space: nowrap;
}

.Head5 {
	color: #facc89;
	font: 18px/36px "Times New Roman";
	white-space: nowrap;
}

.Head6 {
	color: #f19c9f;
	font: 18px/36px "Times New Roman";
	white-space: nowrap;
}

.Head7 {
	color: #88abda;
	font: 18px/36px "Times New Roman";
	white-space: nowrap;
}

/* =E Container Title */

.containerpane {
	min-height: 10px;
	padding: 8px 5px 0;
	text-align: left;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html .containerpane,* html .containerbot {
	height: 10px;
}

.containerbot {
	clear: both;
	min-height: 10px;
}

/* =S Container1 */
.Container1 .title {
	padding-left: 5px;
}
/* =E Container1 */

/* =S Container2 */
.Container2 .title {
	padding-left: 5px;
}
/* =E Container2 */

/* =S Container3 */
.Container3 .title {
	padding-right: 5px;
}
/* =E Container3 */

/* =S Container3 */
.Container3 .title {
	text-align: right;
}
/* ==E Container3 */

/* =S Container4 */
.Container4 {
	padding: 8px 10px 0;
	margin-bottom: 10px;
	background: #2b2621;
	color: #cea972;
}

.Container4 .title {
	padding: 0 8px 4px 0;
	border-bottom: 1px solid #7e6b5a;
	text-align: right;
}

.Container4 a:link,.Container4 a:visited,.Container4 a:active {
	color: #cea972;
}

.Container4 a:hover {
	color: #fff;
}

.Container4 .Head,.Container4 .SubHead {
	color: #cea972;
}
/* =E Container4 */

/* =S Container5,Container6,Container7 */
.Container5 .title {
	padding-left: 10px;
	background: #000 url("images/bg_container5_title.jpg") repeat-x left top;
}

.Container6 .title {
	padding-left: 10px;
	background: #000 url("images/bg_container6_title.jpg") repeat-x left top;
}

.Container7 .title {
	padding-left: 10px;
	background: #000 url("images/bg_container7_title.jpg") repeat-x left top;
}

.Container5 .containerpane,.Container6 .containerpane,.Container7 .containerpane {
	border: 1px solid #423f3d;
	border-top: none;
	padding: 10px;
}
/* =E Container5,Container6,Container7 */

/* =S Container8 */
.Container8 {
	margin-bottom: 5px;
}

.Container8 .containerpane {
	padding: 0;
}
/* =E Container8 */

