/* Page header style */
#header{
     height: 130px;
     margin-top:0em;
     width: 100%;
     background-image: url("nasery.jpg");
     background-repeat: repeat;
     border-bottom: thin solid #191970;
}






/* Body text and page background */
body{
         margin: 0px;
     width: 100%;
     font-family: 'Book Antiqua', Times, Serif;
     font-size: medium;
     color: #191970;

     background-color: #990000;}




/* Style for main content column */
#main{
      margin-top: 0.5em;
      margin-right: 13em;
      margin-bottom: 1em;
      margin-left: 10em;
background-color: #ffffcc;
 border: thin solid #ffcc99;
padding: 10px;

}


table{
width: 100%;
font-family: 'Book Antiqua', Times, Serif;
font-size: medium;
font-weight: bold;
font-color: #00008b;
background-image: url("menu2.jpg");
/* background-color: #D2691E;*/
}

a{
color:#000000;
}







/* Style for sidebar column */
#sidebarleft{
           float: left;
           display: inline;
           padding: 0;
           margin: 0.5em;
margin-top: 0.5em;
           width:8em;
border: thin solid #ffcc99;
padding: 5px;
/*height: 25em;*/

            /* Total width is 10em */
}


/* Style for sidebar column */
#sidebarright{
           float: right;
           display: inline;
           padding: 0;
           margin: 0.5em;
margin-top: 0.5em;
           width:11em;
 border: thin solid #ffcc99;
padding: 5px;
/*height: 25em;*/
            /* Total width is 10em */
}

#footer{
clear: both;
width: 62.8em;
height: 4em;
line-height:4em;
background-image: url("menu2.jpg");
background-repeat: repeat;
border-top: thin solid #191970;
text-align:center;
}







#wrapper{ 

/* Set layout width */ 
width:62.8em; 
/* Center the layout */ 
margin:auto; 
background-color:#ffefd5; 
border:thin solid #0000ff; 
} 








/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
   width:100px;
}

