/* Stylesheet.css */

/* Page header style */
#header{
     width: 100%;
     background-color:#88aadd;
     border-bottom: thick double black;
}

/* Page footer style */
#footer{
     width: 100%;
     background-color:#88aadd;
     border-top: thick double black;
     padding-top: 4px;
     clear: both;
     font-size:large;
}

/* Body text and page background */
body{
     margin: 0;
     padding: 0;
     background-image: url("lightmarble.jpg");
     background-repeat: repeat;
}
/* Style for main content column */
#main{
       margin: 2em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 14em;
       
}
/* Style for sidebar column */

#sidebar{

           float: left;

           display: inline;

           padding: 0;

           margin: 0em;

           

           width:14em;

           font-size:large;
           
           

           height:480px;


            /* Total width is 16em */
}
h1{
  color:black;
  text-align:center;
}

h2{
 color:black;
 text-align:center;
}
/* Table of Contact Information */

table.contact{
     vertical-align: middle;
     text-align: center;
     border-collapse: colapse;
     margin: auto;
}
table.thumbs{
vertical-align: middlle;
text-align: center;
border-colapse: collapse;
margin: auto;
font-size: large
}


