* {
	margin: 0;
	padding: 0;
	border: 0;
	background: no-repeat;
}
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #912C2C;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #F5F5F5 url(images/bg.jpg);
	min-width: 900px;
	padding: 0;

}
a {
  color: #024997;
  text-decoration: none;
}
a:hover {
  color: #912C2C;
}
#inner {
  margin: 0px auto;
  padding: 0;
  width: 793px;
}
#head {
  width: 100%;
  height: 135px;
  position: relative;
}
#head h1 {
  width: 200px;
  height: 55px;
  font-size: 38px;
  font-weight: 300;
  float: left;
  text-align: left ;
  font-family:  "Arial Black";
  vertical-align: middle;
  color: #024997
}
#head h2 {
  width: 550px;
  text-align: justify;
  font-weight: normal;
  padding: 10px 30px 0px 10px;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  font-family: "Comic Sans MS";
  color: #024997
}
#headbox {
  width: 73%;
  text-align: justify;
  font-weight: normal;
  padding: 10px 30px 0px 10px;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  font-family: "Comic Sans MS"
}
.breakline {
  width: 100%;
  height: 20px;
  background-color: #912C2C;
  display: block;
  clear: both;
  color: #FFCC33
}
.breakline a{
  color: #FFCC33;
  text-decoration: none
}
.breakline a:hover{
  color: #FFE084;
  text-decoration: underline
}
.descbox {
  margin: 0px auto;
  padding: 10px 3px;
  text-align: justify
}
.descbox a{
  color: #999999;
  text-decoration: none;
  margin-right: 10px
}
.descbox a:hover{
  color: #333333;
  text-decoration: none;
}
.thumbbox {
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 3px;
}
.thumbbox a{       
  font-weight: normal;
  font-size: 9px
}
.thumbbox img {
  float: left;
  border: 1px solid #912C2C;
  width: 145px;
  height: 190px;
  margin: 5px ;
}
.topbox {
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 3px;
}
.topbox a {
  display: block;
  float: left;
}
.topbox img {
  margin: 7px 5px 7px 13px ;
  border: 1px solid #004284;
  height: 140px;
  width: 110px;
}
#toptxtbox {
  padding-left: 15px;
  margin: 0px auto;
  width: 795px;
}
#toptxt {
  float: left;
    width: 195px;
  text-align: left;
  overflow: hidden;
  margin: auto 0px;
  white-space: nowrap
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  font-family: "Comic Sans MS";
}
#toptxt a{
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  font-family: "Comic Sans MS";
  color: #024997
}
#toptxt a:hover{
  line-height: 20px;
  color: #912C2C
}
.ads {
  margin: 15px auto;
  width: 795px;
  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: #3D79B6;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 5px 3%;
}
a.content:hover {
	background-color: #912C2C;
	border: 1px solid #2D5986;
	color: #2D5986;
    text-decoration: none;
}