@charset "utf-8";
/* CSS Document */
body {
	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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../my%20images/Swakopmund/dunes%20background.jpg);
}
.swakopmund  #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 3px none #FFFFFF;
}
.swakopmund #header {
	height: 101px;
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.swakopmund #mainpictures {
	float: none;
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.swakopmund  #maintext {
	background-image: none;
	height: auto;
	width: 660px;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6187C8;
	border-right-color: #6187C8;
	border-bottom-color: #6187C8;
	border-left-color: #6187C8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom: 2px;
	text-align: center;


}
