
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:visited {
  color: black;
  font-weight: bold;
}

#wrap {
  margin: 0 auto;
  width: 800px;
}

#header {
  margin-top: 10px;
  height: 80px;
}

#header h1 {
  font-size: 28px;
  letter-spacing: -1px;
  padding: 15px 0 0 20px;
}

#header h1 a {
  color: black;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: -2px;
}

#header h1 a:hover {
  color: #000;
}
#header h2 {
   color: black;
   font-size: 19px;
  padding: 5px 0 0 20px;
  letter-spacing: -1px;
  font-weight: 100;
}

#menu {

  height: 30px;
  line-height: 30px;
}
#menu ul {
  list-style-type: none;
  padding-left: 30px;
}
#menu ul li {
visibility: hidden;
  display: block;
  float: left;
}
#menu ul li a {
  padding: 0 20px 0 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
#menu ul li a:hover {
  color: #000;
  text-decoration: none;
}

#content {
  padding: 0 20px;
}

.right {
  float: right;
  width: 570px;
  text-align: justify;
  padding-top: 10px;
}
.right h2 {
  font-size: 18px;
  font-weight: 100;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.right h2 a {
  text-decoration: none;
  color: #000;
}
.right h2 a:hover {
  color: #000;
}

.right p {
  margin-bottom:10px;
}

.left {
  float: left;
  width: 180px;
  padding-top: 0px;
}
.left h2 {
  margin: 20px 0 0 0;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 13px;
}

.left h3 {
  padding: 10px 0 0px 0px;
  color: #000;
  font-weight: 600;
}

.left ul {
  padding: 10px 0 15px 20px;
  list-style-type: square;
  color: #000;
}
.left ul li a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}
.left ul li a:hover {

}

.left p{padding: 10px 0 0px 0px;
}

.footer {
  clear :both;
  text-align: center;
  font-size: 11px;
  color: #aaa;
  margin-top: 40px;
  border-top: 1px dotted #aaa;
  padding-top: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

.footer img {
  float:left;
  border:none;
  margin-left:20px;
}

img{
  border: 3px solid #ccc;
}

.clear{
  clear: both;
}