body {
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
}

#banner {
  width:760px;
  margin:0px auto;
  text-align:left;
}

#menu {
  width:760px;
  margin:20px auto;
	border-bottom:1px solid #aaaaaa;
}

#content {
  width:760px;
  margin:0px auto;
  text-align:justify;
}

h3 {
  font-style:italic;
  margin-top:-10px;
  margin-bottom:0px;
}

#content td {
  padding-bottom:5px;
}

.tab {
  margin:0px 0px 0px 23px;
  padding:5px 0px 3px 0px;
  font-size:16px;
  float:left;
  width:100px;
  background:url(images/tab.gif) top no-repeat;
  text-decoration:none;
}

a.tab:hover {
	color:green;
}

.active{
  position:relative;
  top:1px;
}

.spacer {
  clear:both
}

