* {
  border: 0;
  padding: 0;
  margin: 0;
}

BODY {
  margin: 0 0 30px 0;
  background: url(img/bg2.jpg) #1C1C1C;
  background-position: 80px 0px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70%;
  color: rgb(220,220,220);
  letter-spacing: 1px;
}   

H1 {
  font-weight: normal;
  color: #FD6D00;
  font-variant: small-caps;  
}

P {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  margin: 5px 0 5px 0;
  line-height: 170%; 
}

FORM {
  display: inline;
}

#content a:link, #content a:visited, #notebook a:link, #notebook a:visited {
  color: #FD6D00;
  border-bottom: 1px solid #333;
  text-decoration: none;
}

#content a:hover, #notebook a:hover {
  border-bottom: 1px solid #FD6D00;
}
#content a:hover {
  color: #fff !important;
}

#main {
  width: 983px;
  height: 648px;
  background: url(img/main_2.jpg) no-repeat;
}

#main img {
  position: absolute;
}

#footer {
  width: 983px;
  height: 129px;
  background: url(img/star.jpg) no-repeat;
}
   
#textBox {
  width: 235px;
  height: 200px ;
  position: absolute;
  top: 315px;
  left: 659px;
  xoverflow: auto;
  line-height: 130%;
  font-family: Arial, sans-serif;
} 

#textBox h1 {
  font-size: 200%;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 60%;
}
#textBox .input {
  background: transparent;
  color: #ffffff;
  padding: 3px;
  border: 1px dashed #ffffff;  
}
#textBox textarea {
  font-size: 12px;
  font-family: Arial, sans-serif;
  width: 224px;
  height: 60px;
  background: transparent;
  color: #ffffff;
  padding: 3px;
  border: 1px dashed #ffffff;
}

#messenger {
	position: absolute;
	left: 638px;
	top: 550px;
}

#content {
  position: absolute;
  top: 300px;
  left: 25px;
}

#content h1 {
  text-align: right;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 200%;
  line-height: 60%;
  margin-top: 15px;
  font-variant: small-caps;
  border-bottom: 1px solid #333;
}

#content h1.index {
  margin-bottom: 15px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  color: #F9F9F9;
}

#content h1.index span {
  margin: 0 -6px 0 -6px;
  color: #FD6D00;
}

#content h2 {
float: left;
  padding-top: 17px;
  color: #414141;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 310%;
  line-height: 20%;
  font-variant: small-caps;
  position: relative;
  top: -10px;
  
  opacity: 0.40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
}

#content h3 {
  clear: both;
  color: #666666;
  font-weight: normal;
  font-size: 150%;
  border-bottom: 1px dashed #333333;
  margin: 25px 15px 8px 0; 
  padding-bottom: 5px;
}

#content p {
  font-size: 110%;
}

#reference a:link, #reference a:visited {
  display: block;
  width: 100%;
  font-family: Arial, sans-serif;
}


#reference a:hover {
  font-size: 225%;
  line-height: 100%;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
}
#reference a:active {
  color: #fff !important;
}

#notebook {
  position: absolute;
  left: 313px;
  top: 347px;
  width: 487px;
  height: 360px;
  background: url(img/notebook.jpg) no-repeat #FBFBFB;
}

#notebook a:link, #notebook a:visited {
  border: 0;
}

.noborder {
  border: 0;
}

#notebook div {
  height: 198px;
}

#ajaxcontent {
  margin: 55px 80px 0 90px;
  color: #202020;
  font-size: 12px;
  text-align: center;
}

#ajaxcontent img {
  border: 0 auto 0 auto;
}

#ajaxcontent h1 {
  text-align: right;
  font-size: 190%;
}

#ajaxcontent p {
  text-align: right;
  margin-top: 0px;
  font-size: 90%;
  color: #222222;
}

#ajaxcontent a {
  border: 0;
}
#ajaxcontent a:hover {
  border-bottom: 1px solid #333;
}

