body {
	margin: 0;
	padding: 0;
}

:focus { -moz-outline-style: none; }

#headerContainer {
	background: transparent url('../images/bg_header.gif') repeat-x top;
	height: 103px;
	border-bottom: 1px solid #fff;
}

#header{
	position: relative;
	z-index: 0;
	height: 103px;
}

div#header, div#main, div#footer{
	width: 986px;
}

#mainnavContainer {
	background: #393939 url('../images/bg_mainnav.gif') repeat-x top;
	margin: 0;
	padding: 0 0;
	float: left;
	width: 100%;
	vertical-align: top;
	clear: both;
}

#mainnav {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#breadcrumbContainer {
	clear: both;
	margin: 0;
	padding: 30px 0 5px 278px;
	background: #efefef url(../images/bg_mainContainer.jpg) repeat-x;
}

#breadcrumb {
	clear: both;
	margin: 0;
	padding: 0;
	background: #efefef;
}

#mainContainer {
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background: #efefef;
}

#mainContainer[id] {
	margin: -20px 0 0 0;
}

#main {
	clear: both;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_sidebar.gif) repeat-y;
}

#sidebar {
	background: transparent url(../images/bg_left.gif) no-repeat top left;
	float: left;
	width: 243px;
}

#content{
	width: 480px;
	margin: 0 0 0 0;
	padding: 0 0 35px 20px;
	display: inline;
	position: relative;
	float: left;
}

#toolbar {
	float: right;
	width: 190px;
	padding: 0 15px 0 0;
	display: inline;
	position: relative;
}

#footerLinkContainer {
	margin: 0;
	background: transparent url(../images/bg_footer_link.gif) no-repeat bottom left;
	padding: 0 0 10px 0;
}

#footerContainer{
	background: url(../images/bg_footer_bottom.jpg) left bottom no-repeat;
	height: 80px;
}

#footerContainer[id] {
	height: auto;
	min-height: 80px;
}

#footer .logo {
	height: 100%;
	float: left;
	width: 205px;
}

#footer .copyright {
	height: 100%;
	float: right;
	color:#afafaf;
	font:0.7em Arial;
	text-indent:1.5em;
	margin-left:-220px;
	padding-top:20px;
	width:220px;
}
