/* CSS Document */

body {
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #C1D2E6;
	font: 16px Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

h1 {
	font-size: 16px;
	color: #FFFFFF;
}

#wrapper {
	border: 2px solid #999999;
	text-align: right;
	background: #0069AA url(../images/homebg.jpg) no-repeat right top;
	position: relative;
}

#contleft {
	text-align: left;
	height: 476px;
}

#content {
	margin-left: 40px;
	height: 320px;
	background: url(../images/montage2.jpg) no-repeat right bottom;
}

#content p {
	margin-right: 540px;
}

#menu {

}

#menu a {
	position: absolute;
	top: 23px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	width: 567px;
  }

#menu a:hover {
	color: #0069AA;
}

a#about {
	top: 56px;
	right: 465px;
}

a#group {
	top: 90px;
	right: 437px;
}

a#products {
	top: 126px;
	right: 365px;
}

a#news {
	top: 162px;
	right: 334px;
}

a#contact {
	top: 151px;
	right: 408px;
}

#footer {
	margin-top: 20px;
	background: #0069AA url(../images/fp-footer.jpg) no-repeat left bottom;
	height: 88px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 12px;
}
#foottxtout {
	float: right;
	padding-right: 20px;
	color: #0069AA;
	background: #FFFFFF url(../images/foottxtbg.jpg) no-repeat left center;
	height: 78px;
	padding-left: 20px;
	text-align: center;
}

#footer a {
	color: #01B2E8;
	text-decoration: none;
	font-weight: bold;
}

