/* CSS Document */

body {
	background-color:#e2e9c7;
	margin: 0;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	}
#container {
	background-color:#e2e9c7;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/middle.gif);
}

h1 {
	color: #DC5E04;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;font-family: "Times New Roman", Times, serif;

	padding-top: 30px;
	
}
h2 {
	color: #DC5E04;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;font-family: "Times New Roman", Times, serif;
	
	padding-top: 10px;
}


#header {
	background-image: url(images/headerporthdingwellt.jpg);
	height: 185px;
}

#menu {
	width: 130px;
	height: 200px;
	float: left;
	padding-left: 20px;
	padding-top: 20px
	
}

a:link {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#menu_list {
	list-style: none;
	margin: 0;
	padding-top: 10px;
}

#content {
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#pictures {
	width: 174px;
	float: left;
	padding-top: 30px;
	
	
	
}

#footer {
	height: 30px;font-size: 12px;
	color: #D5CBB5 ;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;font-family: "Times New Roman", Times, serif;
	background-image: url(images/bottom.gif);
	clear: both;
	padding-left: 170px;
	padding-right: 20px;
	
	}
