* {
margin:0;
padding:0;
border:0
}
body {
	background-image: url(./design.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-color: #000000;
        color: #000000;
        font-family: sans-serif;
        font-size:11px;
}
#content {
	height: 240px;
	width: 457px;
	top: 70px;
        left: 50%;
        margin-left: -155px;
	overflow: auto;
	position: absolute;
}


#content a:link {
	color: #777;
	text-decoration: none;
}
#content a:visited {
	color: #777;
	text-decoration: none;
}
#content a:active {
	color: #777;
	text-decoration: none;
}
#content a:hover {
	color: #777;
        background-color: #FFF;
	text-decoration: underline overline;
	}

#menu {
position: absolute;
height: 30px;
width: 150px;
top: 75px;
left: 50%;
margin-left: -317px;
}

  ul#Navigation {
	font-size: 10px;
	float: left;
	width: 150px;
        padding-right: 10px;
  }
  ul#Navigation li {
	list-style: none;
        padding-left: 10px;
	display: inherit;
        height: 16px;
	color: #FFF;
        background-image: url(./menu1.png);
        background-repeat: no-repeat;
        background-position: left middle;

  }
  ul#Navigation li:hover {
  background-image: url(./menu2.png);
  background-repeat: no-repeat;
  background-position: left middle;
}
  ul#Navigation a {
    font-weight: bold;
    color: #FFF;
    display: block;
  }
  ul#Navigation a:link {
  color: #FFF;
  text-decoration: none;
  }
  ul#Navigation a:visited {
    color: #FFF;
	text-decoration: none;
  }
  ul#Navigation a:hover {
	color: #A04C00;
	text-decoration: none;
  }
  ul#Navigation a:active {
	color: #A04C00;
	text-decoration: none;
  }

