/* Setup defaults */
body {
	background: black;
	color: white;
	font-style: normal;
	font-size: 12pt;
	font-family: serif;
}

h1, h2, h3, h4, h5 {
	font-family: sans-serif;
}

/* Banner Styles */
.banner {}

#LogoLg {
	display: inline;
	width: 355px;
	height: 86px;
	text-align: left;
	border: solid black 0px;
}

/* Navigation Styles */
.navigation {
	font-family: sans-serif;
	text-align: left; 
	font-size: 0.75em;
}

.navigation a {
	color: white;
	background: black;
	text-decoration: underline;
}

.navigation a:link {
}

.navigation a:visited {
	color: #00CCCC;
	background: black;
}

.navigation a:active {
	color: #CCCC00;
	background: black;
}

.navigation a:hover {
	color: #CC0000;
	background: black;
}

.navigation h1 {
	line-height: 100%; 
	margin-left: 5px; 
	margin-top: 20px; 
	margin-bottom: 5px; 

	color: #CC0000;
	background: black;
	font-size: 1.1em;
}

.highlight {
	color: red;
	background: black;
}

.navigation h1.highlight {
	color: #0000CC;
	background: black;
}

/* These are pointless as they are overridden my the anchor class */
.navigation h1.bio {
	color: #00CC00;
	background: black;
}

/* These are pointless as they are overridden my the anchor class */
.navigation h1.contact {
	color: #CCCC00;
	background: black;
}

.navigation ul {
	line-height: 100%; 
	margin-left: 5px; 
	margin-top: 20px; 
	margin-bottom: 5px; 
}

.navigation li {
	list-style: none;
	padding-top: 0.5em;
}

/* Content Styles */
.content {
	margin-right: 5em;
}

.content h1, h2, h3 {
	font-weight: bold;
	font-size:  1.25em;
}

.content a {
	text-decoration: underline;
}

.content a:link {
}

.content a:visited {
}

.content a:active {
}

.content a:hover {
	color: red;
	background: black;
}

.content img {
	border: solid black 0px;
}

.content li {
	list-style: none;
}

.latest ul {
	text-align: center;
}

.latest li {
	list-style: none;
}

.prices ol {
	padding-left: 4em;
}

.prices li {
	list-style: decimal;
}

/* gallery is a table */
.gallery {
	width: 100%;
	border: solid white 1px;
}

.gallery td {
	padding: 4px;
	border: solid white 1px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}

.gallery td h3 {
	font-size: 1.0em;
}

.thumb_group {
}

.thumb {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}

.thumb img {
	padding: 5px;
}

.underline {
	text-decoration: underline;
}

/* Footer Styles */
.footer {
	font-family: monospace;
	font-size: 0.66em;
	text-align: center;
}

/* Generic Styles */
.testing {
	font-family: monospace;
}


