body {
  margin: 20px;
  padding: 0;
  background: #9343b9 none repeat scroll 0% 50%;
  font-size: 0.8em;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  font-family: verdana,aria,sans-serif;
  color: #666666;
  text-align: center;
  font-stretch: normal;
  font-size-adjust: none;
}
a {
  border-bottom: 1px dotted;
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid;
  color: #9343b9;
}
#wrapper1 {
  background: #ffffff url(../images/rightcolor_bg.gif) repeat-y scroll right top;
  position: relative;
  text-align: left;
  width: 80%;
  min-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
#wrapper2 {
  background: transparent url(../images/leftcolor_bg.gif) repeat-y scroll left top;
  position: relative;
  text-align: left;
  width: 100%;
}
#header {
  margin: 0 auto;
  padding: 10px;
  background: #ccccff none repeat scroll 0% 50%;
  width: 79%;
  color: #ffffff;
  text-align: center;
  min-width: 1004px;
}
#header h1 {
  font-size: 200%;
}
#header a:hover {
  color: #7a2875;
}
#maincol {
  margin: 0;
  padding: 10px;
  position: relative;
}
#leftcol {
  margin: 0 0 -10px;
  padding: 10px;
  background: silver none repeat scroll 0% 50%;
  position: relative;
  top: -10px;
  left: -10px;
  float: left;
  voice-family: inherit;
  width: 200px;
  z-index: 100;
}
#rightcol {
  margin: 0 0 -10px;
  padding: 10px;
  background: silver none repeat scroll 0% 50%;
  position: relative;
  top: -10px;
  right: -10px;
  float: right;
  voice-family: inherit;
  width: 200px;
  z-index: 99;
}
#centercol {
  padding: 0 240px;
  position: relative;
}
#centercol a {
  color: #666666;
}
#centercol a {
  border-bottom: 0px;
  color: #666666;
}
#centercol a[href] {
  border-bottom: 1px dotted;
  color: #666666;
}
#centercol a[href]:hover {

 color: #7a2875;
}
#footer {
  margin: 0;
  padding: 1% 0;
  background: #ccccff none repeat scroll 0% 50%;
  position: relative;
  top: 1px;
  width: 100%;
  clear: both;
  text-align: center;
  color: #cccccc;
}
