/* css basic styles for travellingalaska */

html, body {
  background: #000066;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
 }
 
#wrapper {
   width: 950px;
   margin: 0 auto;
}

#titlebar {
   width: 950px;
   height: 120px;
}

#searchbar {
   width: 950px;
   height: 25px;
   background:  #000033;
}

#glinks {
   width: 950px;
   background: #FF9900;
}

#sidebar {
    width: 160px;
	
}

#maincontent {
    width: 790px;

	background-color:#FFFFFF;
}

#destinationsleft {
width: 350px;
}

#destinationsright {
width: 350px;
}

#destinationimage {
width: 310px;
}
#maincontent table {
width: 728px;
}
