/* CSS Document */

body {
	background:#93a9d5;
	color:white;
        }


.main-third {
           float:left;
           width:31%
           margin_left:1%;
           margin_right:1%;
           background:transparent;
           color:maroon;
}
.main-half {
           color:white;
}

.main-2third {
            color:white;
}
#pagecontainer {

	color:white;
}
#wrap {
        color:white;
}
#screen {
        color:white;
}

#bkgrnd {
        background-image:url(../admin/glassbkgrnd.jpg);
         color:white;
        }
P {
	color:white;
}
a:link {
	color: #ebecf6;
}
a:visited {
	color: #ebecf6;
}
	
a:hover {
	color: #ebecf6;
}


#footer * {
        color:white;
}
.gallerycontainer{
position: relative;
height:132px;
width:100%;
float:left;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
background:#cocbe7;
color:white;
}
div.img img
{
  display: inline;
  margin-left:auto;
  margin-right:auto;
  background:transparent;
  padding:0px;
  border:2px solid black;
}
div.img a:hover img {border: 2px solid white;}

.thumbnail span{ /*CSS for enlarged image*/
background-color:#cocbe7;
border-color:#bobbd7;
}
h1, h2, h3 {color:white; text-align:center; margin:0; padding:0;}
div#links a {
          color:white;
          }
div#links p {color:black;}
div#links a:hover {
          color:white;
          }
div#links a:hover span {
          background:#a0a0a0;
          color:white;
}