body {
	padding: 0;
	margin: 0;
	background-image: url('images/site_bg.png');
	background-repeat: repeat;
	}

p {
	padding: 0;
	margin: 0 0 10px 0;
}
	
div#header-container {
	background-image: url('images/header_bg.png');
	background-repeat: no-repeat;
	}
div#header-wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	} 
	
div.homelink a {
	width: inherit;
	height: inherit;
	display: block;
}
	
div#main-menu {
    bottom: 0;
    left: 1px;
    position: absolute;
    width: 958px;
    z-index: 100;
}
div#secondary-menu {
    top: 1px;
    font-size: 12px;
    font-weight: normal;
    right: 1px;
    position: absolute;
    width: auto;
    z-index: 100;
	text-align: right;
}

div#sidebar-a-container {
	background-color: transparent;
	}
div#sidebar-a-wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

div#content-container {
	background-image: url('images/content_inner_bg.png');
	background-repeat: repeat-y;
	}
	
div#content-wrapper {
	padding: 15px 20px 17px;
	}

div#sidebar-b-container {
	background-color: #cccccc;
	}
div#sidebar-b-wrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
div#footer-container {
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	}
	
div#footer-wrapper {
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}