* {
  padding: 0;
  margin: 0;
}

h1, h2, h4, a img {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
}
h1 {
  font-size: 2eM;
}  

h2 {
  font-size: 1.6eM;
}

h3 {           
  font-size: 1.4eM;
  padding: 10px 5px 1px 2px;
  margin: 0;
  border: 0;
} 

p, ul {
  font-size: 1eM;
  padding-bottom: 10px;
}

ul, ol, li { list-style: none  }

table, td, th {
  border: 0px;
  font-size: 1em;
  font-weight:normal;
}

body {
  overflow: auto; 
  background: #000000 url("pic/bg.jpg") 50% 0% no-repeat; 
  background-attachment: fixed;
  font: normal normal 0.8em tahoma, arial, verdana, sans-serif, helvetica;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-indent: 0;
  border: 0; 
  text-align: center;
}     

#links {
  text-align: center;
  width: 750px;
  height: 50px;
  padding: 0px 5px;
  margin: 0px auto;
  background: #990000;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;   
}
  
#links ul{
  height: 100%;
  list-style-type:none; 
  margin: 0px;
  padding: 0px;
}

#links li { 
  height: 100%;  
  text-align: center;
  margin: 15px 5px 0px 5px; 
  padding: 0px;
  float: left; 
  width: 140px;
} 

#links li#logo { 
  margin: 0px 5px; 
  background: #FFF;
}

#text {                      
  background: #f4e9d2; 
  background-color: rgba(244, 233, 210, 0.7);
  text-align: left;
  width: 650px;
  min-height: 400px;
  padding: 10px;
  margin: 75px auto;  
  position: relative; 
  left: -150px;
}

#text > * {opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

#text img {
  float: right;
}    

#kata ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

#kata li{  
  text-align: center;
  width: 210px;
  float: left;
}

#links a{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

#links a:hover {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

#links a:visited {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

#text a {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

#text a:hover {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

#text a:visited {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

#text p#info {
  text-align: center;
}

#left {
  float: left;
  width: 230px;
}

#left h3 {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

#left a {
  font-size: 13px;
  font-weight: bold;
  color: blue;
}

#left a:hover {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#left a:visited {
  font-size: 13px;
  font-weight: bold;
  color: blue;
}

#right {
  float: left;
  width: 415px;
}