body {
	background-color: #F7F8FC;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

#wrapper {
	overflow: hidden;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	font-size: 0.8em;
	background-color: white;
}

.clear_float {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.linelist li {
	display: inline;
	margin-right: 1em;
}

#header {
	overflow: hidden;
	width: 950px;
	margin-bottom: 10px;
	/*background-color: lightyellow;*/
}

	#header img {
		float: left;
		margin-right: 20px;
	}

	#header li {
		float: left;
		margin: 10px 15px 10px 0;
		/*background-color: lightcyan;*/
	}

	#header p {
		float: left;
		width: 390px;
		margin: 0 10px 0 10px;
		line-height: 1.5em;
		color: dimgray;
		/*background-color: lightcyan;*/
	}

#main {
	float: left;
	overflow: hidden;
	width: 600px;
	margin: 0 10px 0 0;
	/*background-color: red;*/
}

#main_sub {
	float: left;
	width: 175px;
	margin: 0 10px 0 0;
	/*background-color: lightyellow;*/
}

#footer {
	overflow: hidden;
	color: dimgray;
	line-height: 1.3em;
	border-top: 1px solid lightgrey;
}

	#contact {
		float: left;
		width: 500px;
	}

	#copyright {
		float: left;
		font-size: 0.9em;
		width: 450px;
	}