/* Ebersole Const. CSS styles */



body {
background:black;
}

#header {
width:985px;
height:130px;
background-image:url('ebersole_headerdark.gif');background-repeat:none;
margin-left:45px;
}
#nav{
width:985px;
height:45px;
margin-left:33px;
font-size:30px;
text-align:center;
}

#nav  a {
background:#50B1FB;
color:blue;
text-decoration:none;
padding-left:1%;
padding-right:1%;
}

#nav a:hover {
background:white;
color:black;
text-decoration:none;

}

#wrap{
float:left;
width:995px;
background:black;
border-top:1px solid silver;
margin-left:45px;
font-size:15px;
}

#maincontent {
background:black;
color:white;
width:585px;
padding:0.5%;
border-top:1px solid silver;
font-size:150%;
line-height:125%;
text-indent:0.5cm;
text-align:justify;
}

#picarea {
float:right;
clear:both;
color:black;
background:transparent;
margin-top:0px;
border-top:0px solid silver;
border-left:0px solid silver;
padding:0.2%;
}

#gallerycontainer{
background:black;
color:black;
width:425px;
padding:0.5%;
border-top:1px solid silver;
margin-left:50px;
}

#thumbnails span {
position:absolute;
height:0px;
width:0px;
top:70%;
left:50px;
overflow:hidden;
background:#FFF;
}

#thumbnails a:hover span{
    position:absolute;
    width:350px; 
    height:262px; 
    top:210px;
    left:575px;
    background:#fff;
	border:2px solid grey;
}


#footer{
clear:both;
background-color:#50B1FB;
text-align:center;
font-size:50%;
width:75%;
height:20px;
}

