

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#000;


}





#branding {

  padding: 10px 0 0 10px;
}

h1 {

	display: block;
	height: 40px;
        background-repeat: no-repeat;
        background-image: url(../img/h1.gif);
        background-position: left bottom; 
        text-indent: -9000px;
        padding-top: 50px; }

h1 a {
	display: block;
	height: 40px;
        background-repeat: no-repeat;
        background-image: url(../img/h1.gif);
        background-position: left bottom; 
        text-indent: -9000px;

}

#secondaryContent {
}

#footer {

  padding: 1px 20px;
}

body {
  text-align: center; 
  min-width: 900px;
}

#wrapper {
  width: 706px; 
  margin: 0 auto; 
  text-align: left; 
}

#content { 
  width: 704px;
         height: 344px; 
  float: left;
        background-image: url(../img/Triptych-60.jpg);
        background-position: center; } 



#footer { 
  clear: both;
        padding-top: 10px; }

#footer p {
	font: small "Century Gothic", Century, "Lucida Grande", Verdana, Arial, sans-serif;
        text-align: center;
        color: #4e2203;   
        font-size: 170%;
        text-transform: uppercase; } 

a:link {
        color: #c0ddf5;
        text-decoration: none; } 

a:visited {
        color: #c0ddf5;
        text-decoration: none; }

a:hover {

        color: #cfb96c;
        text-decoration: underline; }

a:active {}





