html{
  height: 100%;
}


body{
  margin:0px;
  padding:0px;
  text-align:center;
  font-family: verdana;
  font-size: 14px;
  font-size: 14px;
  background-color: #F1FAFE;
  height: 100%;
}
table{
  border-spacing: 0;
}
table td{
  border-bottom: 1px dashed grey;
}


#maket {
  background: url(theme/hat_top_new.png);
  background-repeat: no-repeat;
  width:1000px;
  min-width:1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
  margin:0 auto;
  text-align:left;
}

#header{
height: 100px;
}

#middle{
  background-color: #FBFEFF;
  margin:0 auto;
  margin-bottom:10px;
  width:100%;
}
#top{
  background: url(theme/main_top_new.png);
  height: 10px;
  font-size: 1px;
}

#bottom{
  background: url(theme/main_bottom.png);
  background-repeat: no-repeat;
  background-color: #F1FAFE;
  height: 10px;
  font-size: 1px;
	padding: 0 0 40px;
  clear: both;
}
#content{
  background: url(theme/hat_bottom_new.png);
  background-repeat: no-repeat;
  border-left: white 2px solid;
  border-right: white 2px solid;
  width: 100%;
}
#left{
  width:200px;
  float:left;
  min-height:100%;
  padding-top: 5px;
  padding-left: 5px;
}

#right{
  margin: auto;
  margin-left: 210px;
  width:780px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-left: 3px;
  text-align: justify;
}

.content{
  border: 1px #99CCFF solid;
  border-bottom: 0px;
  padding: 5px;
  min-height: 300px;
}

.left_block{
  background-color: #FBFEFF;
}
.ltop{
  background: url(theme/left_top.png);
  background-repeat: no-repeat;
  background-position:center;
  height: 20px;
  text-align: center;
  font-weight: bold;
}
.ltopm{
  background: url(theme/left_topm.png);
}


.lmid{
  border-left: 1px #99CCFF solid;
  border-right: 1px #99CCFF solid;
  padding: 5px;
}
.lbot{
  background: url(theme/left_bottom.png);
  background-repeat: no-repeat;
  background-position:center;
  font-size: 1px;
  height: 10px;
}
.rtop{
  background: url(theme/right_top.png);
  background-repeat: no-repeat;
  height: 20px;
  text-align: center;
  font-weight: bold;
}
.rbot{
  background: url(theme/right_bottom.png);
  background-repeat: no-repeat;
  background-position:center;
  font-size: 1px;
  height: 10px;
}



#footer{
  margin: -40px auto 0;
  width: 900px;
  bottom: 0px;
}

#footer_in{
  font-size: 10px;
  height:70px;
}

.headl{
  float:left;
  width:820px;
  padding: 0px;
  margin:0px;
}
.banner_hat{
  float:left;
  padding: 0px;
  margin-top: 20px;
  margin-left:0px;
  width: 468px;
  height: 60px;
}


.login{
  width:166px;
  margin: auto;
  margin-left: 820px;
  padding: 5px;
  text-align: right;
  font-size: 12px;
}
.post{
  padding:5px;
  font-size: 12px;
  font-family: Verdana;
  border: 1px dashed #aaaaaa;
}
.admin{
  font-size: 12px;
  vertical-align: middle;
  text-align: justify;
  line-height: 130%;
}
.info{
  padding:5px;
  font-size: 12px;
}


A:link {
  color:#7777cc;
  text-decoration: none;
}
A:visited {
  color:#6666bb;
  text-decoration: none;
}
A:hover {
  color: #444400;
  text-decoration: underline;
}
A:active {
  color:#4e4593;
  text-decoration:none;
}
A IMG, input[type="image"]{
  vertical-align: middle;
  border: 1px white solid;
}
A:hover IMG, input[type="image"]:hover{
  border: 1px #447744 dotted;
}
div a IMG{
  border: 0px;
}
div a:hover IMG{
  border: 0px;
}

.menu A
{
  font-size: 16px;
  display: block;
  width: 180px;
  padding: 3px;
  color: black;
  border-bottom: 1px solid #97D2FF;
  text-decoration: none;
  font-family: Verdana, Arial, Tahoma, bookman old style, Helvetica, sans-serif;
}
.menu A:link{
  color: black;
}

.menu A:hover
{
  font-family: Verdana, Arial, Tahoma, bookman old style, Helvetica, sans-serif;
  background: #fafafa;
}
.menu A:visited{
  color: black;
}
h1{
  font-size: 18px;
}
h2{
  font-size: 16px;
  text-align: center;
}
h3{
  font-size: 14px;
  text-align: center;
}
h4{
  font-size: 12px;
  text-align: center;
}
p{
  text-indent: 30px;
  text-align: justify
}
p:first-letter
{
  color: #01537E;
  font-size: 120%;
  font-weight: bold;
}

