body {
  font-family: Verdana;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  color: #333;
  text-align: left;
}
div.clear {
  clear: both;
}
div.clearbr {
  clear: both;
  height: 12px;
}
div.left {
  float: left;
}
div.right {
  float: right;
}
.hidden {
  display: none;
}
div.center {
  padding-top: 20px;
  margin: auto;
  max-width: 1000px;
  min-width: 500px;
}
div#left-side {
  float: left;
  width: 440px;
  padding: 20px;
  text-align: left;
}
div#right-side {
  float: left;
  width: 460px;
  padding: 20px;
  text-align: left;
}
p {
  padding: 0px;
  margin: 6px;
}
td a {
  font-size: 16px;
}
a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #666;
}
a:hover {
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #333;
}
#info {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  background-color: #dedede;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
#info img.logo {
  padding: 0px 20px;
  height: 40px;
  float: left;
}
#info div.info {
  float: left;
}
#info div.info a {
  font-size: 12px;
  padding-left: 0px;
  position: relative;
  top: 2px;
  line-height: 40px;
}
#info div.login {
  float: right;
  padding: 0px 35px;
}
#menu {
  width: 100%;
}
#menu a {
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 20px;
  color: #888;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  line-height: 20px;
  height: 20px;
  padding: 0 15px;
  margin: 0;
  vertical-align: top;
  background-color: #dedede;
}
#menu a:hover {
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#menu a.ic  #menu span.ic {
  background: none;
}
#menu > :first-child {
  margin-left: 30px;
}
#menu > :last-child {
  margin-right: 0px;
}
#menu span.lt {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #dedede transparent transparent;
  display: inline-block;
}
#menu span.rt {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #dedede transparent transparent transparent;
  display: inline-block;
}
h1 {
  font-family: 'Cinzel', serif;
  font-size: 32px;
  text-align: center;
  margin: 0px;
  padding: 25px 0px;
}
h2 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin: 0px;
  padding: 10px 0px;
}
h3 {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  margin: 0px;
  padding: 10px 0px;
}
