body {
	font-family:DotumChe, 돋움체, "Courier New", monospace;
    font-size:13px;
    letter-spacing:normal;
}

#layoutHeaderBG { 
    width:100%;
    background:url(../images/default/headbar.gif) repeat-x left 84px; 
}
#layoutHeader {
    position:relative; 
    width:998px; 
    margin:0 auto;
    height:110px; 
/*    background:#888888 url(../images/default/background.jpg) no-repeat left top; */
}
#layoutHeader .logo { 
    position:absolute; 
    top:19px; 
    left:21px;
    z-index:99;
}
#layoutHeader .menu { 
    position:absolute; 
    top:40px; 
    left:200px;
    z-index:99;
}

#layoutHeader .top_login { 
    position:absolute; 
    top:9px; 
    right:0px;
    z-index:99;
}
#layoutContent { 
    position:relative; 
    width:998px; 
    overflow:hidden;   
    margin:0 auto;    
    background:url(../images/default/background.jpgd) no-repeat left -111px;       
}
#layoutContentLeft { 
    position:relative; 
    width:228px; 
    float:left;  /* 984(14) =228+756 */
    overflow:hidden;
}
#layoutContentRight { 
    position:relative; 
    width:756px; 
    float:right;
    overflow:hidden;
}
#layoutContentRight .title_img img {
	border:1px #c6d0c8 solid;
} 
#layoutContentRLeft { 
    position:relative; 
    width:478px; 
    float:left;
    overflow:hidden;
}

#layoutContentRRight { 
    position:relative; 
    width:258px; 
    float:right;
    overflow:hidden;
}

#layoutFooterBG { 
    width:100%; 
    background:#f1f1f1; 
    border-top:1px #e7e7e7 solid;
    height: 88px;
    margin-top:36px;
    clear:both;
}
#layoutFooter {
    position:relative; 
    width:1198px; 
    margin:0 auto;
}
#layoutFooter .logo { 
    position:absolute; 
    top:10px; 
    left:40px;
}
#layoutFooter .siteInfo {
	padding:12px 0 0 230px;
	text-align:center;
	font-family:YDIYGO120,돋움,Dotum,AppleGothic,sans-serif;
	font-size:13px;
}
#layoutFooter ul {
	margin:0px;
	padding:0;
	overflow:hidden;
}
#layoutFooter ul li {
	display:inline;
	background:url(../images/default/vrType1.gif) no-repeat right center;
	padding:0 8px;
    font-weight:bold;
}
#layoutFooter ul li.end {
	background:#f1f1f1;
	margin-left:-8px;
}
#layoutFooter ul li a {
    text-decoration:none; 
    color:#747474;
}
#layoutFooter .copyright {
	color:#747474;
    clear:both;
}
