/* CSS Document */

body { margin: 0px; padding: 20px; background:url(images/TIOF-backing.png) }

.clear { clear: both; }

div#top { 
	display: block;
	width: 902px;
	height: 33px;
	margin: 0px auto;
	padding: 0px;
	background:url(images/TIOF_contenttop.png) bottom center no-repeat;
 }

div#body {
	display: block;
	width: 902px;
	margin: 0px auto;
	padding: 10px 0px;
	background:url(images/TIOF_contentbody.png) top center repeat-x;
}

div#bottom {
	display: block;
	width: 902px;
	height: 33px;
	margin: 0px auto;
	padding: 0px;
	background:url(images/TIOF_contentbottom.png) top center no-repeat;
}

h2 { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #231b07; }

h3 { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; color: #231b07; }

p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #231B07; }

a:link    { color: #660000; text-decoration: underline; }
a:visited { color: #660000; text-decoration: underline; }
a:hover   { color: #D7A834; text-decoration: underline; }
