@charset "utf-8";
/* CSS Document */

body{
 margin:0;
 padding:0;
 background-color:#bfb89e;
 }
 
hr{
 width:100%;
 height:1px; color:#003300;
 }
 
#header{
 /*background:url(images/header.jpg) top center no-repeat;*/
 width:100%;
 height:143px;
 }
 
#container{
 width:100%;
 background:url(images/footer.jpg) left repeat-y;
 height:inherit;
 }
 
#wrap{
 width:800px;
 height:inherit;
 /*background:url(images/footer.jpg) repeat-y;*/
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 float:none;
 }
 
#wrap h1{
 color:#003300;
 font-size:16px;
 text-align:center;
 }
h2{ font-size: 13px;  color:#003300; line-height: 20px; text-align:center;} h3{ font-size: 11pt;  color:#003300; border-bottom: 1px dashed #003300; line-height: 20px; text-align:left;} h4{ font-size: 11pt;  color:#003300; line-height: 20px; text-align:left;} 
#wrap p{
 text-align:left;
 width:700px;
 margin:0 10px 0 30px;
 }
 
#content01{
 width:240px;
 float:left;
 /*margin:0 0 5px 25px;*/
 padding:0 0 5px 25px;
 }
  
#content01 img{
 border:none;
 }

#content01 p{
 width:240px;
 text-align:justify;
 margin:0;
 padding:0;
 }

#content02{
 width:740px;
 float:left;
 /*margin:0 0 5px 25px;*/
 padding:0 0 0 25px;
 }

#ajanta{
 width:754px;
 }

#ajanta img{
 padding:0 0 0 0px;
 }

#contentkanan{
 float:left;
 width:500px;
 margin-top:0px;
 }
 
#contentkanan img{
 padding:0 0 0 0;
 }
 
#contentkanan p{
 width:500px;
 margin:0 0 0 5px;
 }
 
 
a,a:visited{
 color:#003300;
 text-decoration:underline;
 }
 
a:hover{
 color:#336600;
 text-decoration:underline;
 }