/* if you are reading this, I apologize.*/


/*RESET*/
* {
  margin: 0;
  padding: 0;
}


/*LINKS*/
a {
  text-decoration: none;
  font-weight: bold;
  color: #c00;
}

a:visited {
  color: #600;
}

ul {
  margin-left: 2em;
}

blockquote {  
  text-indent: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

body {
  background: #000;
  background-image: url(floralwalls.jpg);
  background-position: top right;
  background-attachment: fixed;
  font-family: Georgia, serif;
}

.box { 
  background-color: #fff;
  background-image: url(phototexture.jpg);
  padding: 1em;
  margin: 100px auto;
  width: 400px;
  font-weight: bold;
  font-family: Georgia, serif;
  font-size: 300%;
}

#navbox {
  font-weight: bold;
  padding: .5em 0 .5em 0;
  margin: 0 auto ;
  width: 100%;
  border-bottom: 3px solid black;
  background: #000;
  background-repeat: no-repeat;
  background-position: 10% 0;
  text-align: right;
}

#nav {
  width: 650px;
}

#nav a{
  font-weight: normal;
  color: #fff;
}

#column {
  margin: 0 auto 0 3em;
  height: 100%;
  width: 550px;
  color: #000;
  background: #ccc;
  background-image: url(phototexture.jpg);
  padding: 1em;

}

#column p {
  font-family: Baskerville, Georgia, serif;
  text-indent: 2em;
  margin: 1em;
  text-align: justify;
}

/*headlines*/
#column h1 {
  font-family:  "Electra LT", Georgia, serif;
  font-size: 3em;
  font-weight: bold;
text-align: center;
}

/*dates*/
#column h3 {
  font-style: italic;
  color: #666;
  text-align: center;
  font-size: .8em;
}

/*kopyleft notice*/
#foot {
  margin: -1em;
  width: 100%;
  padding: .5em 1em;
  text-align: center;
  background: #333;
  color: #ccc;
  clear: both;
  font-weight: bold;

}

/*FLOATINESS*/
.left {
  float: left;
  margin 1em;
}

.right {
  float: right;
  margin 1em;
}

.center {
  margin: 1em auto;
  width: 500px;
}

.disp {
  display: block;
  border: 2px solid #111;
  margin: 1em auto;
}

