/*skin1 body*/
#wrap{width:100%;}
#top_wrap1{width:100%; height:40px; background:url('../html/default/img/imgpart_topbar.gif') repeat-x;}
#top_wrap1_content{width:980px; margin:0 auto;}
#content1{width:980px; margin:0 auto; border-bottom:1px solid #f4f4f4;}/*로고,메뉴*/


#content2{
	width:980px;
	margin:0 auto;
	background:url('../html/default/img/bgpart_mainbody.gif') repeat-y;
	border-bottom:2px solid #3e466e;
	margin-bottom:10px;
}

#content10{
	width:980px;
	margin:0 auto;
	border-bottom:2px solid #3e466e;
	margin-bottom:10px;
}

#content11{
	width:940px;
	margin:0 auto;
	margin-bottom:10px;
}

/*카테고리&상세 서브*/
#sub_left_contents{
	float:left; 
	width:130px;
}
#sub_center_contents {
	float:left; 	
	width:590px;
}

#sub_right_contents {
	float:right;
	width:260px;
}

/*default.html 에서 사용함 [포토뉴스,UCC뉴스]*/
#sub_center_contents2 {
	float:left; 	
	width:720px;
}

/*html_bbs/bbs_default.html 에서 사용함 [커뮤니티 외 게시판]*/
#sub_left_contents3{
	float:left; 
	width:130px;
}
#sub_center_contents3 {
	float:right; 	
	width:850px;
}

#content3{width:980px; margin:0 auto; margin-bottom:10px;}
#content4{width:980px; margin:0 auto;}
#footer{width:980px; margin:0 auto; clear:both;}

#now {
	width:980px; 
	margin:0 auto; 
	border-bottom:2px solid #f3f3f3;
}

.news_titlebar{position:absolute;background-color:#000000;width:350px;height:50px; margin-top:180px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}
.news_title{position:absolute; padding:10px 0 0 10px; z-index:1; margin-top:180px;}



/* 포토그룹 */

.photo_left{
float:left;
position:absolute;
top:60px;
left:10px;
width:30px;
border:0px solid red;
}

.photo_center{
float:left;
position:absolute;
height:145px;
width:880px;
top:20px;
left:50px;
border:0px solid red;
}


.photo_right{
position:absolute;
float:right;
width:30px;
top:60px;
right:10px;
border:0px solid red;
}

