body {
   background-color:#000;
   width:900px;
   margin:0 auto;
   font-family:Verdana;
   font-size:75%;
   color:#eee;
}

a {
   color:#eee;
   text-decoration:none;
}

a:hover {
   color:#888;
   text-decoration:underline;
}

img {
   border:1px solid #fff;
}

.clear {
   clear:both;
}

#home #header {
   background-image:url(../images/header1.jpg);
   height:150px;
}

#singapore #header {
   background-image:url(../images/header2.jpg);
   height:150px;
}

#australia #header {
   background-image:url(../images/header3.jpg);
   height:150px;
}

#newzealand #header {
   background-image:url(../images/header4.jpg);
   height:150px;
}

#fiji #header {
   background-image:url(../images/header5.jpg);
   height:150px;
}

#main-nav {
   nackground-color:#666;
}

#content {
   background-color:#333;
}

.journal-title {
   font-size:130%;
   font-weight:bold;
}

.country-nav {
   text-align:center;
   padding:4px 45px 0px;
   font-size:130%;
   height:30px;
   background-color:#30A0C0;
   line-height:30px;
}

.country-nav .selected {
   background-image:url(../images/menu-selected.png);
   font-weight:bold;
}

.country-nav div {
   width:200px;
   float:left;
   height:30px;
}

.page-nav div {
   width:100%;
   padding:4px 0px;
   text-align:center;
   background-color:#333;
   border-bottom:1px solid #357787;
}

.page-nav a {
   text-align:center;
   background-color:#333;
   line-height:30px;
}

.selected-page {
   color:#6060E0;
}


#main-content-left {
   padding:20px;
   width:640px;
   float:left;
}

#main-content-right {
   float:left;
   padding:20px;
   width:180px;
}


.country {
   font-size:140%;
   font-weight:bold;
   float:left;
   width:100%;
   border-bottom:1px solid #357787;
   padding-top:10px;
}

.date {
   text-align:right;
   float:right;
   font-size:75%;
   font-weight:normal;
   padding-top:4px;
}

.mileage {
   text-align:right;
   padding:0px 0px 10px 0px;
}

.content {
   float:left;
}

.content a {
   border-bottom:1px dotted #fff;
}

.content a:hover {
   text-decoration:none;
}

#main-content-right div {
   margin-left:20px;
   margin-top:40px;
}

.bottom-nav img {
   border:0;
}

.bottom-nav-left {
   width:60px;
   float:left;
   padding-top:20px;
}

.bottom-nav-right {
   width:60px;
   float:right;
   padding-top:20px;
}

