/* general */

BODY {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 13px;
    background-color: #A9A9A9;
    color: white;
    min-width: 830px;
}
	

a {
    color: black;
}

h2 {
    margin-left: 10px;
    font-size: 19.5px;
}

h3 {
    margin-left: 20px;
    font-size: 15.2px;
}

h4 {
    margin-left: 30px;
    font-size: 13px;
}

/* header */

.WorldWalkHeader {
   background-color: white;
   padding: 0px;
   margin: 0px;
   color: black;
   height: 80px;
   width: auto;	
}

h1.WorldWalkHeader {
    font-family: arial, sans-serif;
    font-size: 26px;
    color: black;
    text-align: left;
    display: block;    
    height: 60px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 320px;
    width: 520px;

}

.WorldWalkHeaderLogo {
    height: 60px;
    width: 295px;
    background-image: url(WorldWalkLogo.jpg);
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* content */

.WorldWalkContent {

}

/* navigation */

.WorldWalkNavigation {
    float: left;
    padding: 5px;
    width: 20%;
    vertical-align: top;
}


/* items */

.WorldWalkItems {
    float: right;
    padding: 5px;
    width: 75%;
    vertical-align: top;
}

.WorldWalkItem {
    padding: 5px;
    clear: both;
}


/* slideshow */

.WorldWalkSlideShow {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    width: 5%;
}

/* counter */
.WorldWalkCounter {
    background-color:black;
    border-style:solid;
    border-width:2px;
    color:white;
    font-family:Courier,sans-serif;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    padding:10px;
    width:130px;}

/* footer */

.WorldWalkFooter {
    clear: both;
    text-align: center;
}