/* Dave's large box of stuff */

#tbox0 { 
	margin: 3px; padding: 5px;
	border-width: 4px 4px 4px 4px;
	border-color: #ECCC49;
	border-style: inset inset inset inset;
	text-align: center;
	}

#tbox1 { 
	margin: 0px; padding: 0px;
	margin-top: 5px;
	border-width: 3px 3px 3px 3px;
	border-color: #ECCC49;
	border-style: outset outset outset outset;
	text-align: center;
	}

#tbox2 { 
	width: 250px;
	background: #FFFFFF;
	margin: 0px; padding: 0px;
	margin-bottom: 3px;
	border-width: 3px 3px 3px 3px;
	border-color: #ECCC49;
	border-style: outset outset outset outset;
	text-align: center;
	}

#tboxe { 
	width: 180px;
	margin: 3px; padding: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 22px;
	background: #FFFFFF;
	border-width: 3px 3px 3px 3px;
	border-color: #ECCC49;
	border-style: inset inset inset inset;
	text-align: center;
	}

#tboxf { 
	margin: 0px; padding: 0px;
	border-width: 4px 4px 4px 4px;
	border-color: #ECCC49;
	border-style: outset outset outset outset;
	background-image: url("../images/feature.jpg");
	background-repeat: repeat;
	text-align: center;
	}

