body {
	background-image: url(img/backgr.gif);
	background-color: White;
	margin: 20px 0px 30px 0px;
	padding: 0px;
}

#wrapper{
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: transparent;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	width: 976px;
	height: 149px;
}

#header_fr {
	background-color: transparent;
	background-image: url(img/header_fr.gif);
	background-repeat: no-repeat;
	width: 976px;
	height: 149px;
}

#logo {
	float: right;
	margin-top: 31px;
	margin-right: 80px;
	display: inline;
}

#navigation {
	background-color: transparent;
	background-image: url(img/bg_nav.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 92px;
	border-left: 8px solid #106c9b;
	border-right: 8px solid #106c9b;
}

td.dimension {
	width: 164px;
	height: 72px;
}

a.nav {
	background-image: url(img/nav_but.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 62px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #767575;
	padding-top: 10px;
}

a.nav:hover {
	background-image: url(img/nav_but.gif);
	background-repeat: no-repeat;
	background-position: 0px -72px;
	width: 164px;
	height: 62px;
	display: block;
	text-decoration: none;
	color: #047eb6;
}

a.nav_on {
	background-image: url(img/nav_but.gif);
	background-repeat: no-repeat;
	background-position: 0px -72px;
	width: 164px;
	height: 62px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #047eb6;
	padding-top: 10px;
}

#container {
	float: left;
	background-color: White;
	width: 960px;
	border-left: 8px solid #106c9b;
	border-right: 8px solid #106c9b;
}

#content {
	float: left;
	width: 695px;
	background-image: url(img/bg_content.gif);
	background-repeat: repeat-x;
	background-color: White;
}

#text {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	line-height: 16px;
	padding-left: 100px;
	padding-top: 40px;
	padding-bottom: 50px;
}

#right_col {
	float: right;
	width: 265px;
	padding: 0px;
	margin: 0px;
}

#items {
	background-color: transparent;
	background-image: url(img/gradient_right.jpg);
	background-repeat: repeat-y;
	width: 235px;
	padding-bottom: 20px;
	margin: 0px;
}

#footer_box {
	background-image: url(img/bg_footer.gif);
	background-color: transparent;
	width: 976px;
	height: 43px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9d9d9d;
}

#footer_L {
	float: left;
	padding-left: 48px;
	margin-top: 12px;
}

#footer_R {
	float: right;
	padding-right: 135px;
	margin-top: 12px;
}

.marge {
	margin-bottom: 35px;
}

a.footer:link, a.footer:visited {
	text-decoration:none;
	color:#9d9d9d;
	}
	
a.footer:hover {
	text-decoration:none;
	color:#219fd7;
	}
	
a.fnav:link, a.fnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	color:#219fd7;
	}
	
a.fnav:hover {
	text-decoration: underline;
	color: #219fd7;
}

a.link:link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #f26522;
}
	
a.link:hover {
	text-decoration: underline;
	color: #219fd7;
}

.tools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 31px;
}	