/* CSS Document */

body {
	background-image: url(tcimages/tcwood-logo2.gif);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	background-color: #e0dacd;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #006f70;
	margin: 20px;
}
a:link {
	color: #006f70;
	text-decoration: none;
}
a:visited {
	color: #006f70;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline overline;
	color: #8D5449;
	background-color: #E0DACD;
}
li {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}


#navbar {
	position:absolute;
	left:20px;
	top:146px;
	width:252px;
	height:200px;
	z-index:2;
	text-align: left;
	border-bottom-width: thin;
}
ul {
	list-style-type: none;
}
img {
	border: 1px solid #800c00;
}
.noborder {
	border: thin solid #e0dacd;
}
