/* CSS Document */

a {font-size: 12px; text-decoration: none;}
a:link , a:visited { color: #999; }
a:visited { color: #999; text-decoration: none ;}
a:hover , a:active { text-decoration: underline; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff none;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  font-size: 10px;
  height: 100%;
}

* html #container {
  height:100%
}

#fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 100%;
  background: #fff;
}

body > #fixed {
  position: fixed;
}

#content {
  margin-left: 195px;
  padding-top: 0px;
  text-align: left;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  background-position: 820px 0px;
  background-attachment: fixed;
  min-height: 100%;
}

#content a {
  font-size: 10px;
}

.conBox {
  margin: 0px;
  width: 625px;
  background: #fff;
  min-height: 100%;
}

h2 {
  font-size: 14px;
  color: #14e1ff;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 0px;
  font-weight: normal;
}

h3 {
  font-size: 12px;
}

h4 {
  width: 520px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 116px;
  font-size: 10px;
  text-transform: uppercase;
}

#content p {
  width: 520px;
  margin-left: 20px;
  margin-top: 3px;
  color: #666666;
  font-style: italic;
  line-height: 1.5;
}

#content p span {
  color: #000000;
}

.aboutBox {
  margin: 0px;
  width: 625px;
  background: #fff;
  min-height: 100%;
}


#about {
  margin-left: 195px;
  padding-top: 0px;
  text-align: left;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  background-position: 820px 0px;
  background-attachment: fixed;
  min-height: 100%;
}

#about p {
  width: 500px;
  margin-left: 20px;
  margin-top: 3px;
  margin-bottom: 15px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-style: normal; 
  line-height: 1.5;
}

#about span {
  font-weight: bold;
  color: #333;
}

#about h4 {
  width: 520px;
  color: #999;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 113px;
  font-weight: bold;
  font-size: 19px;
  text-transform: lowercase;
}

#contact {
  margin-left: 195px;
  padding-top: 0px;
  text-align: left;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  background-position: 820px 0px;
  background-attachment: fixed;
  min-height: 100%;
}

.contactBox {
  margin: 0px;
  width: 625px;
  background: #fff;
  min-height: 100%;
}

#contact p {
  width: 525px;
  margin-left: 20px;
  margin-top: opx;
  margin-bottom: 3px;
  color: #333;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; 
  line-height: 1.2;
}


#contact h4 {
  width: 520px;
  color: #999;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-top: 400px
  font-weight: bold;
  font-size: 40px;
  text-transform: lowercase;
}

ul {
  margin-left: 20px;
  margin-top: 7px;
  padding: 0px;
  list-style-type:none;
  line-height: 1.5;
}