/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F3F7FD;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#content {
}

#header {
	background-image: url('/images/ylh2_05.jpg');
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	margin: 0;
	float: left;
	height: 67px;
}

#headerNav {
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	padding: 10px 20px;
}

#headerNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#headerNav a:hover {
	color: #0A579F;
}

#headerNav li {
	float: left;
	padding: 0 10px;
}

#footer {
	height: 100px;
	width: 1050px;
	padding-top: 20px;
}

#footerInfo {
}

#footerNav {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	color: #ABD0F5;
	width: 300px;
	padding: 15px 0;
}

#footerNav a {
	color: #ABD0F5;
	text-decoration: none;
}

#footerNav li {
	float: left;
	padding: 0 5px;
}

.submenu1 a:link, .submenu1 a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.submenu1 a:hover {
	text-decoration: underline;
	color: #0B636B;
}

#fullPost {
	font-size: 12px;
}

#fullPost p {
	line-height: 18px;
}