body{
  background-color: #717171;
  color: #121329;
  font-family: Arial;
  font-size: 8pt;
  text-align: left;
  font-weight: lighter;
  height: 100%;
  background-image: url('bg.jpg');
}

table, div, span{
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0px;
  color: #121329;
}

p{
  margin: 5px;
}


h1{
  color: #484272;
  margin-top: 2px;
  margin-bottom: 3px;
  font-family: Georgia;
  font-size: 28px;
  text-align: right;
  font-weight: normal;
  padding-right: 15px;
  text-transform: lowercase;
  letter-spacing : -2px;
  font-style : italic;
}

h1:first-letter{
 color: #3a355c;
 font-size: 35px;
}

h2{
  color: #3a355c;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Georgia;
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing : -2px;
  font-style : italic;
}

a{
  color: #3a355c;
  text-decoration: none;
  font-weight: lighter;
  font-family: Georgia;
  font-style : italic;
}

a:hover{
  color: #cdb8ab;
  text-decoration: none;
  font-weight: lighter;
  cursor: help;
  font-family: Georgia;
  font-style : italic;
}

a img{
  border: 2px solid #cdb8ab;
}

a:hover img{
  border: 2px solid #cccccc;
}

b, u, strong{
  color: #cccccc;
}

i, s, em{
  color: #ffffff;
}

img{
  border: none;
}

input, select{
  background-color: #717171;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  border: 2px solid #484272;
  margin: 5px;
  padding: 2px;
  width: 60%;
}

textarea{
  background-color: #717171;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  border: 2px solid #484272;
  margin: 5px;
  padding: 2px;
  width: 60%;
}


::-moz-selection {
  color: #484272;
  background: #717171;
}

blockquote {
  background: #ffffff;
  margin: 10px;
  padding: 3 3 3 3px;
  border: 2px solid #484272;
  border-left: 3px solid #484272;
  color: #3a355c;
  text-align: justify;
}

a.pic{
  border: 0px solid;
}

a.pic:hover{
  border: 0px solid;
}

a.nav{
  font-family: Arial;
  font-size: 12px;
  color: #cdb8ab;
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 1px;
  text-align: left;
  padding-left: 15px;
  font-style : normal;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}

a.nav:hover{
  font-family: Arial;
  font-size: 12px;
  color: #121329;
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 1px;
  text-align: left;
  padding-left: 15px;
  font-style : normal;
  border-bottom: 1px solid #ffffff;
}

#top{
  position: absolute;
  left: 20px;
  top: 0px;
}

#content{
  position: absolute;
  left: 40px;
  top: 540px;
  width: 465px;
}

#sidebar{
  position: absolute;
  left: 520px;
  top: 18px;
  width: 170px;
}

