@charset "utf-8";
/* CSS Document */
    #home-top
    {
        background:url(../../images/no_content/new/top_bg.jpg) no-repeat;
        height:37px;
        width:873px;
    }
    #home-bottom
    {
        background:url(../../images/no_content/new/bottom_bg.jpg) no-repeat;
        height:37px;
        width:873px;
    }        
	#home_content {
		margin:0px;
		min-height:282px;
		background:url(../../images/no_content/new/mid_bg.jpg);
		background-repeat: repeat-y;
		color:#fff;
		padding-right:20px;
		width:810px;
		padding-bottom:10px;
	}
	a {
		color:#fff;
	}
	a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#contact_us_text a {
		color:#000;
		text-decoration:none;
	}
	#contact_us_text a:hover {
		text-decoration:underline;
	}