body {
	text-align: center;
	background: #C9D19D url(images/leaves.gif) no-repeat center -9px;
	font: 100.1% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
#header {
	width: 781px;
	height: 151px;
	margin: 0 auto;
	background: #fff url(images/header.jpg) no-repeat;
	border: 5px solid #fff;
}
#gbar {
	height: 5px;
	background: #50600f;
	width: 100%;
} 
#container {
	width: 781px;
	margin: 0 auto 0;
	overflow: auto;
	position: relative;
	background: #fff;
	border: 5px solid #fff;
	font-size: 0.8em;
}
#menu {
	width: 158px;
	height: 600px;
	float: left;
	background: url(images/bg.gif) repeat-x;
	border: solid 1px #d6e199;
}
#content {
	height: 600px;
	margin:  0 0 0 165px;
	background: url(images/bg.gif) repeat-x;
	border: solid 1px #d6e199;
	postion: relative;
}
/*******************************************************/
/********************thumbnail styles*******************/		
		#content p {display: inline;}
		#content span {
			width: 100px;
			margin: 5px;
			vertical-align: top;
			display: table-cell;
			display: inline-table; 
			display: inline-block;
		}
		#content p img {margin: 5px 0;}
		#content a {text-decoration: none;}
#footer {
	width: 200px;
	margin: 0 auto;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 0.6em;
	position: absolute;
	bottom: 2px;
	left: 550px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer p, #footer p a:link, #footer p a:visited {color: #333333;}
#footer p a:hover, #footer p a:active {color: #f00;}
