/* CSS Document */
		body 	
		{
	font: 95% arial, helvetica, sans-serif;
	background: #fff;
	margin: 0;
	text-align: left;
		}
	
	
		#wrap {
			position: relative;
			width: 800px;
			/* broken box hack for ie5.x */
			w\idth: 794px;
			/* end hack */
			border-width: 0 3px;
			margin: auto;
			top: -1%; 
		}	

		#container {
			margin: auto;
			background: url(images/navbg.gif) repeat-y 0; 
		}	

		table {
			width: 100%;
		}
		
		#logo {
			background: #fff url(images/tn_logo_c_250.jpg) no-repeat;
			margin: 1em;
		}
		
		#header {
			background: #39f;
			margin: 2em 0 .5em 0;
			text-align: left;
			height: 136px;	/* height of logo + 3 px*/
		}
	
				
		#navigation {
			float: left;
			width: 32%;
			font-size: large;
			background: #39f;
			vertical-align: top;
			list-style: none;
			text-align: right;
		}
				
		#navigation ul {
			margin: 0 0 1em 0;
			padding: .5em;
			list-style-type: none;
		}
		
		#navigation ul a {
			color: black;
			text-decoration: none;
			display: block;
			margin: 0 1em .5em .5em;
		}
		
		#navigation a:visited {
			color: white;
		}
		
		#navigation a:hover {
			color: yellow;
		}
		
		/*  style the menu item of the current page */
		#navigation #current {
			font-size: 120%;
			margin: 0;
		}
		
		#content {
	float: right;
	width: 65%;
	background: white;
	margin: .5em .5em 1em .5em;
	text-align: left;
	/* hack for ie5 & 6 */
			display: inline;
	font-size: 100%;
			/* end hack */
		}

				
		h2 {
			font: arial, chalkboard, sans-serif;
			font-size: 1.5em;
			color: white;
			text-align: center;
		}
		
		h3 {
			font: arial, chalkboard, sans-serif;
			font-size: 1.8em;
			color: white;
			text-align: right;
			font-weight: 100;
		}

		h5 {
			font-size: .9em;
			color: black;
			font-weight: lighter;
			text-align: right;
			top: auto;
		}
		.captionl {
	font-size:80%;
	color:#000;
	text-align:left;
	padding-left:5px;
	margin-top:0;
		}
			
	.captionr {
	font-size:80%;
	color:#000;
	text-align:right;
	padding-right:10px;
	margin-top:0;
		}
	.guestbook {
		margin-right: 25px;
	}
		h6 {
			font-size: .8em;
			color: white;
			text-align: right;
			margin-top: 0;
		}
	
	.larger {
	font-size: 115%;
}
		#footer {
			clear: both;
			width: 100%;
			background: #3cf;
			text-align: right;	
		}
		

