body {
  background: #000000;
  color: #494949;
  margin: 10px 0 0 0; 
  padding: 0; 
  font: 73% "lucida sans", "Trebuchet MS", tahoma, sans-serif;
}

A:link, A:visited {	
  background-color: inherit; 
  color: #b53622;
  text-decoration: underline;
}
A:hover {
  background-color: inherit; 
  color: #b53622;
  text-decoration: none;
}
A:active {
  background-color: inherit; 
  color: #b53622;
  text-decoration: none;
}

#main {
  width: 760px; 
  height: 500px; 
  margin: 0 auto;  padding-left: 150px;
}
.container {
  width: 890px;  
  line-height:150%;
  height: 562px;
  position: absolute;
  left: 50%; 
  top: 50%;
  margin-top: -290px; 
  margin-left: -450px;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
}

.menu { 
  color: #fff;
  float: left;
  background-color: inherit;
  font-style: normal;
  font-size: 1em;  position: absolute;  padding-top: 425px;
  border: 0px solid yellow;
  width: 344px;
  left: 84px
}

.menu a {
  color: #ccc; 
  background: inherit; 
  padding: 0px 0px 0px 0px; 
  margin: 0;
  text-decoration: none;
}

.menu a:hover { 
  color: #ccc;
  text-decoration: underline;
  background-color: inherit;
}

.content {
  font-size: 9pt; 
  font-weight: normal; 
  color: #333333;
  height: auto;
  margin-left: 80px;
  background-color: inherit;
  border: 0px solid yellow;
}

.copyright {
  color: #702a17;
  text-align: center;
  background-color: inherit;
  font-size: 80%;
}

.box {
  margin-left: 420px;
  height: 470px;
  overflow: hidden;  position: absolute;
  top: 54px;
  width: 310px;
  right: 50px;
}

.pbox {
  text-align: justify;
  margin: 5px 10px 0px 0px;
  font-size: 80%;
  color: #4e4e4e;
  background-color: transparent;
}

.pcop {
  margin: 15px 100px 0px 0px;
  color: #8c8c8c;
  font-size: 0.8em;
  background-color: inherit;
}

.ill {
  width: 225px;
  height: 209px;
  position: absolute;
  top: 98px;
  left: 143px;
}

h1 {
  margin: 5px 20px 0px 15px;
  padding: 0;
  font-size:1.1em;
  color: #515151;
  font-variant: small-caps;
  letter-spacing: 0.3em;
  font-weight: 600;
  height: 20px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
  background-color: inherit;
}

.sitename {
  margin: 0px 20px 0px 40px;
  padding: 0;
  font-size:1.1em;
  color: #515151;
  font-variant: small-caps;
  letter-spacing: 0.3em;
  font-weight: 600;
  background-color: inherit;
}

.txt1 {
  margin: 15px 5px 0px 0em;
  color: #702a17;
  padding: 15px 0px 10px;
  text-align: justify;
  background-color: inherit;
}

.smalltxt {
  margin: 0px 0px 0px 0px;
  color: #702a17;
  padding: 0px 0px 0px 0px;
  text-align: left;
  background-color: inherit;
  font-size: 70%;
}

h2 {
  background-color: #FFFFFF; 
  margin: 0px 0 5px 0; 
  padding: 0; 
  font-size: 2em; 
  letter-spacing: -0.5px; 
  color: #06548C;
}

.img{
  border: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
  clear: both;
}