@charset "utf-8";
/* CSS Document */

html{
	width:100%;
}

body{
	background-color:#00923F;
	padding:0px;
	margin:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}

a{
	color:#FFF;
	text-decoration:none;
}

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

#body{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#content{
	background-image:url(images/web_02.jpg);
	background-repeat:repeat-y;
margin-left:auto;
	margin-right:auto
}

#wrap{
	background-image:url(images/web_03.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:400px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#text{
	width:880px;
	text-align:left;
margin-left:auto;
	margin-right:auto
}

.menu {
  width: 500px;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  font: 125%/100% "Times New Roman", Times, serif;
}
.menu li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  position: relative;
  border-bottom: dotted 2px #fff;
}
.menu strong {
	background-color:#037cc3;
  padding: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.3em;
  left: 0;
}
.menu em {
	background-color:#037cc3;
  padding: 0 0 0 5px;
  font: 110%/100% "Times New Roman", Times, serif;
  position: absolute;
  bottom: -.2em;
  right: 0;
}
.menu sup {
  font-size: 60%;
  color: #fff;
  margin-left: 3px;
}


/* clearfix */
.menu li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu li {display: inline-block;}
/* Hides from IE-mac \*/
* html .menu li {height: 1%;}
.menu li {display: block;}
/* End hide from IE-mac */
