
/* stylesheet for tcwood home page */

body {
	margin-top: 10px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: auto;
	background-color: #E0DACD;
}
.bold {
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	color: #006f70;
	background-color: #E0DACD;
}
.red {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #800c00;
	font-weight: normal;
	font-size: 18px;
	
}
#logo {
	position:absolute;
	left:108px;
	top:30px;
	width:352px;
	height:178px;
	z-index:1;
	float: none;
	}
#Layer2 {
	position:absolute;
	left:522px;
	top:30px;
	width:275px;
	height:183px;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:169px;
	top:238px;
	width:254px;
	height:239px;
	z-index:3;
}
#Layer4 {
	position:absolute;
	left:479px;
	top:254px;
	width:368px;
	height:240px;
	z-index:4;
}
#Layer5 {
	position:absolute;
	left:481px;
	top:491px;
	width:374px;
	height:52px;
	z-index:5;
}
#Layer6 {
	position:absolute;
	left:168px;
	top:292px;
	width:254px;
	height:25px;
	z-index:6;
}
#Layer7 {
	position:absolute;
	left:169px;
	top:327px;
	width:254px;
	height:25px;
	z-index:7;
}
#Layer8 {
	position:absolute;
	left:169px;
	top:362px;
	width:254px;
	height:25px;
	z-index:8;
}
#Layer9 {
	position:absolute;
	left:169px;
	top:397px;
	width:254px;
	height:25px;
	z-index:9;
}
#Layer10 {
	position:absolute;
	left:169px;
	top:257px;
	width:254px;
	height:25px;
	z-index:10;
}
#Layer11 {
	position:absolute;
	left:169px;
	top:432px;
	width:254px;
	height:25px;
	z-index:11;
}
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;
}

#navbar {
	position:absolute;
	left:126px;
	top:236px;
	width:298px;
	height:314px;
	z-index:6;
}
ul {list-style-type: none;
}
li {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	list-style-type: none;
}








