@charset "utf-8";
body { background: #F5F5F5; min-width: 1200px;}
#header { height: 80px; line-height: 80px; background: #2E6B97; box-shadow: 0 0 10px #999; }
#header .x4 { font-size: 30px; color: #EEE;  }
.form_editor { width: 100%; height: 260px;}
#content { padding: 20px 0;}
#l { width: 130px; float: left; background: #FFF; padding: 0 10px 10px 10px; }

#sidebar dt { background: #2E6B97; height: 32px; text-align: center; color: #FFF; line-height: 32px; margin-top: 10px; box-shadow: 0 0 10px #CCC; }
#sidebar dd a { display: block; background: #EEE; height: 32px; text-align: center; line-height: 32px; margin-top: 6px; color: #2E6B97; }
#sidebar dd a:hover { background: #FC5A4B; color: #FFF; border-radius: 5px; }
#sidebar dd .current { background: #FC5A4B; color: #FFF; border-radius: 5px;}

#r { width: 1060px; float: right; background: #FFF; padding: 0 10px 0 10px;}
.ch { background: #2E6B97; height: 32px; line-height: 32px; padding: 0 10px;  color: #FFF; margin-top: 10px; box-shadow: 0 0 10px #CCC;}
.cb { padding: 20px 0;}
.page_turner { margin-top: 20px; }
.page_turner a, .page_turner span { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.c { background: #0A8; color: #FFF; }

#footer { background: #2E6B97; padding: 10px 0; color: #F8F8F8;}

#lh { height: 260px; background: #2E6B97; text-align: center; line-height: 260px; font-size: 50px; color: #FFF; box-shadow: 0 0 10px #000;}
#lb { width: 320px; margin: 40px auto; padding: 40px; box-shadow: 0 0 10px #CCC; border-radius: 5px;}