/* CSS Document */

body {
	background-image: url(img/bg_lines.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 22px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.content {
	background-image: url(img/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.undertop {
	font-size: 16px;
	font-weight: bold;
}
.nav, .nav a:link, .nav a:visited {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-image: url(img/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #CCCCCC;
}
.copyrite {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	cursor: default;
	padding-right: 25px;
	padding-bottom: 25px;
}
.photobox {
	height: 400px;
	width: 100%;
	overflow: auto;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	line-height: normal;
	letter-spacing: .1em;
}
#content {
	overflow: auto;
	height: 450px;
	clear: left;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
