h1
{
  text-align:  center;
}

h2
{
  color:  blue;
}

body
{
  background:  silver;
}

div.menu
{
  font-family:  Arial, sans-serif;
  font-weight:  bold;
  font-size:  18px;
  text-align:  center;
  border-top:  ridge white 2px;
  border-bottom:  ridge white 2px;
  background:  black;
  color:  white;
  padding:  .2em 0;
}

div.menu .menu_item{
  padding:  0 .5em;
}


div.clearer{
  clear:  both;
}

div.page .content{
  position:  relative;
  background:  white;
  border:  white groove 5px;
  padding:  1em;
}

.column {
  position: relative;
  float:  left;
}

a.menu:link{color:  white; text-decoration: none;}
a.menu:visited{color:  white; text-decoration: none;}}
a.menu:hover{color:  blue;  text-decoration: underline;}

div.header
{
  background:  black;
  color:  white;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family:  cursive, sans-serif;
  font-weight:  bold;
}

div#new_stuff{
  clear:  both;
}

div#new_stuff h2{
  text-align:  center;
  border-top: blue 1px solid;
  border-bottom:  blue 1px solid;
}

td
{
  vertical-align:  top;
}

.photo
{
  border:  ridge white 5px;
}

.left_side
{
  background:  white;
  padding: 1em;
  border:  white groove 5px;
}

.right_side
{
  background:  white;
  text-align:  center;
  border:  white groove 5px;
}
 
.right_side ul{
  list-style:  none;
  margin:  0;
  padding:  0;
}


.copyright
{
  text-align:  center;
  color:  white;
  font-style:  italic;
}

div#blog_history{
  width:  10em;
}

/* Bio Page ******************************************************************/


/* Picture Page **************************************************************/

div#picturepage{
  /*width:  950px;*/
}

div#picturepage #pictures{
  position:  relative;
  /*width:  900px;*/
}

div#picturepage p{
  font-family:  sans-serif;
  font-size:  18px;
}

.picture_set{
  position:  relative;
  margin:  10px;;
  border:  2px solid black;
  padding:  10px;
  clear:  both;
  width:  350px;
  
}

.picture_set p{
  color:  gray;
}

.picture_set img{
  float:  right;
  padding-left:  10px;;
}

.picture_set a{
  color:  blue;
  font-size:  20px;
  font-weight:  bold;
  text-decoration:  none;
}

.picture_set a:hover{
  text-decoration:  underline;
}

#palm_tree {float: left;}

