body {
	background-color: #f0f0f0;
	color: #000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
   background: #FFEB9C;
   color: #222;
   text-align:center;
   padding: 5px ;
   border-style: ridge ;
   border-color: #9c9 ;
   border-width: 4px ;
}
h2 {
   background: #cdc;
   color: #003;
   text-align:center;
   padding: 4px ;
   border-style: ridge ;
   border-color: #9c9 ;
   border-width: 3px ;
}
h3 {
   background: #9dc;
   color: #003;
   width: 95%;
   padding: 5px ;
   margin-left:auto ;
   margin-right:auto ;
   border-style: inset ;
   border-color: #ccc ;
   border-width: 5px ;
}


.main {
	  margin: 5px;
	  padding: 5px;
	  position:absolute;
          line-height: 1.2em;
	  width: 470px;
	  color: #000;
	  left:180px;
	  top:5px;
}

.right {
	position: absolute;
	top: 10px;
	left: 670px;
	width: 130px;
        line-height: 1.3em;       
	text-align:center;
}

.left {
      margin: 0px;
      padding: 0px;
      position:absolute;
      left:10px;
      top:15px;
      text-align:center;
      line-height: 1.25em;       
      width: 160px;
      background-color: #89195C;
      color: #333;
      font-size: small;	
}

a {
	font-weight: bold;
}
a:hover {
	background-color: #ff9;
}

img {
	border: none;
}


.menumidasi {
	    color: #000000;
	    background-color: #FF9A00;
	    font-size: small;
            line-height: 1.25em;       
	    margin-left: 5px;
	    margin-right: 5px;
	    margin-top: 5px;
	    margin-bottom: 0px;
	    padding: 0px;
	    text-align: center;
	    letter-spacing: .1em;
}

.left ul {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 5px 5px 5px;
	background-color: #f0f0f0;
	border-style: none;
	border-width: 0px;
	font-size: small;
	text-align: left;
	line-height: 1.25em;       
}

li {
   margin-bottom: 5px;
   margin-top: 5px;
}

address {
   text-align:center;
   font-family:sans-serif;
   font-size:smaller;
}

.foot {
   text-align:center;
}

.switch {
   text-align:right;
   font-size:smaller;
}


