body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 4px;
	padding: 0;
	background: url(/img/wallpaper.gif);
}

h2, h3, h4 {
	line-height: normal;
	font-weight: bold;
	 color: #5154e5;
}
h2 {font-size: 1.5em; margin: 0 0 6px;}
h3 {font-size: 1.25em; margin: 12px 0 0;}
h4 {font-size: 1.1em; margin: 12px 0 0; display:inline;}

h4.learn {
  margin-top: 6px;
}

a, a:visited {color: #1b7af9; background: transparent;}
a:hover, a:active {color: #ad2434; text-decoration: none;}


/* layout
------------------------------------------ */
#wrap {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0 10px;
	border: 2px solid #1b7af9;
	background: #fff;
}

#header {
}

#logo a {
	display: block;
	width: 686px;
	height: 90px;
	margin: 0 auto;
	background: url(/img/logo.png) no-repeat;
}

#logo a:focus {outline: 0;}

#winner a {
	display: block;
	width: 228px;
	height: 58px;
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 10px;
	float:right;
}

#winner a:focus {outline: 0;}

#findus {
	text-align: center;
	
}

#airbnb a {
	display: inline;
	width: 106x;
	height: 40px;
	margin: 0 auto;
	
}

#airbnb a:focus {outline: 0;}

#flipkey a {
	display: inline;
	width: 145px;
	height: 40px;
	margin: 0 auto;
	
}

#flipkey a:focus {outline: 0;}


#header h1 {
	margin: 0;
	height: 0;
	font-size: 1%;
	text-indent: -3000px;
}

#main {
	line-height: 1.5;
	margin: 0 20px 20px;
}

#footer {
	font-size: 0.91em;
	text-align: center;
}

/* columns
------------------------------------------ */
.col1 {
	float: left;
	width: 360px;
	margin-right: 10px;
}

.col2 {
	float: right;
	width: 360px;
	margin-left: 10px;
}

/* to center the images */
.col1, .col2 {text-align: center;}
/* reset to not center text */
.col1 .txt, .col2 .txt {text-align: left;}

.col1 img, .col2 img {margin-bottom: 40px;}


/* general
------------------------------------------ */
.mtop {margin-top: 0px;}
.mbot {margin-bottom: 0px;}
.mnot {margin-top: 0px; margin-bottom: 0px;}
.martop {margin-top: 12px;}
.marbot {margin-bottom: 12px;}
.center {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.justify {text-align: justify;}
.small {font-size: 0.91em;}
.sm {font-size: 0.85em;}
a img {border: 0;}
.clear {clear: both;}
.inline {display: inline;}

ul, ol {margin-left: 0; padding-left: 40px;}
p {margin: 0 0 12px;}

/*.floatleft {float: left; margin: 0 12px 0 0;}
.floatright {float: right; margin: 0 0 0 12px;}
.floatleft, .floatright, .caption {
	text-align: center;
	font-size: 0.91em;
	font-weight: bold;
}

.floatleft img, .floatright img {display: block;}*/

/*.imgborder {border: 1px solid #;}*/

.clearfix:after {						/* see ie both css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 12px;
}

/* nav
------------------------------------------ */
#nav {
	list-style: none;
	padding: 40px 0;
	margin: 0;
	
	text-decoration: bold;
}

#nav li {					/*see ie6 css*/
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	
}

#nav li a, #nav li a:visited, #nav li span {
	font-size: 18px;
	color: #fff;
	line-height: normal;
	text-decoration: none;
	padding: 2px 10px;
	background: #1b7af9;
}

#nav li a:hover, #nav li span {
	color: #fffc22;
}

#nav li a:focus {outline: 0;}