#header {
	width: 864px;
	height: 201px;
	background: url(../../images/editable_images/white_hdr.png) no-repeat;
}

#main {
	background: url(../../images/white_middle.png) repeat-y;
}

#contentBottom {
	width: 864px;
	height: 27px;
	margin-bottom: 24px;
	background: url(../../images/white_bottom.png) no-repeat;
}

#navcontainer li {
	background: url(../../images/menuitem_dark.jpg) no-repeat 0 -33px;
}

html>body #navcontainer li {
	background: url(../../images/menuitem_dark.png) no-repeat 0 -33px;
}

#navcontainer a {
	background: url(../../images/menuitem_dark.jpg) no-repeat 0 -33px;
}

html>body #navcontainer a {
	background-image: none;
}

#navcontainer a:hover {
	background: url(../../images/menuitem_dark.jpg) no-repeat 0 0;
}

html>body #navcontainer a:hover {
	background: url(../../images/menuitem_dark.png) no-repeat 0 0;
}

#navcontainer ul ul li {
	background: none no-repeat 0 0;
}

#navcontainer ul ul a {
	color: #d9d9d9;
	background-image: none;
}

html>body #navcontainer ul ul a {
	color: #d9d9d9;
	background-image: none;
}

#navcontainer ul ul a:hover{
	color: #fafafa;
	background-image: none;
}

#navcontainer ul ul #current{
	color: #fafafa;
}

#sidebarTop {
	background: url(../../images/sidebartop_dark.png) no-repeat;
}

#sidebarBottom {
	background: url(../../images/sidebarbottom_dark.png) no-repeat;
	width: 176px;
	height: 17px;
}

#sidebarContent {
	font-size: 11px;
	line-height: 19px;
	background: url(../../images/sidebarmiddle_dark.png) repeat-y;
}

#archiveTop {
	background: url(../../images/archivetop_dark.png) no-repeat;
}

#archiveBottom {
	background: url(../../images/archivebottom_dark.png) no-repeat;
}

#archives {
	background: url(../../images/archivemiddle_dark.png) repeat-y;
}

