/* gallerystyles.css */

/* Universal style rule */
*{
 /* Block all browser default margins and padding */
  margin:0;
  padding:0;
  /* Temporary borders */
 /* border:dashed 1px #f00;*/
}

#wrapper{
  width: 70em;
 background-color: ##120B4C;
 /* Put 20px margin above the wrapper */
/* Set right and left to auto for centering */
   margin: 20px auto 0 auto;
}

#branding{
  height:2em;
  background-color:#553c35;
  color:#f4dec8;
  text-align:center;
  width:63em;
  left:110px;
} 
/* Make branding a positioned element, but don't move it */
#branding{
  position:relative;
}

/* Absolutely position links in the branding division */
#branding a{
  position:absolute;
  text-decoration:none;
  color:#000;
  font-size:0.8em;
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}

<!--#spacing{ -->
<!--  height:2em; -->
<!--  background-color:#553c35; -->
<!--  color:#f4dec8; -->
<!--  text-align:center; -->
<!--  width:70em; -->
<!--}  -->

/* Absolutely position links in the branding division */
#leftcolumn a{
  text-decoration:none;
  color:#000;
margin: 30px auto 0; 
}
#leftcolumn{
/* Remember, content left margin must match this width */
   width:7em;
   float:left;
  margin: 30px auto 0;
  height:2em;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#000;
}

/* Navbar division */
#navbar{
  width:63em;
  left:120px;
  background-color:#aaa;
 /* Left margin must match leftcolumn width */
  background:#aaa url(navbak.jpg) repeat-x center;    
  height:1.6em;
  margin: 50px auto 0;    
}

/* List items in the navbar */
#navbar li{
  float:left;
}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#000;
  background:#aaa url(navbak.jpg) repeat-x center;
  display:block;
  height:2em;
  width:6em;
  border-right:solid 1px #ddd;
  text-align:center;
  line-height:2em;
  outline-style:none;
}

/* Navbar hover and active links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#ddd url(navhover.jpg) repeat-x center;
  color:#000;
}

}
/* Applies to all lists in the left column division */
#leftcolumn ul, #leftcolumn ol{
  margin: 7px auto 0 auto;
}

body {
  background-color: #117b6f;
  font-family: Arial, Helvetica, sans-serif;
width:70em;
}
#content{
/* Left margin must match leftcolumn width */
 margin-left:7em;
  background-color:#fff;
  color:#000;
padding:2px 30px;
}

/* Applies to h1 elements in the content division */
/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
  font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:.5em;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:.5em;
}

/* Size h3 headings in the content division */
#content h3{
  font-size:.5em;
  font-style:normal;
}
/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

#content p{
  line-height:1.5em;
font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:normal;
  font-variant:small-caps;
  font-size:.5em;
}
