/* [Layout Style] */

/* [Centering box] */
#tpl_center  { text-align: center; }
#tpl_content { text-align: left; margin:auto; }

/* [Banner] */
#tpl_top_banner_container{
  background-image: url(/img/?mode=sysimg&img=/UserFiles/Image/layout/header_bg.jpg); margin:auto; }
#tpl_top_banner { margin:auto; width:770px; }

/* [Top Nav] */
#tpl_nav_global { margin:auto; background-color: #d0d0d0; }
#tpl_nav_local  { margin:auto; background-color: #f2f2f2; }

/* Content Area */
#tpl_body{
  margin:auto; padding: 10px; background-color: #ffffff; }
#tpl_body a       { text-decoration: none; color: #a92222; }
#tpl_body a:hover { text-decoration: underline; }
#tpl_body hr      { height: 1px; margin-top: 10px; margin-bottom: 10px; }

/* Resolution-specific overrides: */
/* 800x600 */
.tpl_800x600                  { width: 770px; }

/* 1024x768 */
.tpl_1024x768                 { width: 994px; }

/* 1280x1024 */
.tpl_1280x1024                { width: 1250px; }

/* 1600x1200 */
.tpl_1600x1200                { width: 1570px; }
