/*Stylesheet for Maja's Gallery: Initial Run*/

body {
font-family: Garamond, Georgia, Arial, serif;
font-size: 0.7em;
background-color: #FFFFEE; 
margin: 35px;
border: solid 2px black;
}

a:link, a:visited {
color: #999;
text-decoration: none;
}

a:hover {
color: #fff;
}


#meta-content {
height: 100%;
color: #777; 
background-color: #000011;
}

#header {
text-align: center;
}

#ULButton {
position: absolute;
top: 35px;
left: 35px;
width: 3em;
height: 3em;
background-color: #000022;
margin: 0;
padding: 0;
border-top: solid 1px #222222;
border-right: solid 2px #222;
border-bottom: solid 2px #222;
border-left: solid 1px #222;
}

#ULButton a, {
display: block;

}

#ULButton a:hover {
background-color: #999;
width: 3em;
height: 3em;
}

#URButton {
position: absolute;
top: 35px;
right: 35px;
width: 3em;
height: 3em;
background-color: #000022;
margin: 0;
padding: 0;
border-top: solid 1px #222222;
border-right: solid 2px #222;
border-bottom: solid 2px #222;
border-left: solid 1px #222;
}

#URButton a, {
display: block;

}

#URButton a:hover {
background-color: #999;
width: 3em;
height: 3em;
}

#Content {
}

#mini-text {
position: relative;
top: 70px;
left: 35px;
}

.polaroid {
     padding: 15px 15px 55px 15px;
     border: 1px solid black;
     background-color: white;
     text-align: center;
     
}

.polaroidtext {
    color:black;
    position:absolute;
    top: -85px;
    left: 40px;
}

#main-text {
position: absolute;
top: 45px;
right: 95px;
height: 415px;
width: 500px;
border-left: solid 1px #777;
border-right: solid 1px #777; 
padding: 5px;
}


#footer {
text-align: center;
}

#LLButton {
position: absolute;
bottom: 35px;
left: 35px;
width: 3em;
height: 3em;
background-color: #000022;
margin: 0;
padding: 0;
border-top: solid 1px #222222;
border-right: solid 2px #222;
border-bottom: solid 2px #222;
border-left: solid 1px #222;
}

#LLButton a, {
display: block;

}

#LLButton a:hover {
background-color: #999;
width: 3em;
height: 3em;
}

#LRButton {
position: absolute;
bottom: 35px;
right: 35px;
width: 3em;
height: 3em;
background-color: #000022;
margin: 0;
padding: 0;
border-top: solid 1px #222222;
border-right: solid 2px #222;
border-bottom: solid 2px #222;
border-left: solid 1px #222;
}

#LRButton a, {
display: block;

}

#LRButton a:hover {
background-color: #999;
width: 3em;
height: 3em;
}
/* Modifications and Experiments*/
.mod {
  float:left;
  position: relative;
  background-color: #ffb; 
  border:solid 1px silver;
  padding:5px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 75px;
  height: 75px;
  
  }

h1 {
font-weight: bold;
color: #AAAAAA;
text-align: center;}

p {
text-align: justify;
} 

h4 {
text-align: center;
font-weight: normal;
}