html {background-color:white;
				}

body   { font-family: Helvetica;
		font-size:16px;
		color: black;
	border:0px dotted white;
	width:960px;
	margin:30px auto ;
	padding:1px;
	background-color:white;
	background-repeat:repeat;
	background-attachment:fixed;
		}

div#header {
			width: 960px;
			height: 300px;	
				}

div {text-align: center;
				}		



h1 {font-size: 46px;
	color:#858AB2;
	font-weight: lighter;
	padding: 10px 25px 25px 25px;
	text-align: center;
		}

h2, h3 {font-size: 18px;
		font-weight: lighter;
		margin-top: 0px;
		padding: 0px 25px 25px 25px;

		}



div#contents {
			font-family: Gill Sans;
			line-height: 0.5em;
			font-weight: lighter;
			padding: 20px 15px;
			margin: 30px auto;
			font-size: 20px;
			color: grey;
			height: auto;
			}


.flotte {float: none;
		margin: 20px auto;
			}



h3 {font-family: Gill Sans;
	font-weight: lighter;
	font-size: 20px;
	font-variant: small-caps;
			}
div#nav ul li ul {	display: none;
					margin-left: -61px;
					margin-top: 5px;
					}

div#nav ul ul a {text-transform: uppercase;
				font-size: 10px;
				text-align: center;
					}

div#nav ul li:hover ul {	display: block;
							float: none;
								}

div#nav li {color: black;
	border: 1px solid grey;
	display:inline-block;
	padding: 4px 8px;
	margin: 0px 12px;
	border-radius: 1px;
	box-shadow:1px 1px 2px 0px tan;
	position: relative;

	}
div#nav li li {background-color: rgba(133,138,178,0.1);
				float: left;
				width: 95px;
				color: grey;
				
					}


div#nav ul {position: absolute;}
div#nav a {text-decoration: none;
		text-align: center;
		font-family: Helvetica;
		font-weight: lighter;
		text-transform: uppercase;
		font-size: 12px;
		margin: 6px 4px;
		color:black;
			display: block;	
					}
						
div#nav {margin-top: -80px;
		margin-left: auto;
		margin-left: 180px;
				}

div#nav a:hover {color:black;
				font-weight:normal;}
				
div#nav ul ul {	display: none;}


div#footer pre {font-size: 12px;
				color:#948C75;
			padding: 5px 15px;
			text-align: right;
			font-family: Gill Sans;
				}

