* {
	margin: 0;
	padding: 0;
	border: 0;
	background: no-repeat;
}
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #FFFFE0 none;
	min-width: 1020px;
	padding: 0;

}
a {
  color: #A52A2A;
  text-decoration: none;
}
a:hover {
  color: #FF3333;
}
#inner {
  margin: 0px auto;
  padding: 0;
  width: 938px;
  background: #FAFAFA;
  border: 1px solid #FFCC66;
}
#head {
  width: 100%;
  height: 130px;
  position: relative;
}
#head h1 {
  width: 25%;
  /*height: 75px;    */
  font-size: 35px;
  font-weight: 300;
  float: left;
  text-align: center ;
  font-family:  "Arial Black";
  vertical-align: middle;
  line-height: 40px;
  color: #A52A2A;
}
#head h2 {
  width: 25%;
  font-size: 13px;
  font-weight: bolder;
  float: left;
  text-align: center ;
  font-family:  "Arial";
  vertical-align: middle;
  margin: 0px 0px;
  line-height: 23px;
  color: #303030;
}
#headbox {
  width: 65%;
  text-align: justify;
  font-weight: normal;
  padding: 10px 40px 0px 10px;
  float: right;
  margin-top: 15px ;
  color: #303030;
}
.breakline {
  width: 100%;
  height: 20px;
  background-color: #F5DEB3;
  display: block;
  clear: both;
}
.thumbbox {
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 3px;
}
.thumbbox img {
  float: left;
  border: 1px solid #663300;
  width: 180px;
  height: 135px;
  margin: 2px ;
}
.topbox {
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 3px;
}
.topbox a {
  display: block;
  float: left;
}
.topbox img {
  margin: 2px ;
  border: 1px solid #161616;
  height: 135px;
  width: 180px;
}
#toptxtbox {
  padding-left: 20px;
  margin: 0px auto 0px 10px;
  width: 900px;
  height: auto;
}
.toptxt {
  float: left;
  text-align: left;
  overflow: hidden;
  /*margin: auto 30px;*/
  white-space: nowrap;
  line-height: 180%;
  margin-left: 30px;
  margin-right: 15px;
  font-size: 10px;
  font-weight: normal;
}
.toptxt a {
  font-size: 12px;
  font-weight: bold;
  line-height: 180%;
}
.ads {
  margin: 15px auto;
  width: 800px;
  position: relative;
  font-size: 11px;
  font-weight: normal;
}
.footer {
  margin: 25px auto 5px auto;
  width: 500px;
  text-align: center ;
  font-size: 10px;
  font-weight: lighter;
  font-style: italic;
  color: #333333;
}
.footer a {
  color: #333333;
  font-weight: bold;
}
.footer a:hover {
  color: #660000;
  font-weight: bold;
}
.contentbox {
  width: 270px ;
  text-align: center;
  margin: 0px ;
}
a.content {
	background-color: #ffffff;
	text-decoration: none;
	font: bold 14px Arial;
	border: 1px solid #3D79B6;
	padding: 3px;
	width: 100px;
  color: #A52A2A;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 5px 3%;
}
a.content:hover {
	background-color: #F5DEB3;
	border: 1px solid #2D5986;
	color: #FF3333;
    text-decoration: none;
}
.nb3 {
  font-size: 10px;
  font-weight: normal;
}