@charset "UTF-8";
/* CSS Document */

#flash_holder {
	width: 990px;
	height: 346px;
	float: left;
	margin: 5px 5px 5px 5px;
	}

.flash_header {
        width: 1000px;
        height: 350px;
        background: url(../../graphics/index/main/main-001.jpg) no-repeat;
        display: block;
	text-indent:-9999px;
}
	
#main_content {
	width: 645px;
	float: left;
	margin: 0px 5px 0px 5px;
	}
	
#main_holder {
		width: 645px;
		height: 120px;
	        float: left;
	        }

		.main_image {
		width: 645px;
		height: 120px;
                display: block;
                background: url(../../graphics/index/wide/wide-001.jpg) no-repeat;
	        text-indent:-9999px;
		}
		
		#main_body {
		margin-top: 5px;
		width: 645px;
		}

#index_content {
      padding: 0px 0px 40px 0px;
	background: #1e1d1d;
	width: 100%;
	float: left;
	}
	
#sub_content {
	width: 340px;
	float: left;
	}

#sub_holder {
		width: 340px;
		height: 120px;
	        float: left;
	        }
	
		.sub_image {
		width: 340px;
		height: 120px;
                display: block;
                background: url(../../graphics/index/sub/sub-001.jpg) no-repeat;
	        text-indent:-9999px;
		}
		
		#sub_body {
		margin-top: 5px;
		width: 340px;
		}