

center {
  text-align:center;
}

#container {
  width:960px;
  margin-left: auto ;
  margin-right: auto ;
}

#title {
  width:822px;
  float:left;
  background:#000;
}

#bar {
  width:822px;
  float:right;
  background:#e35afc;
  text-align:right;
}

#content {
  width:822px;
  float:right;
  background:url(i/mark.jpg) no-repeat top left;
  min-height:400px;
  height:auto;
  height:200px;
}

#pad {
  width:800px;
  float:right;
  margin:5px;
}

#menu {
  width:138px;
  float:left;
}

#menuTop {
  width:138px;
  float:left;
  background:#000 url(i/m.jpg) top left no-repeat;
}

#bar a {
 display:compact;

  color:#fff;

  cursor:pointer;
  text-decoration:none;
  font-weight:bold;
}

#bar a:hover {

  color:#000;
  cursor:pointer;
  background:#fff;

}


#menuTop a {
  display:compact;
  width:136px;
  min-width:138px;
  color:#fff;
  cursor:pointer;
  height:15px;
  text-decoration:none;
  font-weight:bold;
  margin-left:2px;
}

#menuTop a:hover {
  color:#000;
  background:#e35afc;
}

#menuBottom {
  width:138px;
  float:left;
  background:#fff;
  text-align:left;
}

#title {
  width:960px;
  float:right;
}

h1 {
   font-size:30px;
   font-weight:bold;
   margin-bottom:18px;
}

h2 {
   font-size:20px;
   font-weight:bold;
   margin-bottom:15px;
}

h3 {
   font-size:16px;
   font-weight:bold;
   margin-bottom:18px;
}

h4 {
   font-size:14px;
   font-weight:bold;
   margin-bottom:18px;
}

h5 {
   font-size:12px;
   font-weight:bold;
   margin-bottom:18px;
}

h6 {
   font-size:10px;
   font-weight:bold;
   margin-bottom:18px;
}

p {
  font-size:14px;
  margin-bottom:10px;
  line-height:1.3em;
}

#copy {
  width:822px;
  margin-top:50px;
  float:right;
  text-align:center;
}