body {
  background:#f9f7f3;
 	color:#473e3c;
	margin:100px 0 0 0;
}

/* details */

a, img {
	border:0;
	color:#b73c12;
	text-decoration:none;
}
a:hover, a:focus {
	color:#872e1b;
	outline:none; /* voids Firefox & Safari borders */	
}
p {
  margin:15px 0 0 0;
}
strong {
	font:900 100%/100% "trebuchet ms", sans-serif;
	word-spacing:0;
}
ul { 
	margin:0 0 0 40px;
	padding:0;
}
li {
	background:url("oakleaf.gif") no-repeat 0 21px;
	list-style:none;
	padding:15px 0 0 22px;
}

/* menu */

#menu {
	background:url("menu.png") no-repeat 0 -15px;
	position:absolute;
	right:0;
	top:0;
	width:950px;
}
#menu a {
	background:url("divider.png") no-repeat 0 -15px;
	color:#fcf5e8;
	float:right;
	font:12px/37px sans-serif;
  height:70px;
	padding:0 30px;
	word-spacing:1px;	
}
#menu a:hover, #menu #on {
	background:url("on.png") no-repeat center -15px; 
	color:#b73c12;
}

/* content */

#container {
	font:16px/23px georgia, serif;
	margin:0 auto;
	position:relative;
	width:950px;	
}
#emblem {
  background:url("emblem.png") no-repeat;
	font:12px/18px sans-serif;  
  height:200px;
  padding:50px 0 0 0;
	position:absolute;
	text-align:right;
  width:950px;
}

/* info */

#info {
	padding:300px 0 150px 0;
	width:350px;
}
#auxiliary {
	position:absolute;
	right:0;
	top:700px;
	width:550px;
}
#auxiliary h1 {
	background:url("h1-auxiliary.png") no-repeat center;	
}
h1 {
	background:url("h1.png") no-repeat center;
	font:300 italic 22px/70px Muli, sans-serif;
	height:70px;
	margin:0;
	text-align:center;
}

/* page image */

#image, #samples {
	position:absolute;
	right:0;
	top:310px;
	width:550px;	
}
#image img {
	height:350px;
	width:550px;
}
#caption {
  background:#f9f7f3; /* must be bg color */
  color:#240c08;
	font:italic 15px/40px sans-serif;
	margin:-40px 0 0 0;
  opacity:.6; filter:alpha(opacity=60);	
	padding:0 50px;
	text-align:right;
	width:450px;
}

/* work samples */

#samples img {
	float:left;
  height:134px;
	margin:0 0 13px 13px;
  width:124px;
}
#samples a:hover img {
	opacity:.4; filter:alpha(opacity=40);
}
#samples a span {
  display:none;
}
#samples a:hover span { /* this is going over auxiliary text */
  background:#f9f7f3;  /* must be bg color */
	color:#261e1a; /* to override link color */
	height:500px;
  left:0;
	position:absolute;
	top:570px;
	display:block;
	z-index:2; /* FF & Safari agree... IE doesn't. Why? */
}
#samples a span small {
	display:block;
	font:italic 12px/12px sans-serif;
	margin:7px 0 30px 0;
}

/* client banners */

#clients {
	height:950px;
	padding:310px 0 0 0;
	text-align:center;
	width:950px;
}
#clients img {
	float:left;
	height:50px;
	margin:0 0 40px 65px;
	width:250px;
}

/* popup */

#largeview {
	font:900 16px/40px "trebuchet ms", serif;
	margin:0;
	overflow:hidden;
  text-align:center;
}
#largeview a {
  background:#B73C12;
  color:white;
  padding:1px 10px;
}
#largeview .on, #largeview a:hover {
	background:#872e1b;
}

/* tagline */

#tagline {
	background:#f4f1ea url("tagline.png") top center no-repeat;
	font:13px/13px sans-serif;
	padding:30px 0 100px 50px;
	text-align:center;
}
#tagline img {
	margin:0 0 0 5px;
	vertical-align:-10px;
}
