body {
background-color: #fff;
font: normal 10px/16px lucida grande, verdana, arial sans-serif;
color:#333;
padding:0px;
margin:0px;
background-image:url('images/treebackground.jpg');
background-attachment: fixed;


}
a {color: #008000; text-decoration: none; }
a:visited {color:#008000;}
a:hover {color: #000000; text-decoration: underline;}
a:active { color:#000000;}

h1 {
font-size: 30px/10px;
font-weight: normal;
text-transform:normal;
background-color: #fff;
border-top:1px solid #999;
border-bottom:1px solid #999;
padding:12px 12px;
margin:0px }
h2 {
font: normal 26px/24px georgia, verdana, arial sans-serif;
padding: 9px 10px 0px 19px;
margin:0px;
}

h3 {
font: normal 26px/6px lucida, arial, tahoma, sans-serif;
font-weight: normal;
padding: 0px 10px;
margin:0px;}

h4 {
font: normal 30px/26px georgia, verdana, arial sans-serif;
color:#666;
padding: 0px 10px 10px 19px;
margin:0px;
}


img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 503px;
padding:20px;
margin: 0px;
margin-left: auto;
margin-right: auto;
border-left:0px solid #999;
border-right:0px solid #999;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px; }

#banner img {padding:0px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 100px #fff;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:100px; 
 float:left; 
 position:relative; 
 margin-left:-100px; 
 margin-right:1px;
 	border-right:1px solid #999;

 }

/* -----------------content--------------------- */
#content{ 
 	border-left:1px solid #999;
position: relative; 
margin: 0px; }

p{
padding: 5px 20px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px 0px 60px 0px;
margin:0px;
text-align: right; } 

/* -----------------navigation--------------------- */
#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
}

#nav li a {
color: #333;
font: normal 20px/24px arial, tahoma, sans-serif;
display: block;
width: 90px;
height: 24px;
color:#666;
background-color: #fff;
border-bottom: 1px solid #999;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
color: #008000;
background-color: #ffffff;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}




hr {border: none 0; 
border-top: 1px dotted #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

