html,body{
    margin: 				0;
    padding: 				15px;
}
body{
	 background: 			#3e3e3e url(../pictures/website_background.jpg) no-repeat top center;
    font: 					76% arial,sans-serif;
    text-align: 			center;
}
p{
    margin: 				0 10px 10px;
}
a{
    display: 				block;
    color: 					#981793;
    padding: 				10px;
}
div#header h1{
    height: 				50px;
    line-height: 			50px;
    margin: 				0;
    padding-right: 		110px;
    text-align: 			right;
    background: 			#3e3e3e url(../pictures/header.png) no-repeat;
    color:			 		#fff;
}
div#container{
	 padding-bottom: 		-20px;
    text-align: 			left;
    background-color: 	#fff;
}
div#content p{
    line-height: 			1.4;
}
div#extra{
    padding-top: 			20px;
    text-align: 			center;
}
div#footer{
    background: 			#000;
    color: 					#dedddd;
}
div#footer p{
    margin: 				0;
    padding: 				5px 10px;
}
div#container{
    width: 					900px;
    margin: 				0 auto;
}
div#content{
	 padding-top: 			20px;
	 padding-bottom: 		5px;
	 text-align: 			center;
    float: 					right;
    width: 					700px;
}

div#content_background{
	 background: 			#fff url(../pictures/website_background_statement.jpg) no-repeat top center;
	 padding-top: 			20px;
	 text-align: 			center;
	 padding-bottom: 		5px;
    float: 					right;
    width: 					700px;
}

div#content_statement{
	 text-align: 			center;
	 margin:					auto;
	 text-align: 			justify;
    float: 					center;
    width: 					500px;
}

div#navigation{
    font-weight: 			bold;
	 padding-top: 			20px;
	 float:				 	left;
	 width: 					200px;
}
div#navigation{
	 background: 		   #fff;
}
div#extra{
	 padding-top: 			20px;
	 padding-bottom: 		5px;
    float: 					left;
    clear: 					left;
    width: 					200px;
}
div#footer{
	 font-size: 			80%;
    height: 				20px;
    line-height: 			10px;
    background:		 	#3e3e3e url(../pictures/footer.png) no-repeat;
    clear: 					both;
    padding-right: 		100px;
    text-align: 			right;
}

