/* CSS Document */
body{
background: url("images/bg.png") repeat;
margin: 9px 0 0 0;
}
h1{
margin:0;
padding: 0;
width: 765px;
height: 150px;
}
h2{
margin:0;
padding: 0;
font-family: Arial;
font-size:16px;
color: #a1a1a1;
text-decoration:none;
}
input{
color: #0000FF;
text-decoration:none;
}
.content{
margin:0;
font-family: Arial;
font-size:18px;
color: #000000;
text-decoration:none;
}
.content1{
margin:0;
font-family: Arial;
font-size:14px;
color: #000000;
text-decoration:none;
}
.content2{
font-family: Arial;
font-size:16px;
color: #000000;
text-decoration:none;
}
.content3{
font-family: Arial;
font-size:12px;
color: #000000;
text-decoration:none;
}
.bottom {
margin:10px 0 0 0;
padding: 0;
font-family: Arial;
font-size:12px;
color: #000000;
text-decoration:none;
}

/* Menu */
a#home
  {
  display: block;
  width: 35px;
  height: 17px;
  float: right;
  margin: 7px 0 0 0;
  border: none;
  background:  url(images/home.png) no-repeat;
  }

a#home:hover
  {
  background:  url(images/homeh.png) no-repeat;
  }
a#mail
  {
  display: block;
  width: 25px;
  height: 17px;
  float: right;
  margin: 7px 0 0 0;
  border: none;
  background:  url(images/mail.png) no-repeat;
  }
a#mail:hover
  {
  background:  url(images/mailh.png) no-repeat;
  }
.bmenu{
margin:0;
padding: 0;
}
.bmenu p{
margin:10px 0 0 0;
padding: 0;
}
.bmenu a{
margin:0;
padding: 0;
font-family: Arial;
font-size:12px;
color: #000000;
text-decoration:none;
}
.bmenu a:hover{
color: #666666;
text-decoration: underline;
}
a#button
  {
  display: block;
  width: 173px;
  height: 34px;
  float: right;
  margin: 0;
  border: none;
  background:  url(images/button.png) no-repeat;
  }

a#button:hover
  {
  background:  url(images/buttonh.png) no-repeat;
  }
