body
{
  margin: 0;
  padding:0;
}
html
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #646874;
}

ul, li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

li a
{
  text-decoration: none;
  color: black;
}

#navigation
{
  background-image: url(images/navbar.gif);
  background-repeat: no-repeat;
  width: 1056px;
  height: 42px;
}

#navigation ul
{
  padding-left:20px;
}

#navigation ul li
{
  float: left;
  font-size: 11px;
  padding-right: 15px;
  background-image: url(images/divider.gif);
  background-position: right;
  background-repeat: no-repeat;
  height: 30px;
}

#navigation ul li a
{
  padding-right: 15px;
  position: relative;
  top: 9px;
}

#banner
{
  background-image: url(images/banner.gif);
  background-position: 7px 5px;
  width: 1056px;
  height: 110px;
  background-repeat: no-repeat;
}

#center
{
  background-color: white;
  width: 1055px;
  margin: auto;
  margin-bottom: 15px;
}

.normal
{
  background-image: url(images/normal.gif);
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

.active
{
  background-image: url(images/active.jpg);
  width: 105px;
  padding: 0;
  margin: 0;
}

.current
{
  font-weight: bold;
}

#content
{
  float: left;
  width: 880px;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 16px;
  margin-top: 12px;
  padding-bottom: 10px;
}

content2
{
	height:800;
	width: 1050;
	padding: 0px;
}

