@charset "utf-8";
/* CSS Document
 * |< Knoware
 * DATE: 10.12.2009
 * DESIGNER: D.J. Horn
 * DESCRIPTION: 191nirvana layout and format
 */

html {
	overflow-y: scroll;
}
body {
	background-color: BLACK;
	color: WHITE;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: GOLD;
	margin: 0;
	padding: 0;
}
h2 {
	color: GOLD;
	font: 16pt Georgia, "Times New Roman", Times, serif; 
	text-align: center;
}
img {
	margin-bottom: 10px;
}
img.border-top-bottom {
	border-top: 1px solid WHITE;
	border-bottom: 1px solid WHITE;
}
img.border-top {
	border-top: 1px solid WHITE;
}
img.border-bottom {
	border-bottom: 1px solid WHITE;
}
a {
	color: GOLD;
}
a:hover {
	color: WHITE;
	text-decoration: none;
}
a img {
	border: 1px solid BLACK;
}
a img:hover {
	border: 1px solid WHITE;
}
p a {
	color: WHITE;
}
#menu table {
	background-color: BLACK;
}
#menu table td {
	padding: 10px;
	padding-left: 15px;
}
#menu table td a {
	color: GOLD;
	font: 12pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu table td a:hover {
	text-decoration: underline;
}
#text p a {
	color: WHITE;
	text-decoration: underline;
}
#text p a:hover {
	color: GOLD;
	text-decoration: none;
}
#foot div a {
	color: WHITE;
	font: 8pt Arial, Helvetica, sans-serif;
}
#foot div a:hover {
	color: GOLD;
	text-decoration: none;
}
#contact-form td.label {
	text-align: left;
}
#aerial {
	float: center;
}
#aerial a img:hover {
	border: 1px solid BLACK;
}
#gold {
	color: GOLD;
}
#gold:hover {
	text-decoration: none;
}
#caption {
	color: WHITE;
	font: 11pt Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
