body {
  margin: 0px;
  background: url('../images/bg.png') no-repeat;
  background-color: #000000;
  background-position: top center;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
}

a:link { color: #6b3f92; text-decoration: none;  }
a:visited { color: #6b3f92; text-decoration: none;  }
a:hover { color: #a434ae; text-decoration: underline;  }
a:active { color: #6b3f92; text-decoration: none; }

img {
  border: 0;
  float: left;
}

#holder {
  width: 1072px;
  margin-left: -42px;
}

#logo {
  float: left;
  margin-top: 55px;
  background: url('../images/logo.png');
  width: 418px;
  height: 60px;  
}

#nav {
  float: left;
  width: 1072px;
}

.nav { float: left; }

#login {
  float: left;
  background: url('../images/navbar.png');
  width: 1070px;
  height: 56px;  
}

#login .text {
  float: left;
  text-align: left;
  margin: 18px;
}

#dropmenudiv {
  float: left;
  width: 100%;
  margin: 66px 0px 0px -138px;
  position: absolute;
  line-height: 24px;
  color: #2fadf4;
  background-color: #1e1e1e;
  z-index: 100;
}

#dropmenudiv a {
  color: #2fadf4;
  font-size: 11px;  
  display: block;
  text-indent: 3px;
  text-decoration: none;
  border-bottom: 1px grey dashed;
}

#dropmenudiv a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.input {
  float: left;
  padding: 5px;
  background: url('../images/input.png') no-repeat;
  width: 176px;
  height: 20px;  
  font-family: verdana;
  font-size: 11px;
  border: 0;
}

.input2 {
  padding: 5px;
  background: url('../images/input2.png') no-repeat;
  width: 246px;
  height: 23px;  
  font-family: verdana;
  font-size: 11px;
  border: 0;
  color: #2fadf4;
}

.textarea {
  padding: 5px;
  background: url('../images/textarea.png') no-repeat;
  width: 650px;
  height: 200px;  
  font-family: verdana;
  font-size: 11px;
  border: 0;
  color: #2fadf4;
  line-height: 21px;
}

.login {
  float: right;
  margin: 10px;
}

#content {
  float: left;
  background: url('../images/content.png');
  width: 1072px;
  height: 1263px; 
}

#left {
  float: left;
  margin: 10px 0px 0px 10px;
  width: 681px;
}

#right {
  float: left;
  margin: 5px;
  width: 369px;
}

.l_head {
  float: left;
  background: url('../images/l_head.png') no-repeat;
  width: 681px;
  height: 32px; 
  font-family: Calibri;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: left;
  margin-top: 10px;
}

.n_head {
  float: left;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  border-bottom: 1px #c7c7c7 dashed;
  text-align: left;
  padding: 0px 5px 5px 5px;
  width: 96%;
}

.n_text {
  float: left;
  font-size: 11px;
  margin-left: 10px;
  line-height: 20px;
  border-bottom: 1px #c7c7c7 dashed;
  text-align: left;
  padding: 0px 5px 5px 5px;
  width: 96%;
}

.r_head {
  float: left;
  background: url('../images/head.png') no-repeat;
  width: 369px;
  height: 31px; 
  font-family: Calibri;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: left;
  margin-top: 10px;
}

.r_text {
  float: left;
  font-size: 11px;
  margin-left: 10px;
  text-align: left;
  padding: 0px 5px 5px 5px;
  width: 96%;
  line-height: 12px;
}

.r_text a { 
  display: block; 
  color: #000000; 
  border-bottom: 1px #c7c7c7 dashed;
  width: 90%; 
  padding: 7px;
}

.r_text a:hover { 
  display: block;
  font-weight: bold;
  text-decoration: none; 
  background-color: #ededed; 
}

#footer {
  float: left;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  line-height: 10px;
}

#left_c {
  float: left;
  text-align: left;
  margin: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 21px;
}

.ssbox {
  float: left;
  margin: 0px 30px 10px 0px;
  font-size: 11px;
  color: #2fadf4;
  text-align: center;
  width: 250px;
}

.ssbox a:link { color: #2fadf4; text-decoration: none; }
.ssbox a:visited { color: #2fadf4; text-decoration: none; }
.ssbox a:hover { color: #000000; text-decoration: underline; }
.ssbox a:active { color: #2fadf4; text-decoration: none; }

.ss {
  float: left;
  border: 1px black solid;
  padding: 2px;
  width: 250px;
  height: 250px;
}

#nexeon {
  float: right;
  margin: -95px 10px 0px 0px;
}

#footer a:link { color: #FFFFFF; text-decoration: none;  }
#footer a:visited { color: #FFFFFF; text-decoration: none;  }
#footer a:hover { color: #7bc6fd; text-decoration: underline;  }
#footer a:active { color: #7bc6fd; text-decoration: none; }
