/* CSS Document */
.clear {
  clear:both;
  height:0px;
  overflow:hidden;
}

#page {
  min-width:940px;
  padding:30px;
}

#header {
  background:url(../images/header_bg.jpg) no-repeat top left;
  height:320px;
}

#logo {
  position:absolute;
  margin-top:22px;
  margin-left:8px;
}

#title {
  position:absolute;
  margin-left:306px;
  margin-top:52px;
}

#line {
  position:absolute;
  width:305px;
  height:3px;
  margin-left:155px;
  margin-top:283px; 
  background:url(../images/line.png) no-repeat; 
}

#top_menu {
  float:right;
  height:20px;
}

#top_menu a {
  margin-left:15px;
}

#info_block {
  width:555px;
  height:56px;
  float:right;
  background:url(../images/info_bg.png) repeat-x;
  margin-top:175px;
  clear:right;
  margin-right:30px;
  color:#ffffff;
  font-size:15pt;
}

#info_left {
  background:url(../images/info_left.png) no-repeat left;  
  height:56px;
  padding-left:30px;
}

#info_right {
  background:url(../images/info_right.png) no-repeat right top;  
  height:54px;
  padding-right:80px;
  padding-top:2px;
}

#left_side {
  width:155px;
  float:left;
  background:url(../images/left_line.png) no-repeat top left;
}

#left_side .wrap {
  background:url(../images/left_line.png) no-repeat top right;  
}

#right_side {
  margin-left:160px;  
}

#left_menu {
  background:url(../images/left_menu_bg.png) repeat-y;
  width:146px;
  margin:0 auto;
}

#top {
  background:url(../images/top.png) no-repeat;
  padding-top:20px;  
}

#bottom {
  background:url(../images/bottom.png) no-repeat bottom left;
  padding-bottom:110px;
}

#left_menu ul {
  margin:0;
  padding:0;  
}

#left_menu ul li {
  width:146px;
  padding-top:8px;
  padding-bottom:10px;
  list-style-type:none;
  text-align:center;
  background:url(../images/sep.png) no-repeat bottom;
}

#left_menu ul li.last {
  background:none;
}

#left_menu ul li a {
  color:#000000;
  font-size:14pt;
  font-weight:bold;
  text-decoration:none;
}

#left_menu ul li a:hover {
  text-decoration:underline;
}

#content {
  padding:0px 0px 30px 30px;
}

#footer {
  text-align:center;
}

#footer p {
  padding-bottom:3px;
}

.copyright {
  font-size:9pt;
}

