body, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
body {
	background-image: url(images/bg01.gif)
}
h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-top: 15px;
}
p#welcome {
	text-indent: 20px;	
}
table {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #336633;
}
a:visited {
 	text-decoration: none;
	color: #336633;
}
a:hover {
 	text-decoration: underline;
	color: #336633;
}
a:visited:hover {
 	text-decoration: underline;
	color: #336633;
}


table#maintable {
	width: 760px;
	border: 2px solid #336633;
}

table#gallery {
	width: 700px;
	border: 2px solid #336633;
}

table#testitable {
	width: 720px;
}
table#testitable td {
	width: 360px;
	height:	200px;
	padding: 5px;
	padding-right: 10px;
	background-image: url(images/testibackground.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	vertical-align: top;
}


td#header {
	height: 271px;
}


td#body {
	padding: 5px;
}


td#footer {
	text-align: center;
	background-color: #336633;
	color: #FFFFFF;
}
td#footer a:link{
	color:#FFFFFF;
	text-decoration: none;
}
td#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
td#footer a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
td#footer a:visited:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

td#navcell{
	width: 16.5%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #cccccc;
}
td#navcell a:link{
	color:#000000;
	text-decoration: none;
}
td#navcell a:hover{
	color: #336633;
}
td#navcell a:visited{
	color:#000000;
	text-decoration: none;
}
td#navcell a:visited:hover{
	color:#336633;
}

div#restitle {
	background-color: #000000;
	color:#ffffff;
	font-size:16px;
	font-weight: bold;
	padding-left: 5px;
}

.floatright {
	float: right;
}