@import url(./tools.css);

html
{
	margin: 0;
	padding: 0;
}

body
{
  margin: 0;
  padding: 0;
  background: #ddffcc url(./images/bg_line_tate.png) repeat-x top;
  text-align: center;
  font-family: verdana, 'trebuchet ms', sans-serif;
  font-size: small;
}

#wrap {
	width: 800px;
   min-height: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}

#head {
  margin: 0;
  padding: 0;  
  width: 100%;

}

#content {
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
	}

#head h1 {
  padding: 0;
}

#head img {
  padding: 20px 0px;
}

ul.greenarrow {
  padding: 0px;
  margin: 0px;
}

ul.greenarrow li {
  background: url(http://www.goodpic.com/mt/images/green_arrow.gif) top left no-repeat;
  padding-left: 15px;
  list-style: none;
}

.shadetabs{
  margin-bottom: 1em;
  font-size: 95%;
  border-bottom: 1px solid #aaa;
}

.shadetabs ul{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  list-style-type: none;

  font-weight: bold;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
  display: inline;
  margin: 0;
}

.shadetabs li a{
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #778;
  color: #473C28;
  background: white url(./images/menu/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #473C28;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #55BB33;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(./images/menu/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}