html, body{
	height:100%;
	wifth:100%;
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	font-family: "Bookman Old Style", "Verdana";
	font-size:10pt;
	color:#3a3a3a;
	overflow:hidden;
}

#mainFrame{
	height:100%;
	width:100%;
}

tr.logoBar{
	height:209px;
	background-color:#006633;
}

tr.animationBar{
	height:100px;
	background-color:#006633;
}

tr.animationBar td{
	text-align:center;
}

tr.greenBar{
	height:20px;
}

tr.greenBar td{
	background-color:#009933;
}

tr.bottomBar{
	height:59px;
}
tr.bottomBar td{
	text-align:center;
	background-image: url(../images/nav_bar_background.gif);
}

tr.contentBar{
	
}

tr.contentBar td{
	padding-left:20px;
	padding-right:20px;
}

.gallLink{
    text-decoration:underline;
    display:block;
}

.gallLink:hover{
    text-decoration:underline;
}