*{margin:0;padding:0;}
html{margin:0; padding:0;}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}
ul li a:hover {text-decoration:underline;}

body {margin: 0; padding: 0; font-family: arial, sans-serif, Osaka, verdana; color: #333; text-align: center; font-size: 12px; letter-spacing: 2px; background: #d6d8e0 url(img/back.gif) repeat-x bottom; }

a { color: #ffc412; text-decoration:none;}

/* layout */
#layout {
width: 750px;
margin: 0 auto;
text-align: left;
padding: 5px;
overflow: hidden;
background-color: #fff;
}
#header {
width: 748px;
background: url(img/head.jpg) no-repeat;
}
#header h1 {
padding: 109px 2px 10px 141px;
}
#header h1 a {
display: block;
width: 603px;
height: 91px;
}
#header h1 a span {
display: none;
}
#header p {
color: #fff;
padding: 3px 10px;
}
/* left list*/

#side_menu {
  float: left;
  width: 189px;
  line-height: 160%;
  margin-top: 20px;
  padding-left: 10px;
}
#side_menu ul li {
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#side_menu .list_top a{
display: block;
background: url(img/list_top.gif) no-repeat;
text-align: center;
padding: 8px;
color: #fff;
font-size:14px;
margin: 0;
}
#side_menu .list_top a:hover {
color: #0f415a;
}
#side_menu ul#pagelist li {
border: none;
padding: 0;
margin: 0;
}
#side_menu ul#pagelist li a {
  display: block; 
  text-decoration: none;
  background-color: #ddd;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #c5c5c5;
  color:#222;
  padding: 5px;
  margin: 0;
}
#side_menu ul#pagelist li a:hover {
color: #666;
  background-color: #eee;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
/* Content */
#main_text {
float: right;
width: 520px;
font-size: 14px;
line-height: 200%;
overflow: hidden;
} 
#main_text h3 {
font-size:12px;
margin-top: 20px;
border-bottom: 1px dotted #aaa;
}  
#main_text h2 {
background-color: #0f415a;
color:#fff;
border: 3px double #fff;
font-size: 12px;
padding: 5px;
}
#main_text h2 span {
display: block;
border-top: 1px dotted #9fb3bd;
border-left: 8px solid #fff;
padding: 3px;
font-size: 20px;
}
#main_text .totop { 
    margin: 20px 0;
    display: block;
    width: 442px;
    height:19px;
    background: url(img/pagetop.gif) no-repeat;
    padding-left: 370px;
}
#main_text .totop a {
display: block;
width: 110px;
height: 15px;
}
/* foot */
#copyright {
clear: both;
background-color: #0f415a;
color: #fff;
line-height: 180%;
padding: 10px;
}
#copyright ul {
padding-bottom: 20px;
}
