@charset "UTF-8";
/* CSS Document */


html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;

}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
}



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../jt-images/bg_Body.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../jt-images/txtrrbg-05w.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #534643;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-bottom: 5em;
	position: relative;
	
}

#wrapper #main {height: 100%;
	background: url(../jt-images/txtrrbg-05w.gif);
	padding-bottom: 5em;

}

#banner {background-image: url(../jt-images/txtr-bg-4w.gif); background-repeat: repeat; }

#nav {text-align: center;}

#nav img a {
	padding: 0;
	margin: 0;
	text-align: centre;
	
	}


#header1 {
	background: url(../jt-images/txtr-bg-4w.gif);
}  
#name {
	text-align: center;
	padding-top: 1em;
	}
	
#main .photo img{
	background-image: url(../jt-images/txtr-bg-4w.gif);
	background-repeat: repeat;
	margin: 0 0 .3em 0;
	text-align: left;
	vertical-align: top;
	display: inline;
	padding-left: 4em;
	padding-right: 2em;
	padding-bottom: 2em;
	float:left;
	margin-bottom: -1.5em;
	}
	
#main #credit p {text-align: center;
	position: relative;
	margin-left: 30em;
	margin-right: 10em;
	color: #333333;
	font-size: 80%;
	padding: 4px;
	background: url(../jt-images/txtr-bg-4w.gif) repeat;
	font-style: italic;
	

	}

#main #credit {
	position: relative;
	clear: left;

	}

#counter img {padding: 1em;
	clear: both;
	display: block;
	margin: 1em 0 -2em 0;

 }

#main h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: italic;
	color: #006633;
	}