/* Comment Line */
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
}
body {
	background: #336699 ;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
a:hover {
	color: #6699CC;
}
div {
	position: relative;
/*	border: thin black solid;*/
}
/***    Page Layout   ****************************************/
#pageborder {
	width: 760px ;
	margin: 0 auto ;
	background: white url("images/tfest.gif");
	border: #6699CC medium solid;
}
#top {
	height:86px; 
	z-index:2; 
	background-color: #336699; 
	padding-top: 15px;
	padding-left: 60px;
}
#top img {
	margin-left: 18px;
}
#shadow {
	background: url("images/shadow.gif");
	position:absolute;
	left:77px; 
	top:101px; 
	width:548px; 
	height:5px; 
	z-index:1;
}
#centre {
	float: left;
	left:112px;
	width:487px; 
	z-index:3; 
	visibility: visible;
	padding-top: 20px;
}
#right {
	float: left;
	left:121px;
	width:152px; 
	z-index:5; 
	background-color: #336699; 
	border: 1px none #000000; 
	height: 480px;
}
#right img {
	margin: 40px 30px;
}
.clear-floats {
	clear: both;
}
#front-pics-r {
	position: absolute;
	top: 360px;
	right: 0px;
	z-index: 1;
}
#front-pics-l {
	position: absolute;
	top: 320px;
	z-index: 1;
}
/***    Text Styles   ****************************************/
.header {  
	font-size: 1.4em; 
	font-weight: bold; 
	color: #003366
}
.header2 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #003366
}
.little {
	font-size: 0.8em; 
	font-style: normal; 
	font-weight: normal
}
.left-column {
	float: left;
	width: 160px;
}
.right-column {
	float: left;
	width: 300px;
}
.italic-small {
	font-size: 0.85em;
	font-style: italic;
}
