body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: 굴림;
}

a{
	color: #2D3C48;
	text-decoration: none;
}
a:hover {
	color: #AA1F13;
}
ul{
	list-style:none;
}

#GRP_container{
	width:981px;
	float:left;
}
#GRP_header{
	height:277px;
	margin:0 0 5px 0;
}
#GRP_content{
	float:right;
	width:700px;
	margin:0 0 10px 0;
}
#GRP_sub{
	float:left;
	width:220px;
	margin:0 0 0 20px;
}
#GRP_footer{
	clear:both;
	width:981px;
}

/* 포스트 내용 */
#GRP_cbody{
}
#GRP_wbody{
}

/*이미지 보기*/
#view_image{
	position:absolute;
	left:10px;
	top:10px;
	width:10px;
	height:10px;
	padding:5px;
	border:solid 1px #CCCCCC;
	z-index:1001;
	background-color: #FFFFFF;
}
#shadow{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	background-color:#000000;
}
/* 레이어 팝업 */
.GRP_layer_popup{
	border:solid 2px #CCCCCC;
	background:#FFFFFF;
}
	.GRP_layer_popup .close{
		padding:5px;
		text-align:right;
	}
	.GRP_layer_popup .close input{
		display:block;
		float:right;
		border:solid 1px #CCCCCC;
		background-color:#F0F0F0;
		color:#333333;
	}

