/* style sheet for http://www.treewind.co.uk/towan/*.html */

body
{
	background: #00c;
	color: white;
	font-family: 'comic sans ms', sans-serif;
	margin: 0;
}

h1, h2, h3
{
	margin-top: 10px;
	margin-bottom: 10px;
}

td.topleft
{
	width: 200px;
	text-align: center;	
	color: #ff9;
	background: #00c;
	font-size: 30px;
}

div.imagelink
{
	float: right;
	width: 220px;
	padding: 10px;
	border: none;
	margin: 0 20px;
}

/* text on left next to images */
div.imagetext
{
	padding-top: 10px;
	margin-right: 5px;
}

img.kernow
{
	width: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

td.navmenu
{
	width: 200px;
	background: #00c;
	color: #ff9;
}

td.heading
{
	background: #00c;
	color: #ff9;
	padding-left: 10px;
}

td.content
{
	background: #cef url(images/sky-bg1.jpg);
	color: black;
	padding-left: 10px;
}

table.tableimage tr td
{
	width: 250px;
	color: black;
	border: thin solid #66c;
	height: 150px;
}

button.navbutton
{
	background: #ff9;
	color: #006;
	border: #ff9 outset 5px;
	width: 180px;
	margin: 10px 5px 10px 5px;
	text-align: center;
}
button.navbutton-current
{
	background: #fc6;
	color: #006;
	border: #fe9 inset 5px;
	width: 180px;
	margin: 10px 5px;
	text-align: center;
}

iframe.rates
{
  display: block;
	width: 560px;
 	height: 600px;
	margin: 5px;
	border: thin solid blue;
	background: white;
}

/* bottom Navigation bar for browsers or users that don't do javascript */
div.navbar
{
	font-size: 80%;
	clear: both;
	border-top: thin solid blue;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
	margin: 10px;
/* 	background: #9cf; */
	color: #69c;
}

/* comments page */
table.comments
{
  border-collapse: collapse;
  background: #eef;
  width: 600px;
}

table.comments tr
{
  border-top: thin solid blue;
}

table.comments td
{
  vertical-align: top;
  padding-bottom: 10px;
} 
