html
{
	background-color: #111;
}

body
{
	background-color: black;
	border: thin solid #333;
	color: #8C8C8C;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 200%;
	margin-left: 10%;
	margin-right: 10%;
}

#header
{
	text-align: center;
}

#content
{
}

#content h2, #content h3
{
	color: #CBA61A;
	padding: 0px 10px;
	border-bottom: 2px solid #0F0F0F;
	font-weight: normal;
	letter-spacing: -1px;
}

#content p
{
	color: #8C8C8C;
	padding: 0px 10px;
}

#nav
{
	border-bottom: thin solid #333;
	border-top: thin solid #333;
	text-align: center;
}

#nav ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#nav ul li
{
	display: inline;
}

#nav ul li a
{
	padding: 5px 10px 5px 10px;
}

#nav ul li a:hover
{
	background-color: #333;
}

#footer
{
	/* background: #cc9; */
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#footer p
{
	padding: 5px;
	margin: 0px;
}

a
{
	color: #3AA0B9;
	text-decoration: none;
}

a:hover
{
	color: #EB42A3;
	text-decoration: none;
}

#links
{
}

#links ul
{
	list-style-type: none;
	margin: 0px;
}

#links ul li
{
	background: url(images/NavArrow.gif) no-repeat 5px 50%;
	/* border-bottom: 1px dotted #0F0F0F; */
	padding-left: 20px;
}

ul.thumbnails
{
	list-style: none inside none;
	margin: 0px 0px 0px 0px;
}

li.thumbnail
{
	/* border: thin solid yellow; */
	display: inline;
	/* line-height: 5px; */
	/* margin: 5px 5px 5px 5px; */
	/* padding: 5px 5px 5px 5px; */
}

img.thumbnail
{
	border: thin solid #333;
	margin: 5px 5px 5px 5px;
}

