@charset  "utf-8";

.content {
	background-image: none;
}

.main {
	width: 801px;
	float: none;
	margin: 0 auto;
	text-align: left;
}
.content .main {
	width: 801px;
}

/*	heading bigin
-------------------------------------------------------------------------*/
.main .heading {
	width: 568px;
	height: 105px;
	display: block;
	padding-bottom: 0px;
}


.col2L {
	width: 47.5%;
	float: left;
	position: relative;
}
.col2R {
	width: 47.5%;
	float: right;
	position: relative;
}

.col3L {
	width: 30%;
	float: left;
	position: relative;
	clear: left;
}
.col3C {
	width: 30%;
	float: left;
	position: relative;
	margin-left: 5%;
}
.col3R {
	display: block;
	width: 30%;
	float: right;
	position: relative;
}
.col3LC {
	display: block;
	width: 65%;
	float: left;
	position: relative;
}
.col3CR {
	display: block;
	width: 65%;
	float: right;
	position: relative;
}

.col4 {
	width: 21.25%;
	float: left;
	position: relative;
	margin-right: 5%;
}
.col4-last {
	display: block;
	width: 21.25%;
	float: right;
	position: relative;
}

.article .articlePhoto {
	margin-left: 2.5em;
} .article .articlePhotoL {
	margin-right: 2.5em;
}

.extra {
	width: 801px;
	float: none;
	position: relative;
	margin: 0 auto;
	text-align: center;
	clear: both;
} .extra .heading {
	text-align: left;
	height: 32px;
}

.content .extra {
	padding-left: 0;
	border-left: 0px solid #FFF;
}
.menu { text-align: left; }
.menu .col4 {
	width: 192px;
	float: left;
	margin-right: 11px;
}
.menu .col4-last {
	width: 192px;
	float: right;
	text-align: left;
}
.menu .col4-line {
	width: 192px;
	float: left;
	margin-right: 10px;
	background-image: url(../resources/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 191px 0;
}


