body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

a img {
	border-width: 0px;
}

strong {
  font-weight: normal;
}

.no-nostrong strong {
  font-weight: bold;
}

/* Content-Page */

#wrapper {
	width: 945px;
	margin: 0px auto;
	border: 1px solid #CCC;
	background: url(../images/bg_content_00.gif) top right repeat-y #FFF;
}

#header {
	height: 205px;
	background: url(../images/bg_header_01.jpg) top left no-repeat;
}

#navigation_service {
	position: absolute;
	top: 115px;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

#navigation_service ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation_service li,
#navigation_service p {
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigation_service a,
#navigation_service p {
	display: block;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 0px 6px;
	border-right: 1px solid #FFF;
}

#navigation_service a:hover {
	color: #000;
}

#navigation ul,
#navigation p
{
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	padding: 2px 0px 2px 15px;
}

#navigation p,
#navigation a {
	display: block;
}

#navigation li.active {
	background: url(../images/dot_00.gif) center left no-repeat;
}

#main {
  width: 670px;
}

#main a {
	text-decoration: underline;
}

#footer {
	height: 10px;
	width: 100%;
	padding: 30px 0px;
	background: url(../images/bg_content_00.gif) top right repeat-y #FFF;
	text-align: center;
	font-size: 9pt;
}

#footer .inside {
	text-align: center;
	font-size: 9pt;
}
