	body
	{
		margin: 0;
		padding: 0;
		font: 13px hevetica, lucida, arial, sans-serif;
		text-align: center;
		color: #E3E3D3;
		background-color: #00001a;
	}
	a:link { color: #999; text-decoration: none; }
	a:visited { color: #696969;  text-decoration: none; }
	a:hover, a:active
	{
		color: #fff;
		text-decoration: none;
	}
	h2
	{
		color: #F0F0DF;
		font: 105% lucida, verdana, sans-serif;
		margin: 0 0 2px 5px;
	}
	h2 a { text-decoration: none; }
	h3
	{
		color: #F0F0DF;
		/* text-align: left; */
		font: 240% lucida, verdana, sans-serif;
		font-stretch: ultra-condensed;
		/* font-variant: small-caps; */
		letter-spacing: 1px;
		margin: 0 0 1px 2px;
	}
	h4
	{
		color: #F0F0DF;
		font: 120% lucida, verdana, sans-serif;
		margin: 0 0 5px 0;
	}
	h5
	{
		color: #888;
		font: 80% lucida, verdana, sans-serif;
		margin: 4px 0 0 0;
	}
	#container
	{
		position: relative; left: 0px; top: 0px;
		margin: 2em auto;
		width: 854px;
		border: 3px dotted #eeeeee;
		height: 460px; /* was 460 with menu */
		text-align: left;
		background-image: url(images/big_background.jpg);
		border: 1px solid #000000;
	}
	#header
	{
		position: relative; left: 0px; top: 0px;
		text-align: left;
		/* border: 1px dotted #eeeeee; */
		padding: 14px 0px 0px 18px;
		height: 80px;
	}
	#main
	{
		position: relative; left: 0px; top: 0px;
		padding: 0px 0px 0px 0px ;
		width: 854px;
		/* border: 1px dotted #ff0000; */
		height: 315px;
		font: 11px hevetica, lucida, arial, sans-serif;
		letter-spacing: 1px;
		line-height: 140%;
	}
	#main a
	{
		text-decoration: none;
		color: #E3E3D3;
	}
	/*	styling for any (links when hovering) within the lists in the nav section */
	#main a:hover
	{
		text-decoration: none;
		color: #bbb;
	}
	#main ul
	{
		margin: -10px 0 0 0px;
		padding: 0;
		list-style-type: none;
		/* border-left: 1px solid #aaaa9c; */
	}
	#main li
	{
		display: inline;
		padding: 0 0px;
		/* border-right: 1px solid #aaaa9c; */
	}
	#main li a
	{
		text-decoration: none;
		color: #E3E3D3;
	}
	#main li a:hover
	{
		text-decoration: none;
		color: #bbb;
	}
	#menu
	{
		background-color: #0a0a3a;
		font-size: 100%;
		padding: 2px 0;
	}
	
	#menu ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #aaaa9c;
	}

	#menu li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #aaaa9c;
	}

	#menu li a
	{
		text-decoration: none;
		color: #E3E3D3;
	}

	#menu li a:hover
	{
		text-decoration: none;
		color: #fff;
	}

	#leftbox
	{
		position: absolute; left: 0px; top: 0px;
		padding: 0px 20px 10px 20px ;
		width: 384px;
		/* border: 1px dotted #eeeeee; */
		height: 352px;
		font: 11px hevetica, lucida, arial, sans-serif;
		letter-spacing: 1px;
		line-height: 140%;
	}
	#rightbox
	{
		position: absolute; z-index: 2; left: 427px; top: -1px;
		padding: 0px 20px 10px 20px ;
		/* border: 1px dotted #eeeeee; */
		text-align: left;
		width: 384px; height: 352px;
	}
	#mediabox
	{
		position: absolute; z-index: 2; left: 20px; top: 12px;
		padding: 0px 0px 0px 0px ;
		/* border: 1px dotted #eeeeee; */
		text-align: left;
		/* background-color: #00001a; */
		width: 384px; height: 288px;
	}
	#footer
	{
		position: relative; left: 0px; top: 364px;
		text-align: center;
		/* border: 1px dotted #eeeeee; */
		font-size: 100%;
		padding: 6px 0;	
	}



