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



body
{
	
background:#FFF;
}




.content{
	
	vertical-align:top;
	background:#FFF;
	background-image:url(/include/image/footer.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom;
	font-family:Tunga;
	
}
.index{
	
	vertical-align:top;
	background:#FFF;
	background-image:url(/include/image/index.png);
	background-repeat:no-repeat;
	background-position:right;
    
	height:430px;
	
}
#header {
  background: url(/include/image/head.jpg);
  height: 150px;
  width:900px;
  margin:auto;

}

.ul
{
	
	margin-left:-28px;
	list-style:none;
	font-family:Tunga;	
}

.li
{
	margin-left:-28px;
	font-family:Tunga;
}


a
{  
    color: #000;
font-family: "Tunga", Palatino, serif;
	font-size: 16px;
	 text-decoration: none;
	 font-weight:bold;
	 display:block;
	}
a:visited{color: #9900cc;}

a:hover
{
 color: #FFF;
	font-family: "Tunga", Palatino, serif;
	font-size: 16px;
	 text-decoration: none;
	 background-color:#9900cc;
	 display:block;
	}
	
a:active{color:#f00;}

a.footer
{  
    color: #000;
    font-family: "Tunga", Palatino, serif;
	font-size: 14px;
	 text-decoration: none;
	 font-weight:bold;
	 width:100px;
	 text-align: center;
	 margin-left:100px;
	
	}
a.footer:visited{color: #000;text-align: center;}

a.footer:hover
{
 color: #FFF;
	font-family: "Tunga", Palatino, serif;
	font-size: 14px;
	 text-decoration: none;
	 background-color:#9900cc;
	 width:100px;
	 text-align: center;
	 
	}
	
a.footer:active{color:#f00;text-align: center;}

.title{
	margin-top:5px;
	font-weight:bold;
	font-size:24px;
	font-family: "Tunga", Palatino, serif;
	 padding-top:10px;
	 padding-left:5px;
	
}
.text{
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  width: 95%;
  padding-left:15px;
   padding-right:5px;
   line-height:23px;
   font-size:20px;
   padding-top:10px;
   font-family: "Tunga", Palatino, serif;
   
}

.nav{
	vertical-align:top;
	background:#FFF;
	line-height:25px;
	
}
.foot{
	  width:900px;
  margin:auto;
   text-align: center;
   font-family:Tunga;
}
.foo{
	  width:300px;
  margin:auto;
  text-align: center;
 font-family:Tunga;
  
}
