/*
CSS for Namib Wuste
*/

body{
font-family:"comic sans ms";
background:url(images/sky.jpg);
line-height:125%;
padding:0;
margin:0;
text-align:left;
}
#wrapper{

background-color:white;
position:relative;
text-align:left;
width:900px;
margin-right:auto;
margin-left:auto;
border:10px outset white;
}




#header{
background:url(images/header.png);
background-repeat:no-repeat;
width:800px;
height:220px;
}
h1{
margin-top:175px;
margin-left:200px;

}





h2{
color:#4d4d4d;
font-size: x-large;
font-weight: bold;
text-align:center;
}

p{
font-size:medium;
color:#4d4d4d;
}


em{
text-transform:uppercase;
}

h1,h2, h3,h4{
font-family:"comic sans ms";
color:#4d4d4d;
}



h2{
color:#4d4d4d;
font-size:130%;
font-weight:bold;
}

#contact{
float:right;
margin-left:2px;
margin-right:15px;
margin-top:15px;
}







 .images{
margin-right:20px;
margin-left:30px;
float:left;
}

 .images1{
margin-right:20px;
margin-left:30px;
float:right;
}



#contact,#bodycontent{
padding-top:50px;
margin-bottom:10px;
}


#contact{
float:right;
width:250px;
padding:50px 10px 0 0;
}

#address{
padding:5px;
margin:2px;
border:1px solid black;
}


#bodycontent{
float:left;
width:550px;
padding:50px 30px 0 10px;
}

#header{
margin-left:40px;
}







#footer{
clear:both;
font-size:small;
padding-top:1em;
text-align:center;

}
