/*CSS style sheet for tsholden.com, written by Thomas Holden */

body,td,th {
	color: #111111;
}
body {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

img {
	border: 0px;
}
img.sign {
	position: relative;
	left: -3px;
	width: 270px; 
	height: 424px;
}
img.logo {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 540px; 
	height: 124px;
}

a:link {
	color: #6F4C32;
}
a:visited {
	color: #376F32;
}
a:hover {
	color: #376F32;
}
a:active {
	color: #376F32;
}

td.tleft {
	width: 28px;
	background-image: url('../images/topleft.png');
}
td.tright {
	width: 28px;
	background-image: url('../images/topright.png');
}
td.left {
	width: 28px;
	background-image: url('../images/left.png');
	background-repeat: repeat-y;
	vertical-align: top; 
}
td.core {
	background-color: #F4F3F0;
	vertical-align: top; 
}
td.right {
	width: 28px;
	background-image: url('../images/right.png');
	background-repeat: repeat-y;
	vertical-align: top; 
}
td.bleft {
	width: 28px;
	background-image: url('../images/bottomleft.png');
}
td.bright {
	width: 28px;
	background-image: url('../images/bottomright.png');
}                                                                                                                                                                                                                                                                                                    
