/* This CSS is the style sheet for the entire site. */
/* copied from another site to modify for this one. */
body {
	background-color: #3d3d3d;
	padding: 0;
	margin: 0;
	font-family: arial;
	color: #ccc;
}
.e70{
	font-size: .7em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
.content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}
/*.content tr {
	background-image: url(images/border-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}*/
.hometop {
	background-image: url(images/home-bg-top.jpg);
	background-repeat: no-repeat;
}
.homebottom {
	background-image: url(images/home-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 130px 0 10px;
}
.empty tr {
	background-image: none !important;
}
a:active, a:visited, a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #FDB44C;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
div.nav {
	float: right;
	border: 1px solid #707070;
	padding-top: 5px;
	margin-left: 10px;
}
table.gallery td {
	text-align: center;
	padding: 5px 15px;
	font-size: .75em;
}
