	body {
		margin:0px;
		padding:0px;
		background-image:url('/images/header-background.gif');
		background-repeat:repeat-x;
		background-position: top left;
		text-align:center;
		font-family: Arial, Sans Serif;
		font-size:13px;
	}
	#content-wrap {
		width:980px;
		margin:0 auto;
		text-align:left;
	}
	#header {
		margin-top:20px;
		height:62px;
	}
	#header-logo {
		float:left;
		width:360px;
	}
	#header #search {
		text-align:right;
		float:right;
		width:300px;
		margin-top:20px;
	}
	#top-navigation {		
		height:37px;
		margin-top:13px;
	}
	#breadcrumbs {
		margin-bottom:30px;	
	}
	#content-body {
		margin-top:30px;
	}
	
	#social-wrap {
		height:40px;
		background-image:url('/images/social-background.gif');
		background-repeat:no-repeat;
		background-position: top right;
		margin-bottom:16px;
	}
	#content-footer {
		margin-bottom:12px;
	}
	#footer-links {
		margin-top:60px;
	}
	#footer-left {
		width:133px;
		float:left;
	}
	#footer-right {
		width:800px;
		float:left;
		margin-left:40px;
	}


		
