* {
	box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
}

body {
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#homeContainer {
	text-align: left;
	width: 863px;
	margin-left: auto;
	margin-right: auto;
	padding: 38px 57px 0 0;
}

#channelBar {
	width: 749px;
	margin: 0 0 0 57px;
	padding: 0;
	background: url("channel_bar_bg.gif") repeat-x;
}

#homeContentTable {
	width: 776px;
	margin: 47px 0 50px 30px;
	clear: both;
}

#homeContentTable td {
	/* border: 1px solid green; */
	vertical-align: top;
}

#left {
	width: 229px;
}

#shortcutsBar {
	width: 229px;
	background: url("shortcuts_bg_top.gif") no-repeat;
	padding: 0;
}

#shortcutsBar div {
	height: 385px;
	margin: 0;
	padding: 0 0 145px 27px;
	background: url("shortcuts_bg_bottom.gif") left bottom no-repeat;
}

#shortcutsHead {
	height: 49px;
	width: 202px;
	text-indent: -9000px;
	background: url("headline_shortcuts.gif") no-repeat;
	margin: 0;
}

#shortcutsBar #shortcutsContent {
	margin: 0 0 0 24px;
	padding: 0;
	width: 151px;
	background-image: none;
	height: auto;
}

#shortcutsBar #shortcutsContent a:link, #shortcutsBar #shortcutsContent a:visited,
#shortcutsBar #shortcutsContent td a:link, #shortcutsBar #shortcutsContent td a:visited {
	color: white;
}

#center {
	width: 329px;
	padding: 0 0 0 34px;
}

#welcomeHead {
	width: 126px;
	height: 26px;
	text-indent: -9000px;
	background: url("headline_welcome.gif") no-repeat;
	margin: 0;
}

#right {
	width: 218px;
	padding: 0 0 0 24px;
}

#announcementsHead {
	width: 119px;
	height: 13px;
	text-indent: -9000px;
	background: url("headline_announcements.gif") no-repeat;
	margin: 8px 0 0;
}

#headlinesHead {
	width: 70px;
	height: 13px;
	text-indent: -9000px;
	background: url("headline_headlines.gif") no-repeat;
	margin: 40px 0 0;
}

address {
	margin: 10px 0 0 34px;
	font-size: 11px;
	color: #510904;
	font-style: normal;
}

#intHeader {
	height: 199px;
	width: 100%;
	background: url("int_header_bg.gif") no-repeat;
	padding: 76px 0 0 217px;
}

#intSchoolName {
	width: 701px;
	height: 66px;
	text-indent: -9000px;
	background: url("int_schoolname_dunkirkcsd.gif") no-repeat;
	margin: 0;
	padding: 0;
}

#intChannelBar {
	margin: 0;
	padding: 0;
	width: 900px;
}

#intSidebar {
	height: 562px;
	width: 217px;
	background: url("int_sidebar_bg.gif") left bottom no-repeat;
	margin: 0 0 40px;
	padding: 24px 15px 150px 32px;
}

#intSidebar h2 {
	color: #841614;
	font-size: 18px;
	margin: 0 25px 8px 0;
}

#subsiteHomeTable {
	width: 100%;
	margin: 0;
}

#subsiteHomeTable td {
	vertical-align: top;
}

#subLeft {
	width: 217px;
	padding: 0;
}

#subCenter {
	padding: 25px 0 0 34px;
}

#subRight {
	width: 218px;
	padding: 25px 0 0 24px;
}

#homeHeader > script { display: none; }

