/*  css  */
body {
  padding: 0px;
  margin: 0px;
  background-image: url("../artwork/bg/grey-bg.gif");
  background-repeat: repeat-x;
  background-color:  #AEAFB3;
  text-align: center;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}

div, img {
  border: none;
  padding: 0px;
  margin: 0px;
}

#main {
  width: 940px;
  background-color: #ffffff;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#left {
  float:left;
  margin-left: 18px;
  padding-top: 18px;
  width: 230px;
}

#right {
 float: right;
 width: 650px;
 margin-right: 18px;
 margin-top: 18px;
 display: inline;
 text-align: left;
}

.main-menu {
  background-image: url("../artwork/bg/menu-bg.gif");
  background-repeat: repeat-x;
  background-position: 0px 0px;
}


.inner-wrap {
  clear: both;
  margin-left: 18px;
  padding-top: 20px;
  height: 44px;
}

.logo{
  position: relative;
  left: 25px;
  bottom: 13px;
}


a.main-navi, a.main-navi-active {
  display: block;
  height: 25px;
  width: 230px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  color: #edf7ff;
  margin-bottom:1px;
}

a.main-navi-active {
  background-color: #ed1b24;
}


a.main-navi:hover {
  display: block;
  background-color: #ed1b24;
}

a.main-navi span, a.main-navi-active span {
  position: relative;
  top: 5px;
  right: 15px;
}





h1 {
  font-size: 29px;
  font-weight:normal;
  color: #3297cd;
  margin-bottom: 10px;
}

h2 {
  display: inline;
  font-size: 16px;
  color: #333333;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3297cd;
  margin: 15px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}

p {
  text-align: justify;
  color: #333333;
  font-size: 12px;
  margin: 0px;
  padding-bottom: 15px;
}

ul, table {
  font-size: 12px;
  color: #333333;
  margin-bottom: 15px;
}


#right p {
  font-size: 13px;
  padding-right: 20px;
  text-align: justify;
}

p a, td a, li a {
  color: #3297cd;
  text-decoration: underline;
  font-weight: bold;
}

p a:hover, td a:hover, li a:hover {
  color: #ed1b24;
}

.inner-bottom {
  width: 904px;
  height: 23px;
  background-color: #004b85;
  color: #fff;
  font-size: 11px;
  margin-bottom: 20px;
}
.inner-bottom a {
  color: #fff;
  text-decoration: underline;
}

.inner-bottom a:hover {
  text-decoration:none;
}

.inner-bottom span {
  position: relative;
  top: 4px;
}


