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

#imagepane {
	height: 229px;
	background-image: url(../images/layout/background_imagepane.gif);
}


	#imagepane_left {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 268px;
		height: 204px;
		background-image: url(../images/layout/imagepane_left1.jpg);
		background-repeat: no-repeat;
		background-color: #cc9900;
		z-index: 500;
	}
	
	#imagepane_middle {
		position: absolute;
		top: 0px;
		left: 300px;
		width: 300px;
		height: 204px;
		color: #FFF;
		background-color: transparent;
		z-index: 800;
	}
	
	#imagepane_right {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 414px;
		height: 204px;
		background-image: url(../images/layout/imagepane_right1.jpg);
		background-repeat: no-repeat;
		background-color: #cc9900;
		z-index: 500;
	}
	
#content {
	width: 945px;
	height: 330px;
}

	#content_pane_1 {
		position: absolute;
		top: 20px;
		left: 15px;
		width: 265px;
		height: 278px;
		padding: 0 5px 0 10px;
		color: #333333;
		background-image: url(../images/layout/background_home_1.gif);
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	#content_pane_1 p {
		font-size: 11px;
	}
	
	#content_pane_1 a {
		color: #FF6600;
	}
	
	#content_pane_1 a:hover {
		color: #000;
	}
	
	#content_pane_1 h1 {
		margin-top: 16px;
	}

	.content_pane_header {
		position: absolute;
		top: 0px;
		left: 1px;
		width: 306px;
		height: 25px;
	}
	
		.content_pane_header h2 {
			font-size: 14px;
			color: #FFF;
			letter-spacing: 0px;
			margin-top: 6px;
			margin-left: 6px;
		}
	
	.content_pane_body {
		position: absolute;
		top: 30px;
		left: 1px;
		width: 298px;
		height: 25px;
		padding: 4px;
	}
	
		.content_pane_body h2 {
			font-size: 12px;
			color: #000;
			letter-spacing: 0px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		
			.content_pane_body h2 a {
				color: #FF6600;
				text-decoration: underline;
			}
			
			.content_pane_body h2 a:hover {
				color: #000;
				text-decoration: underline;
			}
		
		.content_pane_body img {
			padding-right: 5px;
			padding-bottom: 15px;

		}
		
		.content_pane_body p {
			font-size: 10px;
			color: #000;
			letter-spacing: 0px;
			line-height: 12px;
			margin: 5px 0 0 0;
			padding: 0 0 0 0;
		}
		
		.content_pane_body .mini_link {
			text-align: right;
			width: 280px;
			height: 7px;
			margin-top: 3px;
			margin-bottom: 3px;
		}
		
	#content_pane_2 {
		position: absolute;
		top: 20px;
		left: 310px;
		width: 308px;
		height: 275px;
		background-image: url(../images/layout/background_home_2.gif);
		background-repeat: no-repeat;
		background-color: transparent;
	}
	
	#content_pane_3 {
		position: absolute;
		top: 20px;
		left: 618px;
		width: 308px;
		height: 275px;
		background-image: url(../images/layout/background_home_3.gif);
		background-repeat: no-repeat;
		background-color: transparent;
	}