	#body
	{
		background-color:#eeeeee;
		height:80%;
		margin:0 auto;
	}
	
	#topbar
	{
		background-color:Black;
		width:780px; 
		height:42px;
		float:left;
	}
	
	#toplogo
	{
		float: left;
	}
	
	#toptext
	{
		margin:0 auto;
		color:lightgray;
		height:42px;
		padding-top: 5px;
	}

	#navcontainer
	{
		background-color:#FF6600;
		width:780px; 
		padding-top:3px;
		padding-bottom:6px;
	}
	
	#navlist
	{
		margin: 0 auto;
		float: left;
		padding-top:3px;
		padding-bottom:3px;
	}
	
	#navlist li
	{
		display: inline;
		list-style-type: none;
		margin-right: 20px;
	}
	
	#navlist a
	{
		color:White;
		text-decoration: none;
	}
	
	#container
	{
		width:780px; 
		margin:0 auto;
		border: auto;
	}

	#container-center2
	{
		float:left;
		background-color:lightgray;
		width: 100%;
		overflow:hidden;
		position:relative;
	}
	
	#container-center
	{
		float:left;
		width: 100%;
		background-color:#FF6600;
		position:relative;
		right:619px;
		
	}

	#column_left
	{
		width:161px; 
		float:left;
		position:relative;
		left:619px;
	}

	#column_right
	{
		width:589px;
		position:relative;
		left:639px;
		margin-left: 161px;
		margin-top: 10px;
	}

	div.spacer
	{
		clear:both; 
		height:10px; 
		display:block;
	}

	#footer
	{
		clear:both;
		background-color:Black;
		width:auto; 
		display:block; 
		padding:10px;
		font-size:11px; 
		color:lightgray;
		padding-left:30px;
	}
	
	.bodytext
	{
		width:100%;
	}
	
	h3
	{
		margin: 0;
	}
	
	.productlist
	{
		margin-top: 0;
	}
