body {
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 0.688em;
    color: #333333;
    background-image: url('/bg.gif');
	margin: 0 auto;
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:active {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #333333;
}


/* 레이아웃 */
#wrap {
    margin: 0px auto;
    width: 580px;
    background: transparent;
}

#head {
    display: table;
    width: 580px;
    height: 200px;
}

#contents {
	float: center;
    display: table-cell;
    width: 540px;
    background: #ffffff;
	padding: 10px 30px 10px 30px;
}

#left-sidebar {
    display: table-cell;
    width: 20px;
    background-color: #fefbe4;
}

#right-sidebar {
    display: table-cell;
    width: 20px;
    background-color: #fefbe4;
}

#foot {
    clear: both;
    width: 580px;
    height: 20px;
    background-image: url('/bar.gif');
}

#left-foot {
    float: left;
    text-align: left;
    width: 290px;
    height: 20px;
    background-color: transparent;
}
#left-foot a:link,
#left-foot a:visited,
#left-foot a:hover,
#left-foot a:active {
    color: #6a4c00;
}

#right-foot {
    float: right;
    text-align: right;
    width: 290px;
    height: 20px;
    background-color: transparent;
	
}
#right-foot a:link {
    color: #6a4c00;
}

#blank {
    height: 100px;
    background-color: transparent;
}

/* 글씨 */
.em75 {
    font-size: 0.75em;
}

.pink {
    color: #ffb8b8;
}

.green {
    color: #5aa55c;
}

.blue {
    color: #8fd6e7;
}

.highlighter {
    background-color: rgb(255, 250, 208);
}
