HTML {
	height: 100%;
	}
BODY {
	background: #336699;
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	}
H1, H2, H3, P {
	margin: 0px 0px 1em 0px;
	}
H1 {
	color: #9bd0f3;
	}
H2 {
	color: #9bd0f3;
	}
H3 {
	color: #9bd0f3;
	}
A {
	color: blue;
	}
#top {
	height: 265px;
	}

#menu {
	position: absolute;
	background: transparent;
	margin-top: -40px;
	padding-left: 300px;
	padding-right: 50px;
	}
	#menu A {
		color: #336699;
		font-weight: bold;
		text-decoration: none;
		font-size: 110%;
		}
#bottom {
	padding: 0px 0px 0px 0px;
	background: #336699;
	}

#content {
	padding: 0px 0px 0px 0px;
	background: url('rivier.jpg') 10px bottom;
	background-repeat: no-repeat;
	}

	#content P {
		text-align: left;
		}
	#content A {
		color: white;
		}
	#content .actual {
		padding: 30px 35px 1px 90px;
		background: url('rep.png') 930px 0px repeat-y;
		margin-bottom: 0px;
		}
		
	#content IMG {
		border: 0px;
		}

#content .subpagemenu A {
	color: #9bd0f3;
		text-transform: none;
	}
	.subpagemenu TD {
		padding: 0px 10px 0px 0px;
		}

.footer, .footer A {
	color: #9bd0f3;
	}
    
    .index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 7px;
	background:#99cd61;
	}

