div {
	outline: red dotted 0px;
}
body {
	background: #485159 url(images/backgrad.png) repeat-y top center;
	height: 100%;
	min-height: 801px;
	min-width: 900px;
	color: #FEFEFE;
	text-shadow: #FEFEFE 3px 3px 7px;
}
a:link,a:visited,a:hover,a:active{
	color: #8E7E2E;
	text-decoration: none;
}
#ht {
	width: 900px;
	margin: 0px auto;
}
#bod,#hed,#foot {
	width: 900px;
	clear: both;
}
#hed {
	background: transparent url(images/topgrad.png) no-repeat bottom center;
	height: 144px;
}
#hed #logo {
	margin: 0px 0px 0px 100px;
	float: left;
}
#hed #logo a {
	margin: 64px 0px 0px 0px;
	width: 75px;
	height: 80px;
	display: block;
	text-indent: -5000px;
	background: transparent url(images/logo.gif) no-repeat;
	float: left;
}
#hed #statement {
	background: transparent url(images/tlctech.png) no-repeat bottom center;
	width: 218px;
	height: 108px;
	display: block;
	float: left;
}
#bod div {
	float: left;
	height: 513px;
}
#nav {
	overflow: hidden;
	font-family: arial, sans-serif;
}
#nav a {
	color: #CECECE;
	background: transparent url(images/arrow_small.gif) no-repeat center right;
	width: 100px;
	height: 30px;
	margin:46% auto;
	line-height: 2em;
	display: block;
	text-align: left;
	font-size: 1.1em;
}
#nav a:hover {
	color: #FEFEFE;
	background: transparent url(images/arrow_big.gif) no-repeat center right;
}
#nav #thispage {
	color: #FF7700;
	background: transparent url(images/arrow_big.gif) no-repeat center right;
}
#nav,#pan4 {
	width: 100px;
}
#pan2,#pan3 {
	width: 350px;
}
#pan2 {
	background: #949fa6;
	overflow: hidden;
}
#pan2 #ppic {
	width: 330px;
	height: 493px;
	margin: 10px;
}
#pan3 {
	background: #deeaf1;
	color: #101010;
}
#pan3 #pancont {
	width: 320px;
	height: 483px;
	overflow: auto;
	margin: 15px;
}
#pan4 {
/* bloody stupid microsoft internet explorer */	
	width: 90px;
}
#foot {
	background: transparent url(images/bottomgrad.png) no-repeat top center;
	height: 144px;
}
#foot div {
	float: left;
}
#foot #copy {
	width: 350px;
}
#foot #spacer{
	width:100px;
	height: 10px;
}
#foot #home a{
	display: block;
	width: 35px;
	height: 30px;
	background: transparent url(images/home.gif) no-repeat top center;
	color: #FEFEFE;
}
#foot #home a:hover{
	background: transparent url(images/homehov.gif) no-repeat top center;
	color: #FEFEFE;
}
.hometxt {
	position: relative;
	top: 30px;
	margin: 35px 0px 0px 0px;
}
.photo {
	position: relative;
	left: 0px;
	z-index: 1;
	margin: 0px 0px 0px 0px;
}
p {
	text-align: left;
/*	border: 1px solid red;	*/
	margin: 0px 0px 10px 0px;
}
.content_title {
	color: #eb5904;
	font-size: 1.5em;
}
.content a {
	color: #6F6F50;
	display: block;
	text-align: left;
}
.content a:hover {
	color: #8F708F;
}
.highlight {
	color: red;
}
