body {
			margin: 0px;
			padding: 0px;
			text-align: center;
			background: white;
			color: #b80b11;
		}
		
		#doc {
			width: 820px;
			margin: 0px auto;
		}
		
		#header {
			display: block;
			width: 820px;
			height: 131px;
			margin: 0px;
			padding: 0px;
			background: #b80b11;
			text-align: left;
		}

		#content {
			display: block;
			width: 610px;
			margin: 0px;
			padding: 20px;
			text-align: left;
			background: white;
			color: #990011;
		}

		#leftcol {
			width: 85px;
			height: auto;
			margin: 0px;
			padding: 0px;
			background: url(picts/ging.jpg);
		}

		#rightcol {
			width: 85px;
			height: auto;
			margin: 0px;
			padding: 0px;
			background: url(picts/ging.jpg);
		}

		#footer {
			display: block;
			width: 820px;
			margin: 0px;
			
			background: white;
		}
		
		#logo1 {
			vertical-align: top;
			position: relative;
			width: 538px;
			height: 38px;
			left: 0px;
			top: 0px;
			margin-top: 20px;
			margin-left: 40px;
		}
		#logo2 {
			vertical-align: top;
			position: relative;
			left: 0px;
			top: 0px;
			width: 150px;
			height: 150px;
		}
		#menu {
			vertical-align: top;
			position: relative;
			left: 0px;
			top: -70px;
			width: 538px;
			height: 38px;
			margin-left: 140px;
		}
		#menu a:link {
			color: #ffffff;
		}
		#menu a:visited {
			color: #ffffff;
		}
		#menu a:hover {
			color: #ffffff;
			text-decoration: none;
		}



