
	body
	{
		padding: 0px;
		margin: 0px;
		overflow:hidden;
	}
	
	#navtoggler
	{
		position: absolute;
		left: 10px;
		top: 96px;
		font: bold 11px arial;
	}
	
	#navtoggler a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#styleswitcher
	{
	    display: none;
		position: absolute;
		left: 957px;
		top: 95px;
		height: 16px;
		overflow: hidden;
	}
	
	#styleswitcher ul
	{
	    margin: 0px;
	    padding: 0px;
	}
	
	#styleswitcher li
	{
        margin-right: 1px;
	    padding: 0px;
	    list-style-type: none;
	    float: left;
	}

	#top_greybar
	{
		margin-top: 1px;
		background: #212121;
		height: 17px;
		width: 100%;
		font-size: 1px;
	}
	
	.logo-strip a
	{
		margin:0px 10px
	}
