@charset "UTF-8";
/* CSS Document */
html {
	overflow-y:scroll;
	margin-bottom:1px;
	height:100%;
}

body {
	text-align:center;
	background-color:#666;
	color:#666;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#FF9;
	text-decoration:underline;
}
 
#wrap {
	width:100%;
	text-align:justify;
	background-color:#FFF;
}

#head {
	background-color:#FFF;
	padding-top:10px;
	position:relative;
}

*html #head {
	margin-bottom:0;
}

#head h1 {
	text-align:left;
	margin-bottom:5px;
	margin-left:1em;
}

#head #contact {
	position:absolute;
	top:15px;
	right:1em;
}

#head #menu {
	position:relative;
	overflow:hidden;
	width:900px;
	margin:0 auto;
}

*html #head #menu {
	margin-bottom:0;
}

#head #menu ul {
	position:relative;
	left:50%;
	float:left;
}

#head li {
	position:relative;
	left:-50%;
	float:left;
	margin-right:5px;
}

#footer {
	border-top:#666 solid 5px;
	background-color:#666;
	text-align:center;
	color:#FFF;
	font-size:90%;
	padding:5px 0px 20px 0px;
	line-height:150%;
}

.clear {
	clear:both;
}

.txtcenter {
	text-align:center;
}

.f09 {
	font-size:90%;
}

em {
	font-weight:bold;
}