@charset "utf-8";
/* CSS Document */

body 
	{
		margin: 0px;
		padding: 0px;
		background-color: #202020;
		scrollbar-arrow-color: #7C8484;
		scrollbar-3dlight-color: #7C8484;
		scrollbar-darkshadow-color: #2C3A33;
		scrollbar-face-color: #2C3A33;
		scrollbar-highlight-color: #2C3A33;
		scrollbar-shadow-color: #7C8484;
		scrollbar-track-color: #70717F;
	}
	
	#harness
	{
		width: 928px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	#top
	{
		width: 928px;
		height: 95px;
		float: left;
		display: inline;
	}
	
	#logo
	{
		width: 400px;
		height: 80px;
		float: left;
		display: inline;
	}
	
	#nav_text
	{
		width: 500px;
		height: 25px;
		float: right;
		display: inline;
		font-family:"Myriad Pro", Corbel, Tahoma, Verdana;
		font-size: 17px;
		font-weight:normal;
		color: #d1DCDC;
		text-align: right;
		margin-right: 15px;
		margin-top: 48px;
	}
	
	#shadow_left_harness
	{
		width: 4px;
		float: left;
		display: inline;
	}
	
	#shadow_right_harness
	{
		width: 4px;
		float: left;
		display: inline;
	}
	
	#shadow_left
	{
		width: 4px;
		height: 500px;
		background-image: url(images/shadow_left.png);
		float: left;
		display: inline;
	}
	
	#shadow_left_extended
	{
		width: 4px;
		background-image: url(images/shadow_left_extended.png);
		background-repeat: repeat-y;
		float: left;
		display: inline;
	}
	
	#shadow_right_extended
	{
		width: 4px;
		background-image: url(images/shadow_right_extended.png);
		background-repeat: repeat-y;
		float: left;
		display: inline;
	}
	
	#shadow_right
	{
		width: 4px;
		height: 500px;
		background-image: url(images/shadow_right.png);
		float: left;
		display: inline;
	}
	
	#shadow_bottom
	{
		width: 928px;
		height: 11px;
		background-image: url(images/shadow_bottom.png);
		background-repeat: no-repeat;
		float: left;
		display: inline;
		margin-bottom: 10px;
	}
	
	#content_background
	{
		width: 920px;
		height: 500px;
		float: left;
		display: inline;
	}
	
	#disclaimer
	{
		width: 929px;
		float: left;
		display: inline;
		margin-bottom: 10px;
		font-family:"Myriad Pro", Corbel, Tahoma, Verdana;
		font-size: 12px;
		font-weight:normal;
		color: #d1DCDC;
		text-align: center;
	}
