/* CSS Document */

html, body {
background: #3366FF;
color: #FFF;
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 920px;
  margin: 0 auto;
}

#titlebar {
width: 920px;
height: 127px;
}

#nav {
width: 920px;
background-color: #6699FF;
}

#searchbar {
width: 920px;
height: 25px;
}

#glinks {
width: 920px;
}

#sidebar {
    width: 165px;
	
}

#maincontent {
    width: 760px;

	display: inline;
}

#destinationsleft {
width: 501px;
}

#destinationsright {
width: 200px;
}
#weatherright {
width: 300px;
}
#destinationsleftsquare {
width: 325px;
}