/*layuot*/
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   margin: 0px;
   background-image: url(../img/bg.png);
   background-repeat: repeat-x;
   background-position: top;
   background-color: #CACACA;
   color: #000000;
}

#main_container {
   background-color: transparent;
   margin: 5px 0px 5px 0px;
   position: relative;
   width: 1000px;
	min-height: 100%;
	margin-left: auto;
   margin-right: auto;
   overflow: hidden;
}
#top
{
  position: relative;
  margin: 0;
  padding: 0;
  background: url(../img/top.png) no-repeat;
  width: 1000px;
  height: 228px;
}
#top div.atp
{
  position: absolute;
  top: 183px;
  left: 25px;
  font-family: Verdana;
  font-size: 22px; 
  color: #ffffff;
}
#top div.slogan
{
  position: absolute;
  top: 130px;
  left: 450px;
  font-family: Verdana;
  font-size: 17px; 
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}
#top div.slogan1
{
  position: absolute;
  top: 160px;
  left: 420px;
  font-family: Verdana;
  font-size: 17px; 
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}
#top a
{
  position: absolute;
  left: 80px;
  top: 0px;
  width: 150px;
  height: 177px;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
#flashMessage {
   position: absolute;
   border: 2px #000000 solid;
   background-color: #E6E6E6;
   padding: 5px;
   top: 300px;
   color: #000000;
   font-size: 12px;
   width: 700px;
   text-align: center;
   cursor: pointer;
}

#flashMessage div.info{
   color: #FF0000;
   margin-top: 20px;
}

#logo {
   background-color: #ffffff;
   height: 228px;
   width: 1000px;
   overflow: hidden;
}

#left_menu {
   background-color: transparent;
   background-image: url(../img/left_menu.gif);
   background-repeat: no-repeat;
   position: absolute;
   height: 210px;
   width: 311px;
   top: 228px;
   left: 0px;
}

#menu {
   position: absolute;
   height: 60px;
   width: 415px;
   top: 228px;
   left: 554px;
}

#content {
   width: 100%;
   overflow: hidden;
   background-color: #FFFFFF;
   background-image: url(../img/bg_content.png);
   background-repeat: repeat-x;
   background-position: bottom;
}

#left_content {
   background-color: transparent;
   width: 260px;
   min-height: 500px;
   float: left;
   padding-bottom: 32767px;
   margin-bottom: -32747px;
}

#main_content {
   background-color: transparent;
   width: 700px;
   min-height: 500px;
   float: left;
   padding: 0px 20px 0px 20px;
   padding-bottom: 32767px;
   margin-bottom: -32747px;
}

#copyright {
   background-color: #333333;
   border-top: 1px #000000 solid;
   border-bottom: 1px #000000 solid;
   overflow: hidden;
   height: 20px;
   text-align: right;
   padding: 5px 10px;
   color: #FFFFFF;
   font-weight: bold;
}

#footer {
   background-color: transparent;
   overflow: hidden;
   height: 25px;
   text-align: right;
   padding: 5px 10px;
}