﻿
body 
{
    background:url(images/bg.png);
    color:#333;
	margin:0;
	padding:0 0 0 0;
	text-align:center;
	font-family:tahoma;
}

.title
{

    Color:white;
    Font-weight:bold;
    font-size:18pt;
    Font-family:tahoma;
    width:200px;
    padding:.5em;

}
.caption
{
    font-size:20px;
    font-weight:bold;
    padding:.3em;
    border:3px dashed #FFE6BF;
    background:#FFE6BF;
    display:block;
    width:90%;
    
}
.koreancontent
{
   color:silver;
}
.englishContent
{
    /*border:1px solid white;
    padding:.5em;
    background:bisque;
    margin-right:0; */
    color:White;
       
}


.captionko
{
    font-weight:bold;
    color:gold;
}
.comment
{
    margin:20px;
    font-size:small; 
    color:Gray;
}
.desc
{
    border:1px solid black;
}
.author
{
    Font-style:italic;
}
.wrapper
{
    width:720px;
    text-align:left;
    margin-left:0;
    /*border:5px dashed #FFCC80;*/
    padding:1em; 
   /* background:burlywood*//*#FFCC80;
   border-left:1px solid white;
   border-right:1px solid white; */
   background:url(images/bg_1.gif);
    
}


.naviUl li
{
display: inline;


/* for IE5 and IE6 */
}
.naviUl
{
width: 9em;
/* to display the list horizontaly */
font-family: tahoma;
padding: 10;
font-weight:bold;
margin:1em;
border-top: 1px #000 dashed;
/*border-left: 1px #000 solid;
border-right: 1px #000 solid;*/
position:absolute;
left:0;
top:0;
}

.naviUl a
{
width: 100%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #000 dashed;
text-align:left;
text-decoration: none;
color: #000;
padding:.1em;
padding-left:1em;


}
.naviUl a:hover {  background-color: orange;
}
.naviUl a:visited { color: #000; }



#header
{
    background:url(images/wisdom_h1_bg.jpg);
    text-align:right;
}
#footer
{
    background:black;
    color:Silver;
    padding:3px;
    padding-right:3em;
}
#catchPhrase
{
    position:absolute;
    top:80px;
    left:600px;
    font-size:13px;
    color:Gold;
    font-family:Tahoma;
    width:230px;"
}
