/* Elements */
body
{
	background-color : Black;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 0 0;
	color: White;
	font-size: 12px;
}
A
{
	font-weight: bold;
	text-decoration: none;
	color: White;
}

#nav 
{
	float: left;
	margin: 0.5em;
	width:160px;
}

#nav ul li
{
	list-style-type: circle;
}
#nav ul
{
	padding-left: 0px;
	text-indent: 0px;
	margin-left: 0px;
	line-height: 150%;
}

/* Disable borders on image links */
a img
{
	border: none;
}

#copy, #Copy
{
	margin: 1em 0.5em;
	padding-bottom: 3em;
	width: 800px;
	float:left;
}

img#bigpic {display:none;}