body{ background-color:#cc9}

#Container {
	top:10px;
	margin:0 auto 0 auto;
	background-color: #945443;
	position:relative;
	width:800px;
	height:580px;
	border: solid 1px #400000;
}

#Container #Header {
	position: absolute;
	left: 100px;
	top:10px;
}
#Container #Header img {
border:0;
}

#Container #Menu {
	background-image: url(graphics/contactbackground.png);
	right: -1px;
	float: right;
	z-index:100;
	height:82px;
	width:240px;
	position: relative;
}

#Container #Menu img {
border:0px;}

#Container #Menu #AboutAnnette{
	right: 15px;
	top:5px;
	position: relative;
	float:right;
}

#Container #Menu #ContactAnnette{
	right: 20px;
	top:5px;
	position: relative;
	float:right;
	}

#Container #Content {
	position: relative;
	left: 10px;
	overflow: hidden;
	height:506px;
}
#content {
	background-image: url(graphics/backgroundmain.jpg);
	background-repeat:no-repeat;
	position: relative;
	height:500px;
	left:3px;
	top:-15px;
	z-index:1;
	width:795px;	
	overflow:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
}
#welcome {
	position: relative;
	top:20px;
	left: 20px;
	overflow: hidden;
	width:190px;
	float:left;
}

#pictures {
	position: relative;
	top:20px;
	overflow: hidden;
	width:550px;
	float:right;
}
#pictures img {
width:100px;
height:100px;
border:1px solid #ffffff;
}

#Container #content #About {
	position: relative;
	top:20px;
	left:50px;
	width:700px;	
	overflow:auto;
	height:480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}

#Container #content #Contact {
	position: relative;
	top:20px;
	left:50px;
	width:700px;	
	overflow:auto;
	height:480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}

#footer {
	position: relative;
	top:-15px;
	height:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:center;
}

 .clearboth { clear: both; }
 
 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}


a {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.formlabel{margin:1px;}