.pc_container {
    width: 880px;
    height: 265px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    margin: 0px auto;
	overflow: hidden;
}

.pc_container .pc_item {
	background-image: url(../img/header_afb1.jpg);
	background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 0px;
    width: 880px;
    height: 265px;
	overflow: hidden;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 380px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.pc_item .desc_field {
    /*position: absolute;
    width: 258px;
    height: 396px;
	left: 598px;
	right: 0px;
    background-color: #000000;
	line-height: 1.4em; 
	color: #FFFFFF;
	overflow: hidden;
	font-size: 14px;
	font-weight:600;
	margin : 0; 
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 0px;*/

    position: absolute;
    left: 598px;
	top: 0px;
	width: 278px;
	height: 396px;
	background-color: black;
	color: #FFFFFF;
	overflow: hidden;
	font-size: 14px;
	font-weight:600;
	line-height: 1.4em; 
	
}

.pc_item .desc_field h1 {
    color: #FFFFFF;
	overflow: hidden;
	margin-left : 25px;
	margin-top: 23px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight:normal;
}

.pc_item .desc_field p {
	margin-left : 25px;
	margin-right : 10px;
}
