body, html {
  font-family: Verdana;
  color: #000;
  margin: 0px auto;
  width: 100%;
  min-height: 100%;
  background: #ffdba6 url('/images/bg.jpg');
  font-size: 12px;
}

a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  color: #616161;
}


td {
  font-size: 12px;
}

#container {
  display: block;
  float: center;
  width: 848px;
  position: relative;
  margin: 0px auto;
}

#Page {
  display: block;
  float: left;
  width: 846px;
  border: 1px solid #666666;
  background: #fff url('/images/bgPage.jpg') left repeat-y;
  margin: 20px 0 0 0;
  -moz-box-shadow: 0 0 15px 0 #000; -webkit-box-shadow: 0 0 15px 0 #000; box-shadow: 0 0 15px 0 #000;
}

#Menu {
  display: block;
  float: left;
  width: 200px;
}

#MenuLogo {
  display: block;
  float: left;
  width: 200px;
  height: 110px;
  background: #fff url('/images/MenuLogo.jpg') top right no-repeat;
  padding: 5px 0 0 0;
}

#MenuItem {
  display: block;
  float: left;
  width: 180px;
  min-height: 30px; line-height: 29px;
  background: #feb03c; font-size: 17px;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}

#MenuItem:hover {
  cursor: pointer;
  background: #e99f31;
  color: #000;
}

#HeaderContent {
  display: block;
  float: left;
  width: 646px;
}

#Header {
  display: block;
  float: left;
  width: 646px;
  height: 144px;
}

#Content {
  display: block;
  float: left;
  width: 586px;
  min-height: 200px;
  padding: 20px 30px 20px 30px;
}

#ContentItem {
  display: block;
  float: left;
  width: 576px;
  height: 20px; line-height: 19px;
  background: #FFC56C; font-size: 12px;
  border-bottom: 1px solid #FF9A00; color: #000;
  margin: 5px 0 0 0;
  padding: 5px; cursor: pointer;
}

#ContentItemText {
  display: block;
  float: left;
  width: 500px; font-size: 12px;
  border-bottom: 1px solid #FF9A00; color: #000;
  margin: 0 0 5px 0; padding: 5px;
}

#ContentItemDownload {
  display: block;
  float: left;
  width: 76px; font-size: 12px;
  color: #000; margin: 0 0 5px 0;
  text-align: center;
}

#ContentBottom {
  display: block;
  float: left;
  width: 646px;
  height: 144px;
  background: url('/images/logo.jpg') center no-repeat;
}

#slider {
	position:relative;
    width:646px;
    height:144px;
    z-index: 1;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#Block {
  display: block;
  float: left;
}

#Footer {
  display: block;
  float: left;
  width: 848px;
  height: 50px;
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 10px;
  color: #666;
}