/* CSS Document */
body {
  margin: 0 auto;
  font-size: 10pt;
  font-family: verdana, arial, times;
}
#outter_container {
  width: 100%;
  text-align: center;
}

#container {
  width: 990px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 990px;
  height: 151px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------
NAVIGATION STARTS HERE
----------------------------------------------------------------------------*/
#navigation {
  width: 990px;
  height: 44px;
  clear: both;
  text-align: center;
  margin-left: 90px;
  margin-top: 10px;
}

.nav {
  width: 202px;
  height: 44px;
  line-height: 44px;
  background-image: url(../images/linkbg.jpg);
  background-repeat: no-repeat;
  display: block;
  float: left;
}

/*----------------------------------------------------------------------------
NAVIGATION ENDS HERE
----------------------------------------------------------------------------*/

#content {
  width: 990px;
  height: auto;
}

#footer {
  width: 990px;
  height: 75px;
  position: relative;
}

ul {
  list-style: none url()
}

#yarnball {
  position: absolute;
  left: -45px;
  top: -50px;
}

a:link {
  color: #5f6986;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #5f6986;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #5f6986;
  font-weight: bold;
  text-decoration: none;
}

a {
  cursor: pointer;
}
