*.* { margin:0px; }/*IE6*/

body, html {
  padding: 0px;
  margin: 0px;
  height: 100%;
}

body {
  background-color: #2c2233;
}

blockquote {
  border: 1px dashed #fff;
  padding: 4px;
}

a {
  color: #2c2233;
}

a img {
  border: 0px;
}

th {
  border-bottom: 1px dashed #fff;
}

h1, h2, h3, h4 {
  font-family: Geneva, Verdana;
}

blockquote {
  font-style: italic;
}

/* HEADER -> INDEX */

#canvas {
  width: 717px;
  padding: 0px;
}

.header-index {
  height: 441px;
  margin-top: 40px;
}

.header-index-left {
  float: left;
  border: 0px;/*IE and Firefox*/
}

.header-right {
  background-image: url(../images/header_index_r.jpg);
  height: 310px;
  width: 381px;
  display: block;
  float: left;
}

.header-right:hover {
  background-position: -381px 0px;
}

.main-content {
  background: #2c2233 url(../images/green_repeat.jpg) repeat-y 0px 0px;
  padding-top: 4px;
}

.main-content, .footer-content {
  text-align: left;
  color: #fff;
  font-family: Geneva, Verdana;
  font-size: 10pt;
  line-height: 2.0em;
  padding-left: 30px;
  min-height: 46px;
}

.footer-content {
  padding-right: 30px;
}

.footer-content a {
  color: #fff;
  font-weight: bold;
}

.main-content p, .footer-content p, 
.main-content ul, .footer-content ul, 
.main-content blockquote, .footer-content blockquote
.main-content h3, .footer-content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section {
  float: left;
  width: 221px;
  position: relative;
  height: 180px;
}

.section-btn {
  position: absolute;
  bottom: 5px;
  right: 0px;
}

.footer-content {
  background: #2c2233 url(../images/red_repeat.jpg) repeat-y 0px 0px;
}

.clear {
  clear:both;
}

#navbar {
  position: fixed;
  top: 0px;
  left: 20px;
  background: transparent url(../images/navbar.png) no-repeat 0px 0px;
  width: 419px;
  height: 30px;
  overflow: hidden;
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  text-align: center;
}

#navbar li {
  display: inline;
  margin-left: 6px;
  margin-right: 6px;
}

#navbar li a {
  color: #f59;
  text-decoration: none;
  font-family: Geneva, Verdana;
  font-size: 1em;
}

#navbar li a:hover {
  color: #fff;
  text-decoration: underline;
}
