/* CSS Document */
body {
		background-color: black;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		color: #999;
	  }
h1 	{
		text-align: center;
		color: white;
	}
h2	{
		size: 20px;
		color: white;
		text-decoration: none;
		clear: right;
		}
h3
{
	color: #fff;
	font-weight: lighter;
}
h5	{
		size: 8px;
		color: #FFFFFF;
		text-align: center;
	}
p 	{
		text-align: left;
	}
ul	{
		list-style-type: none;
	}	
a	{
	 	text-decoration: underline;
	 	color: #999;
	 }
a:hover
		{
		color: white;
		}
table
	{
	margin-bottom: 20px;
	}
td	{
	 	vertical-align: top;
	 	text-align: left;
	 }
li	{
	/*margin-bottom: 20px;*/
	}
caption	{
		color: white;
		text-align: left;
		}
#leftimage 	{
			 float: left;
			 margin: 10px;
			 }
#rightimage 	{
			 float: right;
			 margin: 10px;
			 }
#masthead 	{
			 width: 100%;
			 text-align: center;
			}

#nav 		{
			position: absolute;
			left: 10px;
			top: 0px;
	  		width: 200px;
			}
#content 	{
			margin-top: 20px;
			margin-left: 10%;
			margin-right: 10%;
			}

#footer 	{
			margin-top: 20px;
			margin-left: 200px;
			margin-right: 200px;
			clear: both;
			}

#sidebar 	{
			position: absolute;
			right: 10px;
			top: 0px;
	      	width: 200px;
			}
#gallery
{
	text-align: center;
}			
#spacer		{
			clear: both;
			}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-size: large;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #c00;
background-color: #fff;
text-decoration: none;
}

#navlist li a#current
{
text-decoration: underline;
}

ul#thumbnav
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#thumbnav li
{
	display: inline;
	list-style-type: none;
}
#thumbnav a 
{ 
	padding-left: 0px;
	padding-right: 40px;
	color: #000;
}
#thumbnav a:hover
{
color: #fff;
}
#thumbnail	
{
	width: 25%;
	float: left;
	text-align: center;
}
#thumbnail a
{
color: #000;
}
#thumbnail a:hover
{
color: #fff;
}
.gigtable
{
	width: 100%
	text-color: #fff;
}