
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial;
	font-size: 12px;
	color: white;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

ul {
	margin-left: 20px;
}

a {
	text-decoration: none;
	color: white;
}

#content a {text-decoration: underline; color: #999999;}
#content a:hover {text-decoration: underline; color: #ffffff;}

h1 {
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 28px;
}

h2 {
	margin: 12px 0;
	font-size: 16px;
}

#container {
	
}

	#head {
		height: 110px;
		background: url('/images/head_bg.jpg') repeat-x left top;
	}
	
		#logo {
			height: 110px;
			background: url('/images/head_logo.jpg') no-repeat left top;
		}
	
	#menu {
		font-size:11px;
		height: 22px;
		background: url('/images/menu_bg.jpg') repeat-x left top;
	}
	
		#menu a {
			font-size:11px;
			float: left;
			display: block;
			width: 130px;
			height: 18px;
			padding: 4px 0 0 0;
			text-align: center;
			text-transform: uppercase;
			font-weight: bold;
		}
		
			#menu a:hover {
				text-decoration: underline;
				color: #DA9A23;
			}
		
			#menu a.active {
				color: black;
			}
	
		.submenu {
			display: none;
			top: 0;
			left: 0;
			position: absolute;
			background-color: #EBEBEB;
		}

		.submenu a {
			font-size:11px;
			display: block;
			padding: 6px 10px;
			text-align: left;
			cursor: pointer;
			text-decoration: none;
			color: gray;
		}

		.submenu a:hover {
			background-color: #FFFFFF;
		}
	
	#middle {
		background: url('/images/middle_bg_color.jpg') repeat;
	}
	
		#middle_bg {
			background: url('/images/middle_bg.jpg') repeat-x left top;
		}
	
			#middle_bg_pattern {
				background: url('/images/middle_bg_pattern.jpg') no-repeat right top;
				padding: 68px 0 48px 80px;
			}
		
				#content {
					width: 822px;
					min-height: 660px;
					line-height: 18px;
					word-spacing: 1px;
				}
			
					.news_list {
						margin-top: 50px;
					}
				
						.news_list_item {
							float: left;
							width: 220px;
						}
					
							.news_list_item.middle {
								width: 220px;
								margin: 0 40px;
								padding:0 40px;
								border-left: 1px solid white;
								border-right: 1px solid white;
							}
					
							.news_list_item img {
						
							}
				
					.large_buttons {
						width: 822px;
						margin: 40px 0 0 0;
					}
				
						.large_buttons td {
							width: 389px;
							padding-left: 10px;
							background: url('/images/large_buttons_bg.jpg') repeat-x left top;
						}
					
							.large_buttons td img {
								float: left;
							}
						
							.large_buttons td img.link {
								cursor: pointer;
							}
						
							.large_buttons td div {
								margin-left: 170px;
								padding-top: 32px;
								font-size: 16px;
							}
					
						.large_buttons .end_left, .large_buttons .end_right {
							width: 12px;
							height: 98px;
							padding: 0;
						}
						.large_buttons .end_left {
							background: url('/images/large_buttons_bg_left.jpg') no-repeat left top;
						}
					
						.large_buttons .end_right {
							background: url('/images/large_buttons_bg_right.jpg') no-repeat left top;
						}

.clear {
	clear: both;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}
