*
{
	font-size: 11pt;
	font-family: Arial Helvatica Sans Serif
}

/* All links on the site */
a
{
	color: #88F;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-color: black;
}

#everything
{
	width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: solid 4px orange;
	background-color: black;
}

#heading
{
	color: white;
	text-align: center;
	padding: 40px;
	font-size: 20pt;
	font-weight: bold;
	background-color: #EEE;
	background-image: url("/images/assets/header_bg.jpg");
}

#content
{
	background-color: #333;
	padding: 1px;
}

#wrapper
{
	margin: 10px;
}

#navigation
{
	text-align: center;
	padding: 12px 42px 12px 40px;
	background-color: #FFC;
}

#navigation_nodes {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation_nodes li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	background-color: black;
	
	list-style: none;
	display: inline;
}

#navigation_nodes li:hover {
	margin-left: 0;
	margin-bottom: 0;
	padding: 3px 15px 6px;
	border: 1px solid #000;
	
	background-color: #333;
	
	list-style: none;
	display: inline;
}

#navigation_nodes li a
{
	text-decoration: none;
	color: black;
	color: white;
}

#navigation_nodes li.selected
{
	margin-left: 0;
	margin-bottom: 0;
	padding: 5px 15px 8px;
	border: 1px solid #000;
	
	list-style: none;
	display: inline;
	background-color: white;
	color: #666;
}

#navigation_footer
{
	text-align: center;
	padding: 5px;
	background-color: #333;
	clear: both;
}

a img
{
	border: none;
}

