body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url('images/body_bg.png');
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}
div#page-container {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
    background-image: url('images/content_bg.png');
    background-repeat: repeat-y;
    background-position: left top;
}
div#page-wrapper {
    margin: 0;
    padding: 0;
}
div#page {
    margin: 0;
    padding: 0;
}
div#header-container {
    background-image: url('images/header_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    padding: 0;
}
div#header-wrapper {
    margin: 0;
    padding: 0;
}
div#header {
    margin: 0;
    padding: 0;
}
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#main-container {
    margin: 0;
    padding: 0;
}
div#main-wrapper {
    margin: 0;
    padding: 0;
}
div#main {
    margin: 0;
    padding: 0;
}
div#content-container {
    margin: 0;
    padding: 0;
}
div#content-wrapper {
}
div#content {
    padding: 20px;
}
div#footer-container {
    background-image: url("images/footer_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    padding: 0;
}
div#footer-wrapper {
    margin: 0;
    padding: 0;
}
div#footer {
    margin: 0;
    padding: 20px;
}
div#extra-a-container, div#extra-b-container, div#extra-c-container {
    display: none;
}
div#sidebar-a-container {
    background-repeat: no-repeat;
    background-position: left top;
	min-height: 240px;
}
div#sidebar-b-container {
    background-repeat: no-repeat;
    background-position: left top;
	min-height: 240px;
}



div.footertext p,
div.footertext a {
	color: white;
}




div.homelink {
	background: none repeat scroll 0 0 transparent !important;
    color: black !important;
    height: 130px !important;
    left: 10px !important;
    margin: 0 !important;
    position: absolute !important;
    top: 10px !important;
    width: 360px !important;
}
div.homelink a {
	height: inherit;
	width: inherit;
	display: block;
	text-indent: -9999px;
}


div.widget_menu_mainmenu {
	margin-top: 10px !important;
}