html, body
{
  height: 100%;
  height: 100%;
}

body
{
  font: 76% arial,sans-serif;
  text-align:center;
  margin:0;
  padding:0;

  background-image: url(../images/bg.jpg);
  background-position: 0px 113px;
  background-repeat: repeat-x;
}

#container
{
  margin: 0 auto;
  width: 750px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

#headermid
{
  height: 81px;
  width: 250px;
  float: right;
  padding-top: 90px;
  padding-left: 270px;
  position: absolute;
}

#header
{
  background: url(../images/top.jpg) no-repeat;
  background-position: 10px 0;
  height: 60px;
  width: 750px;
  text-align: left;
}

#header ul
{
  float: right;
  padding-top: 10px;
  padding-right: 45px;
}

a {color:#007700; text-decoration: none;}

#header>ul{padding-top: 0px; margin-top: 8px;}

#header ul li {
  display: inline;
  text-align: right;
  width: 120px;
  height: 25px;
  padding-left: 8px;
  font-weight: bold;
}

#header ul li a:link, #header ul li a:visited  {
		  text-decoration: none;
		  color: #fff;
		  }

#header ul li a:active, #header ul li a:hover  {
		  text-decoration: none;
		  color: green;
		  }

#subheader {
  background: url(../images/header.jpg) no-repeat top left;
  height: 251px;
  width: 750px;
}


#subheader ul  {
  list-style: none;
  display: block;
  position: absolute;
  top: 130px;
  text-align: left;
  width: 140px;
  left: 235px;
  margin-top: 0;
  margin-bottom: 0;
}

#subheader>ul {
  left: 530px;
}

#subheader ul li {
	display: block;
	text-align: left;
	margin: 0;
	font-weight: bold;
    }

#subheader ul li a {
	border-bottom: 1px solid #8EB2C8;
	width: 115px;
	padding: 4px 3px;
	height: 12px;
	display: block;
	}


#subheader ul li a:link, #subheader ul li a:visited  {
	text-decoration: none;
	color:#FFFFFF;
		   }

#subheader ul li a:hover, #subheader ul li a:active  {
	background-color: green;
	text-decoration: none;
	}

#wrapper   {
  position: relative;
  width: 750px;
}

#content {
  position: relative;
  width: 690px;

  padding: 10px 30px 40px 30px;

  text-align: left;
  background: url(../images/content.jpg) no-repeat top left;
}

/* This code is for the positioning of the footer */

#footer
{
  position: relative;
  width:750px;
  height: 190px;
  margin: -170px auto 20px auto;
  background: url(../images/footer.jpg) no-repeat bottom left;
}

#footer .copyright {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 750px;
  text-align: center;
}

#footer  a  {
  text-align: center;
  text-decoration:none;
}

.dock
{
  width: 100px;
  height: 50px;
  text-align: center;
  float: left;
}
a.dock-item
{
  width: 40px;
  color: #414a4f;
  text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img
{
  border: none;
  margin: 5px 5px 0px 0px;
  width: 20px;
}
.dock-item img:hover
{
  opacity: .8;
}

