/*CSS style sheet for tsholden.com, written by Thomas Holden */

body,td,th {
	color: #111111;
}
body {
	background-color: #FFFFFF;
	background-image: url('../images/art/alchemy.png');
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
font.topnav {
	font-size: 80%
	text-align: right
}

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,a:hover,a:active {
	color: #376F32;
}

td.tleft {
	width: 28px;
	background-image: url('../images/topleft.png');
}
td.top {
	height:28px;
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
}
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.bottom {
	height:28px;
	background-image: url('../images/bottom.png');
	background-repeat: repeat-x;
}
td.bright {
	width: 28px;
	background-image: url('../images/bottomright.png');
}

.index {
	width: 160px;
	min-height: 180px;
	text-align: center;
	vertical-align: top;
}
a.index {
	font-weight: bold;
}

li.arw1 {
	list-style-image:url(../images/arrow1.png); 
	margin: 0 0 0 0px; 
	padding: 0 0 0 0px;
}
li.arw2 {
	list-style-image:url(../images/arrow2.png); 
	margin: 0 0 0 32px; 
	padding: 0 0 0 0px;
}
li.arw3 {
	list-style-image:url(../images/arrow3.png); 
	margin: 0 0 0 64px; 
	padding: 0 0 0 0px;
}
li.arw4 {
	list-style-image:url(../images/arrow4.png); 
	margin: 0 0 0 96px; 
	padding: 0 0 0 0px;
}