/*
-------------------------------------------------------------- 
 IE 7 8 fix - NOT responsive ONLY widescreen 
-------------------------------------------------------------- 
*/

.wrapper {
	width: 980px;
}

#main {
	width:808px;
	padding:0;
}
#content {
		width:510px;
		float: right;
		margin-right: 0;		
		padding-right: 15px;
}
#left-sidebar {
	width:250px;
	float: left;	
	margin-left:0;
}
#right-sidebar {
	right:0;			
	display: block;
	position: relative;
	display:block;
	background-color: #f9f9f9;
}

#rightBarToggle {
	display:none;
}

nav#top-right-menu{
	display:none;
}	

header nav ul{
	display:block;
}

#site-title a{
	width: 116px;
	background: url(images/safsprites.png) no-repeat -33px -1px;
}
