body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color: #fdc88e;
	background-image: url(images/stripes.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #8d4900;
	border: 0;
	text-decoration:none;
}

a img {
	border:0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 0;
	text-decoration:none;
}

div {
	margin:0px;
	padding:0px;
}

#container {
	width: 902px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
	border-color:#8d4900;
	border-style:solid;
	border-width:1px;
	background-color: #fdc88e;
	padding: 1px;
	margin-top:10px;
	margin-bottom:3px;
}

#main {
	border-color:#8d4900;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
} 

#menu {
	float:left;
	margin-right: 40px;
	margin-top:60px;
	margin-left:15px;
	margin-bottom:60px;
	width:189px;
}

#content {
	padding-top:30px;
	padding-bottom:30px;
}

.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a .button {
	margin-top:15px;
}

.processPhoto {
	border: 1px solid #8d4900;
	padding: 1px;
	margin-left: 30px;
	margin-right: 30px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.contentText {
	height:auto;
	width:auto;
	padding-top:0px;
	margin-right:30px;
}

.weg {
	margin:20px;
}
