.clear {
	clear: both;
}
* {
	margin: 0;
	padding:0;
}
body {
	background-color: #e5eff8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
}
p {
	margin-top: 1em;
	line-height: 1.4em;
	color: #8ca1b3;
}
h1 {
	font-size: 2.3em;
	line-height: 1em;
	margin: 0;
	color: #8ca1b3;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0 0 0;
	color: #8ca1b3;
	font-weight: normal;
}
a {
	text-decoration: none;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#header {
	width: 100%;
	height: 165px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 2px solid #ffffff;
}
.logo {
	position: absolute;
	left: 0;
	top: 25px;
}
.grass {
	position: absolute;
	right: 30px;
	top: 105px;
}
#contentWrapper {
	float: left;
	width: 100%;
	margin-top: 2em;
	min-height: 20em;
}
.columnL {
	margin: 2em 0 0 0;
	float: left;
	width: 35%;
}
.columnR {
	margin: 2em 0 0 0;
	float: right;
	width: 57%;
}
.columnL100 {
	margin: 2em 0 0 0;
	float: left;
	width: 100%;
}
ul.province {
	width: 200px;
	list-style-type: none;
}
ul.province li a {
	width: 100%;
	display: block;
	background-color: #edf4fa;
	border-top: 1px solid #cedfed;
	border-left: 1px solid #ffffff;
	margin: 5px 0 0 0;
	padding: .5em;
}
ul.province li a:hover {
	background-color: #ffffff;
	border-top: 1px solid #cedfed;
	border-left: 1px solid #ffffff;
}
ul.province li a:active {
	background-color: #ffffff;
	border-top: 1px solid #cedfed;
	border-left: 1px solid #ffffff;
}
ul.province li a:selector {
	background-color: #000000;
}

