body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #767B7F;
}
h1 {
	color: #000000;
	margin-top: 4px;

}
h4 {
	color: #000000;

}
h2 {
	color: #000000;

}
h3 {
	color: #FFFFFF;

}
img {
	border: none;
}
#container {
	margin: auto;
	width: 800px;
	height: auto;
	background-color: #FFF;
	text-align: center;
	background-image: url(container.jpg);
	border: thick groove orange;
	color: #000000;
}
#header {
	text-align: center;
	background-image: url(header.jpg);
	height: 180px;
	width: 800px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: top;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}

    #tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;

      }
    #tabs ul {
	margin: 0;
	padding: 2px 10px 0 5px;
	list-style: none;
}


