body {
	background-color: #000;
	margin-top: 020px;
}
.holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	background-image: url(Graphics/main.jpg);
	background-repeat: no-repeat;
	padding-top: 312px;
	width: 1000px;
}
.nav {
	width: 1000px;
}
.footer {
	width: 1000px;
}
.content {
	background-image: url(Graphics/bg.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	width: 930px;
	text-align: justify;
}
.content table tr td a img {
	border: thin solid #000;
}
.bold {
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-style: italic;
}
a:active {
	color: #000;
	text-decoration: none;
}
.content table tr td {
	text-align: center;
}
.italic {
	font-style: italic;
}
