body {
background: #ffffff url(img/new/back.jpg) top left repeat-x;
font-size: 11px;
font-family: Tahoma;
color:#564b47;
padding:0;
margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 14px;
background:#D8E5C3 url(img/new/h1.png) left no-repeat ;
padding:12px 0px 12px 40px;
color:#32401C;
margin:10px; }

h2 {
font-size:12px;
background:url(img/new/h2.png) center no-repeat;
font-weight:bold;
color:#333333;
padding: 8px 0px 8px 60px;
margin: 10px 0px 10px 0px;}




/* ----------container to center the layout-------------- */
#container {
width: 880px;
margin-bottom: 10px;
padding-top:0px;
margin-right:auto;
margin-left:auto;
background-color:#FCFDFA;
border:#D3DCB5 solid 1px;	
}

/* ----------banner for logo-------------- */
#banner {
background: url(img/new/head1.jpg) top center no-repeat ;
width:auto;
height:200px;
text-align:left;
padding: 0px;
margin: 0px;
}

#banner h3 {
font-size: 24px;
color:#fff;
margin-top:0px;
padding-top:100px;
padding-left:25px;
}

 

/* -----------------content--------------------- */
#content {
background-color:#EFF4E6;
padding: 0px;
margin: 10px 220px;
border:#C5D883 solid 1px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

#content2 {
background-color:#EFF4E6;
padding: 0px;
margin: 10px 10px 10px 200px;
border:#C5D883 solid 1px;
}
div#content2 { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}


/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
}


#navigation {
   margin-left: 50px;
   padding: 0;
   list-style-image:url(img/new/nav.png);
}


#navigation li {
   margin-bottom: 2px;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
}

#navigation a {
   color:#32401C;
   display: block;
   width: 120px;
   border-left: 3px solid orange;
   padding-left: 5px;
   padding-top:2px;
   text-decoration:none;
 }

#navigation a:hover {
   color:orange;
   display: block;
   width: 120px;
   border-left: 3px solid #32401C;
   padding-left: 5px;
   padding-top:2px;
 }


#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}

#footer3 {
clear:both;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
background:url(img/new/footer.jpg) center repeat-x;
margin: 0;
padding: 0;
height:64px;

}

#footer p{
text-align:center;
padding-top:25px;
}
