body {
	margin: 2px 3px 3px 4;
	padding: 0px;
	text-align: justify;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c6c6c6;
	background: #000000;
	page: auto;
}
div#header {
	text-align: center;
	background-color: black;
	height: 90px;
	margin: 0px 0px 3px;
	padding: 0px;
	background-image: url(images/banniere.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
}
hr {
	color: F47b33;
	width: 100%;
}

h1 {
	font-family: Verdana,Arial,Helvetica, sans serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-align: left;
	color: #F47B33;
	background-color: black;
	font-size: large;
}
h2 {
  color: #c6c6c6;
  background-color: black;
  font-weight: bold;
  font-style: normal;
  font-size: medium;
  text-transform: none;
  font-family: verdana,arial,helvetica, sans serif;
}
p {
	color: #c6c6c6;
	background-color: black;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	text-transform: none;
	font-family: verdana,arial,helvetica, sans serif;
	text-align: justify;
}
a:link {
	font-family: Verdana, Arial,Helvetica;
	font-size: 15px;
	color: #f47b33;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ff3000;
}
a:hover {
	color: #ffd700;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(side2.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: black;
	text-align: left;
	border: thin solid #f47b33;
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url(side1.gif);
	background-repeat: repeat-y;
	width: 100%;
	background: center;
}
div#navcol {
	padding: 10px;
	width: 190px;
	float: left;
}
div#main {
	padding: 10px;
	margin-left: 220px;
	margin-right: 190px;
	border-color: #f47b33 #f47b33;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: thin;
	border-right-width: thin;
}
div#sidecol {
	padding: 10px;
	width: 150px;
	float: right;
}
div#foot {
	border-top: solid #000 1px;
	padding: 10px;
	background-image: url(images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}
.clear {
clear: both;
display: block;
height: 1px;
overflow: hidden;
margin: 0;
padding: 0;
}
