* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
	font: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: left;
	color: white;
}

a {
	text-decoration: underline;
	color: white;
}

a img {
	border: medium solid #FFFFFF;
	text-decoration: none;
	margin: 5px;
}

a.navLink {
	color: white;
	text-decoration: none;
	font-variant: small-caps;
}

a.navLink:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

/* LAYOUT */

#header h1 {
	font-size: 60px;
	padding-left: 20px;
	text-shadow: 0px 0px #333333;
	top: 0px;
	display: inline;
}

#header img {
	vertical-align: middle;
}

table.layout {
	width: 1000px;
}

td.header {
	color: white;
}

td.nav {
	padding-top: 20px;
	color: white;
	text-align: center;
	vertical-align: top;
	width: 200px;
}

td.content {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 800px;
	vertical-align: top;
}

td.footer {
	margin-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	width: 800px;
	text-align: center;
	font-size: .7em;
}

/* Contact Form */

.noshow {
	display: none;
}

div.linkList {
	margin: 20px;
}

span.linkCategory {
	font-style: italic;
}

.contactform {
	position: static;
	margin-top: 10px;
	overflow: hidden;
}

.contactform legend {
	width: 70%;
	text-align: right;
	font-style: italic;
	font-size: .7em;
}

.contactform fieldset {
	border: none;
}

.contactleft {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 5px;
	width: 25%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
    font-weight: bold;
}

.contactright {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
}

.contacterror {
	border: 2px solid #ff0000;
}

input {
	background: #333333;
	border: 1px #FFFFFF solid;
	padding: 2px;
	color: #FFFFFF;
}

input:hover, input:focus{
	background: #2b2a2a;
}

textarea {
	background: #333333;
	border: 1px #FFFFFF solid;	
	padding: 5px;
	color: #FFFFFF;
}

textarea:hover {
	background: #2b2a2a;
}

div.stack {
	cursor: pointer;
}

div.stack img {
	border: 5px solid #333333;
	padding: 10px;
	background-color: #FFFFFF;
}

#stack {
}

#gallery {
	height: 750px;
	min-height: 750px;
}

#galleryNav {
	text-align: center;
	margin-bottom: 15px;
}

