@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #AED4C7;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #656079;
	line-height: normal;
}
#navmenu  {
	position: relative;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 862px;
	z-index: 2;
	top: 35px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center top;
	clip: rect(auto,auto,auto,auto);
}
#wrapper #background-top {
	position: relative;
	z-index: 1;
	background-image: url(/images/back/back-top01.png);
	height: 220px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 850px;
}

.caption01 {
	font-size: 11px;
	line-height: normal;
}

:focus { outline: 0;};

