body {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: center;
	font: normal 0.5em/1.5em Verdana, Helvetica, sans-serif;
	color: black;
	background: #3e5194;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* conatiner */

.container {
	width: 821px;
	margin: 0px auto 0;
	background: url(../images/bg.jpg) left top repeat-y;
}
.clearing {
	clear: both;
}

/* top */

#top {
	display: block;
	width: 850px;
	height: 241px;
	position: relative;
	left: -15px;
	clip: rect(auto,auto,auto,-15px);
}

/* nav */

.nav {
	float: left;
	width: 170px;
	margin: 0 0 0 3px;
}
*:lang(en) .nav {
	margin: 0 0 0 40px;
}

#nav_01 {
	display: block;
	margin: 20px 0 0;
	height: 90px;
	width: 97px;
	background: url(../images/nav_01.jpg) left top no-repeat;
}
#nav_02 {
	display: block;
	margin: 20px 0 0;
	height: 90px;
	width: 97px;
	background: url(../images/nav_02.jpg) left top no-repeat;
}
#nav_03 {
	display: block;
	margin: 20px 0 0;
	height: 90px;
	width: 97px;
	background: url(../images/nav_03.jpg) left top no-repeat;
}
#nav_04 {
	display: block;
	margin: 20px 0 40px;
	height: 90px;
	width: 97px;
	background: url(../images/nav_04.jpg) left top no-repeat;
}

/* content */

.content {
	width: 600px;
	padding: 0 0 60px 0;
	float: left;
	text-align: left;
	margin: 0 0 0 0px;
}
*:lang(en) .content {
	margin: 0;
}

.content h1 {
	font-size: 2.25em;
	line-height: 1em;
	padding: 50px 65px 20px 20px;
}
.content h1 span {
	font-weight: normal;
	font-size: 0.6em;
}
.content p {
	font-size: 1.4em;
	line-height: 1.75em;
	text-align: justify;
	padding: 10px 65px 10px 20px;
}
.content ul {
	font-size: 1.4em;
	line-height: 1.75em;
	text-align: justify;
	padding: 0 85px 15px 40px;
}
.content li {
	padding: 10px 0;
}

.left {
	float: left;
	padding: 15px 20px 20px;
}
.smallleft {
	float: left;
	padding: 15px 10px 20px;
}
.right {
	float: right;
	padding: 15px 60px 20px 20px;
}

/* search */

.search {
	width: 525px;
	height: 30px;
	margin: 10px 0 0;
	padding: 14px 40px 0 0;
	background: url(../images/search.jpg) left top no-repeat;
}
.search p {
	text-align: right;
	padding: 0;
}
.search select {
	margin: 0 5px;
	font-size: 0.85em;
	font-weight: bold;
}
.search input {
	margin: 0 5px;
	font-size: 0.85em;
	font-weight: bold;
}

/* footer */

.footer {
	margin: 0 auto;
	width: 811px;
	color: white;
	padding: 20px 5px;
	text-align: left;
	position: relative;
	left: -15px;
	background: url(../images/footer.jpg) left top no-repeat;
}
html>body .footer {
	margin: 0 auto;
	width: 811px;
	left: 0;
	background: url(../images/footer.jpg) left top no-repeat;
}

.footer p {
	font-size: 1.125em;
}
#webdesign {
	float: right; 
	text-align: right;
}
#webdesign a {
	color: white;
}
.footer a {
	color: #FFFFFF;
}


.footerlinks {
	position: absolute;
	margin: -44px 0 0 520px;
	width: 280px;
	height: 28px;
	background: url(../images/footerlinks.jpg) top left no-repeat;
}
#footerlinks_01 {
	width: 70px;
	height: 28px;
	float: left;
	display: block;
}
#footerlinks_02 {
	width: 104px;
	float: left;
	height: 28px;
	display: block;
}
#footerlinks_03 {
	width: 104px;
	float: left;
	height: 28px;
	display: block;
}

#nav_00 {
	display: block;
	margin: 20px 0 0;
	height: 90px;
	width: 97px;
	background: url(../images/nav_00.jpg) left top no-repeat;
}
