body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/bg-inside.gif') repeat-x;
	color: #585858;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 113px;
	width: 960px;
	}

#header-left {
	float: left;
	width: 412px;
	}
	
#header-right {
	float: right;
	width: 548px;
	}

#logo {
	margin: 32px 0 0 0;
	padding: 0;
	height: 83px;
	width: 267px;
	}

#header .departments {
	margin: 0 0 0 2px;
	}
	
#header .department {
	float: left;
	margin: 83px 9px 0 0;
	}

#content {
	background: url('images/bg-content-inside.gif') repeat-y;
	margin: 0;
	}