body {
	background-color: #fff;
	background-image: url('/templates/1/images/home_background_left_2.jpg');
	background-repeat: no-repeat;
	}
	
div#header-outerwrapper {
	background-image: url('/templates/1/images/home_header_background.jpg');
	background-repeat: repeat-x;

	}

div#header-logo {
	background-image: url('/templates/1/images/home_header.jpg');
	background-repeat: no-repeat;
        width: 535px;
        height: 244px;
        position: absolute;
        left: 0px;
        top: 0px;
	}

div#header-flash {
        width: 53px;
        height: 24px;
        overflow: hidden;
        position: absolute;
        left: 550px;
        top: 0px;
        width: 493px;
        height: 244px;
	}

div#header-homelink {
	position:absolute;
	top: 18px;
	left: 38px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	}

div#leftColumn-outerwrapper {
	background-color: transparent;
	}

div#leftColumn-innerwrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

div#content-outerwrapper-1,
div#content-outerwrapper-2 {
	background-image: url('/templates/1/images/content_bg.png');
	background-repeat: repeat-y;
	}
div#content-innerwrapper {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	
div#footer-outerwrapper {
	background-image: url('/templates/1/images/home_footer_background.jpg');
	background-repeat: repeat-x;
    background-color: #e9e9e9;
    height: 113px;
	}
div#footer-innerwrapper {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: black;
	text-align: center;
	}
