﻿body 
{
    background:#999 url(images/clientbodybg.gif) repeat-x fixed;
  margin: 0;
  padding: 0;
  color: #33140E;
  font-size: 80%;
  width:100%;
}
 

ul.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;
}
 

ul.naviUl li
{
display: inline;


/* for IE5 and IE6 */
}

ul.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;


}
ul.naviUl a:hover {  background-color: orange;
}
ul.naviUl a:visited { color: #000; }


#wrapper
{
    width: 850px;
  background: url(images/clientwrapperbg.gif) repeat-y;
  margin: 50px 0 0 150px;
  padding-bottom: 20px;
  position:absolute;
  text-wrap:normal;
}
#wrapperextratop
{
      position: absolute;
    top: 10px;
  left: 150px;
  width: 750px;
  height: 50px;
  background: url(images/clientwrapperbgtop.gif) no-repeat;
}
#pageHeader { 
  height: 60px;
  padding: 0 0 0 0;
  border-bottom:1px dashed black;
  font-size:34pt;
  font-family:Tahoma;
  font-weight:bold;
}
#pageHeader span
{
    margin-left:60px;
}
span#pageMark
{
    font-family:arial;
    color:orange;
    font-size:40pt;
    font-weight:bold;
    position:absolute;
    top:-20px;
    left:600px;
}    
#pageHeader h2 { 
    border-top:1px solid black;
    padding-top:10px;
    font-family:바탕체;
    font-size:18pt;
    color:Gray;
    width:100%;
}

ul.pageNum
{
    width:60px;
    font-family:Tahoma;
    font-size:10pt;
    display:block;
    list-style-type:none;
    float:left;
    padding:0;
    padding-top:1em;

    margin-left:1.5em;
    padding-right:3em;
    
  
}
ul.pageNum li
{
    display:block;   
    margin-top:.2em;
}
ul.pageNum li a
{
    padding:2px;
    text-decoration:none;
}
ul.pageNum li a:hover
{
    background:orange;
    color:White;
}    
div.storyContent
{
    float:left;
    border-left:1px dashed black;
    padding-left:1em;
    width:680;
    padding-top:1em;
    padding-bottom:2em;
}
