html, body {
  background: url('../images/bg.jpg') repeat-x #616161;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

h1 {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  background-color: #f0f0f0;
  padding-left: 13px;
}

h2 {
  font-size: 32px;
  padding-left: 11px;
  margin-top: 0px;

}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #F7B510;
}
a:active {
	text-decoration: none;
	color: #333333;
}

#all {
  width: 800px;
  margin: 0 auto;
}

#header {
  background: url('../images/layout_01.jpg') no-repeat;
  height: 141px;
}

#footer {
  clear:both;
  position: absolute;
  bottom: -65px;
  left: 0;
  background: transparent url('../images/bottom.png') no-repeat 28px 82px;
  height: 147px;
  width: 800px;
  padding-left: 12px;
}


#middle {
  width: 800px;
  padding-left: 43px;
  background: url('../images/contentbg.gif') repeat-y;
  float: left;
  position: relative;
  margin-bottom: 80px;
}

#content {
  background: #d9d9d9;
  width: 709px;
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
}

p {
  padding-left: 13px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.tight {
  padding-left: 10px;
}

#menuBox, #contentBox {
  background-color: #e7e7e7;
  float: left;
    padding-bottom: 32000px!important;
  margin-bottom: -32000px!important;
}

#menuBox {
  width: 151px;
}

#contentBox {
  width: 547px;
  margin-left: 11px;
}

#contentBox p, #contentBox h1 {
  padding-left: 11px;
  margin-left: 0;
}

#contentBox .box {
  float: left;

}

h3 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0;

}



#copyright {
  text-align: center;
  margin-bottom: 11px;
}

#linkpartners {
  width: 661px;
  margin: 0 auto 14px auto;
}

form {
 margin: 0;
 padding: 0;
}

ul#siteMap {
  list-style-image: url('../images/smfile.gif');
}

#fset {
  width: 260px;
  float: left;
}

#fset fieldset{
  border: 1px solid #0071B6;
  font-size: 11px;
  font-family: tahoma;
  padding: 10px;
}

h4 {
  padding-left: 11px;
  margin-top: 0;
  font-family: tahoma;
  font-size: 14px;
}

