﻿#bookhead {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 235px;
}
#headmenu {
background: white;
position:absolute;
top: 60px;
right: 70px;
}
#colmenu {
width: 200px;
position: absolute;
top: 220px;
left: -10px;
}
#infor {
background: white;
position: absolute;
top: 50px;
left: 201px;
right: 0px;
border-left: 1px solid gray;
border-bottom: 1px solid gray;
margin-bottom: 35px;
}
.pre2 {
border-left: 1px solid lightgreen;
border-bottom: 1px solid green;
border-right: 1px solid green;
margin-left: 10px;
margin-top: 30px;
text-indent: 10px;
}
#pre3 {
margin-left: 10px;
border-left: 1px solid lightgreen;
border-bottom: 1px solid green;
border-right: 1px solid green;
}
#pre1 {
margin-left: 10px;
border-left: 1px solid lightblue;
border-bottom: 1px solid blue;
border-right: 1px solid blue;
}
.green {
text-align: center;
background: lightgreen;
color: green;
}
.blue {
text-align: center;
background: lightblue;
color: blue;
}
li {
list-style-type: none;
}
#upmenu {
width: 300px;
}
.upmenu {
width: 100px;
}
#left {
width: 100%;
}
#right {
width: 100%;
margin-right: 0px;
margin-top: 0px;
}
#bookfoot {
vertical-align: bottom;
text-align: center;
width: 100%;
height: 20px;
}
.logotext {
margin-top: 80px;
margin-left: 50px;
}