/* SITE-WIDE STYLES START */

html, body{
	background:#fff;
	margin:0;
}
#container{
	width:auto;
}

/* HEADER */

#header{
	height:80px;
}
#header #right #top_links{
	display:none;
}

/* FOOTER */

#footer #bottom #right{
	display:none;
}

/* BODY CONTAINER */

#body_container{
	width:auto;
}
#content{
	float:none;
	width:auto;
	padding:0 0 30px 0;
}

/* LEFT NAV */

#leftnav{
	display:none;
}

/* BREAD */
#bread{
	width:911px;
	margin:6px 0 20px 0;
}
#bread_icons{
	display:none;
}
#main_content p, #main_content h2{
	clear:both;
}
.callout{
	float:none;
}
.callout2{
	float:none;
}
.callout2_content{
	padding:0;
	width:220px;
}

/* MAIN CONTENT */

#main_content{
	margin:0;
	width:911px;
	clear:both;
}

/* BACK TO TOP */

.backtotop a{
	display:none;
}