@charset "utf-8";
/* CSS Document */
body{
background:#ffffff;
margin:0;
}
#wrapper{
background:#e3e4e5;
width:800px;
margin:0 auto;
}
#header{
background:url(images/header.jpg) no-repeat;
width:800px;
height:199px;
}
#menu{
background:url(images/menu.gif) no-repeat;
width:189px;
height:490px;
float:left;
padding:10px 0 0 18px;
}

#epimenu{
background:url(images/menu.gif) no-repeat;
background-position:bottom;
width:189px;
height:95px;
float:left;
padding-left:18px;
}


#centercontent{
width:330px;
float:left;
margin:15px 15px 15px 15px;
padding:0px 10px 0px 10px;
border:#CCCCCC solid 1px;
}
#rightcontent{
width:200px;
float:left;
margin:15px 0px 0px 0px;
}

#calendar{
float:right; 
width:595px; 
}

#footer{
background-color:#D6D6D6;
width:790px;
height:30px;
clear:both;
padding:5px 5px 10px 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #666666;
line-height:12px;
}

#book{
width:546px;
height:800px;

}