/*
 * STYLEHEADSHOTS.CSS
 *
 * (c) Dave Hoffmann
 *
*/

/* 
 * ==========================================================
 *         S T A N D A R D   H T M L   I T E M S 
 * ==========================================================
 */

body {
	background: #8D917A url(images/bg.png) repeat-x;
    color: #333;	
	}
	

	
/************************************************
 *	Hyperlinks				
 ************************************************/

/* Regular links */

a:link     { color: #6D715A; text-decoration : none;  border-bottom: 1px dotted #bc5600;     }
a:visited  { color: #6D715A; text-decoration : none;  border-bottom: 1px dotted #bc5600;     }
a:hover    { color: #900;    text-decoration : none;  border-bottom: 1px dotted #900;        }
a:active   { color: #999;    text-decoration : none;      }

#content h1 {
    color: #6D715A;
}
	
#content h2 {
	color: #6D715A;
	letter-spacing: 1px;
	}

#container { 
  border:    1px solid  #333;
  background-color: #dadada;
  padding:   10px;
}