body {
	margin:0;
	padding:0;
	background-color: #CFCFCF;
	background-image: url(../images/bg-body3.gif);
	background-repeat: repeat-y;
	background-position: center;	
	text-align: center;
	font-family: "Lucida Grand", "Lucida Sans Unicode", lucida, verdana, georgia, helvetica, verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#container {
	width: 769px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 55px;
	padding:5px 0 0 30px;
	margin:0;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header h1 {
	margin: 0; 
	padding:0;
	height: 20px;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration:none;
	color: #333333;
}
/* sliding doors menu */
    #nav {
	height: 30px; 
	font-size: 14px;
	font-weight: normal;
	margin:0 30px 0 0;
	padding:0;
      }
    #nav ul {
      margin:0 auto;
      padding:0 0 0 0px;
      list-style:none;
      }
    #nav li {
	float: right;
	background:url("../images/bg-menu2.gif") no-repeat left top;
	margin:0 9px 0 0;
	padding:0 0 0 9px;
	list-style-type: none;
      }
    #nav a {
	/*float:left;*/ 
	display:block;
	width:0.1em;
	background:url("../images/bg-menu2.gif") no-repeat right top;
	padding:3px 9px 5px 0px;
	margin: 0;
	text-decoration:none;
	font-weight:normal; 
    color:#444; 
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#000;
      }
    #intro #nav-intro, #statement #nav-statement, #gallery #nav-gallery, #bio #nav-bio, #contact #nav-contact, #links #nav-links
	{
      background-position:0 -50px;
      border-width:0;
      color:#000;
      }
    #intro #nav-intro a, #statement #nav-statement a, #gallery #nav-gallery a, #bio #nav-bio a, #contact #nav-contact a, #links #nav-links a {
      background-position:100% -50px;
      color:#000;
      }
	  
    #nav li:hover {
	background-position:0 -50px;
      }
#nav li:hover a {
      background-position:100% -50px;
      color:#000;
	  }
/* end sliding doors menu */

#intro #content-text, #statement #content-text, #bio #content-text, #contact #content-text, #links #content-text  {
	margin: 0 30px 0 30px;
}



ul#gallery-list {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}
ul#gallery-list li {
	float:left;
	max-width: 135px;
  margin: 10px 43px 20px 32px !important;
  background: url(../images/bg-pic-shadow-br.png) repeat bottom right !important;
  background: url(../images/shadowdark.gif) repeat bottom right;
	text-align: center; 
	list-style-type: none;
}
ul#gallery-list li a:link, ul#gallery-list li a:visited {
}
ul#gallery-list li a:link img, ul#gallery-list li a:visited img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -4px 4px 4px -4px;
  /*border: 1px solid #a9a9a9;
  padding: 4px;*/
  
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding:0;
}
ul#gallery-list li a:hover img {
  margin: -3px 3px 3px -3px;
}
		/*.shadowboxfloat {margin: 4px 0px 0px 5px;
			background: url(../images/shadowlight.gif) repeat;
			position: relative; /*IE needs this to show float properly*/
		/*	float: left}
			
		.shadowcontent {position: relative;
			padding: 10px; 
			top: -5px; /* these two define the shadow 'offset'*/
			/*left: -5px; 
			background: #C4E1C7;
			color: black; 
			border: 1px solid #2E595C}	*/
		

.clear-float {
	clear:both;
}
#narrow {
	width:500px;
	text-align: justify;
	margin:0 auto
}
#aesthetic-arrest {
	margin: 0 auto;
	text-align: center;
}



#footer {
	clear:both;
	padding:400px 0 20px 0;
	text-align:center;
	font-size: 11px;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
#footer a:link, #footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #000099;
}


