/* [Layout Style] */

#layout_outer {
  text-align: center;
  margin: auto;
  padding: 5px; 
}
#layout_content {
  text-align: left;
  margin: auto;
  width: 960px;
}
#layout_main_content {
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/bg_main_content.gif) repeat-y;
  padding: 10px;
}
#layout_admin_links {
}
#layout_banner img {
  display: block;
}
#layout_banner_top {
  background: url(/img/sysimg/?img=/UserFiles/Image/layout/banner_top_border.png) no-repeat;
}
input#topbar_search {
  width: 120px;
}
input#topbar_search_go {
}
#layout_bottom_border img {
  display: block;
}

.content { color: #222; }
.content a { font-weight: bold; text-decoration: none; }
.content a:hover { text-decoration: underline; }

#layout_topbar_search {
  float: right; width: 200px;
  padding-top: 5px;
}
#nav_root_2 { margin-top:2px; float: left; }

#layout_footer { margin-top: 5px; text-align: center; font-size: 80%; }
#layout_footer a { text-decoration: none; color: #222; }
#layout_footer a:hover { text-decoration: underline; color: #222; }

