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

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-color:#192637;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

.container {
	width:800px;
	margin:0px auto;
	padding:0px;
}

.header {
	width:800px;
	height:140px;
	text-align:center;
	padding-top:20px;
}

.content_top {
	width:800px;
	height:211px;
	background-image:url(../images/content_top.jpg);
	background-repeat:no-repeat;
}

	.advertising {
		width:760px;
		height:136px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:36px;
		color:#192637;
		padding:40px 0px 0px 40px;
	}
	.navigation {
		width:800px;
		height:35px;
		text-align:center;
		color:#FFFFFF;
		font-size:16px;
		font-weight:500;
	}
		.navigation ul {
			margin:0px;
			padding:0px;
		}
		.navigation ul li {
			margin:0px 10px;
			padding:0px;
			display:inline;
			list-style-type:none;
		}
		.navigation ul li a {
			color:#FFFFFF;
			display:inline-block;
			padding:9px 15px 0px 15px;
			text-decoration:none;
			height:26px;
		}
		.navigation ul li a:hover {
			color:#192637;
			background-color:#FFFFFF;
			background-repeat:no-repeat;
		}

.content_middle {
	width:780px;
	min-height:300px;
	background-color:#FFFFFF;
	padding:10px;
	color:#333333;
	overflow:hidden;
	background-image:url(../images/roof_background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
	.content_middle ul {
		font-size:13px;
	}
	.content_middle_left {
		width:350px;
		float:left;
	}
	.content_middle_right {
		width:430px;
		float:right;
	}

.content_bottom {
	width:800px;
	height:28px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
}

.footer {
	width:800px;
	overflow:hidden;
	margin-bottom:10px;
}
	.footer_left {
		width:170px;
		float:left;
		margin-top:30px;
	}
		.footer_left a {
			color:#FFFFFF;
			text-decoration:none;
		}
		.footer_left a:hover {
			color:#304B70;
		}
	.footer_right {
		width:630px;
		float:right;
		text-align:right;
	}
		.footer_right ul li {
			margin:0px 4px;
			display:inline;
			list-style-type:none;
			vertical-align:top;
		}