body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(wback.jpg);
	background-color: #999999;
	background-image: url(/image/wback.jpg);
}
#header {
  width: 800px;
}
#menu {
  width: 150px;
  float: left;
}
#main {
  width: 650px;
  float: left;
}

ul {
  background: #eaeaea;
  display: block; margin: 0px 4px 0 20px;
  padding: 10px;
  width: 162px;
  height: 350px;
  float: left;
  border-bottom: 1px solid #ccc }

dd  { color: #000000; font-size: 12px; line-height: 1.3em; margin-left: 0; padding: 0 0 13px }


#footer {
   background-color: #99CCFF;
   background-position: center;
   background-repeat: repeat-x;
   font-size: 0.8em;
   width: 650px;
   height: 12px;
   padding-top: 0px;
   padding-bottom: 0.3em;
}
h1,h2,h3,h4,h5,h6,p{
  margin-top: 0;
  margin-bottom: 0;
}

#i1 {
  float: left;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

#i2 {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

#i3 {
  float: left;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
h1 {
  font-size: large;
  padding-left: 0.3em;
  border-left: 1em solid #ff3300;
  border-bottom: 1px solid #ff3300;
}
h2 {
  font-size: medium;
  padding-left: 0.3em;
}
.c1 {
  color:#000000;
  background: #669966;
}
.c2 {
  color:#000000;
  background: #6699FF;
}
