@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Nobile:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Cantarell);

body {
	margin: 0 auto;
	background: #000 url(../images/bg.jpg) top center no-repeat fixed;
	color:#FFF;
}

.img-left {
	border: 3px solid #39F;
}

h1 { font-family: 'Nobile', arial, serif;
	font-size:36px;
	padding:8px;
	margin-right:150px;
}

p { font-family: 'Cantarell', arial, serif;
	font-size:15px;
	padding:8px;
	line-height:18px;
}

a:link {
	color:#99bcda;
}
a:visited {
	color:#99bcda;
}
a:hover {
	color:#F60;
}

#container {
	margin: 0 auto;
	}
	
#skyline {
	background-image:url(../images/header-bg.png);
	height:150px;
	margin-top:50px;
	}

#header {
	width:825px;
	height:150px;
	margin: 0 auto;
	}

#header-left {
	float:left;
	width:403px;
	margin-top:25px;
	margin-bottom:25px;
	}

#header-right {
	width:313px;
	height:115px;
	background-image:url(../images/ontour-logo.png);
	margin-top:25px;
	margin-bottom:25px;
	float:right;
	}

#wrap {
	width:825px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding:5px;
	background-image:url(../images/header-bg.png);
	 -moz-border-radius: 30px;
	 -webkit-border-radius: 30px;
	 border:3px solid #333;
}

.blue-highlight {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	background-color: #99bcda;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 text-shadow: 2px 2px 2px #eee;
}
