body { margin: 0; padding: 0; font-family:Helvetica, sans-serif; color: #000; background:#ddd url(/etc/bg.gif) repeat-x top;	}
		
#container { margin: 1em auto; width:900px;background-color: #DFC4BA;  background-color: #999;  }
		
#banner { background-color: #DFC4BA;height:102px; }
#banner h1 { margin: 0; float:right; color:#999999; font-size: 2.5em; padding: 10px 50px 0 0; text-align:center; font-stretch: condensed;}
#banner h1 span {font-size:60%;font-weight:300;}
		
#navcontainer { width: 18%; float:left; }
#navcontainer ul { margin-left: 0; padding-left: 0; list-style-type: none;  }
#navcontainer a { display: block; padding: 5px 0 5px 10px; width: 180px; background-color:#DFC4BA; background-color: #999999; border-bottom: 2px solid #eee; }

#navcontainer a:link, #navlist a:visited { color:#666;font-weight:400; color: #863F27;text-decoration: none; }
#navcontainer a:hover { background-color: #ddd;  }

#content {  width:78%; float:right;background:#fff;padding:5px 10px 0 10px;}
#content h2, #content h1, #content h3 { color:#863F27;}
#content h1 { font-size:140%;}
#content h2 { font-size:120%;}
#content h3 { font-style:italic; }
		
#footer { clear: both;}
#footer h2 { width:100%;height: 97px;margin:0;background-image: url(/silverwattle/footer.jpg);
	background-repeat: repeat-x;
	background-position: top; }
#footer img { overflow: hidden;}
#footer p {background-color: #999999; margin:0; padding: .5em; border-top: 1px solid #333; color:white; font-size: 90%; font-weight: bold; }


blockquote { font-size:95%;}

.thumb img{ border: 3px solid #ccc; }
.thumb:hover img{ border: 3px solid navy; }
.thumb:hover{ color: red; /* irrelevant definition to overcome IE bug */ }

.imgtxt, #imgtxt {font-size:80%;}
