* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background: url(imgs/bluebird.jpg) bottom right fixed no-repeat #d7ecfd;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	text-align: center;
}
p {
	color: #666666;
}
#page {
	width: 820px;
	margin: 20px auto 0 auto;
	background: url(imgs/body-bg.jpg);
	text-align: justify;
}
#nav {
	background: url(imgs/nav.jpg);
	width: 180px;
	height: 190px;
}
*html #nav {
	float: right;
}
#header {
	background: url(imgs/header.jpg);
	/*margin: 0 0 0 180px;*/
	height: 190px;
	width: 640px;
	float: right;
}
#content {
	background: url(imgs/body.jpg) no-repeat;
}
#sidebar {
	float: left;
	width: 160px;
	padding: 0 0 0 17px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	color: #013280;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	padding: 5px 0;
}
#sidebar img {
	border: none;
}
#sidebar a {
	text-decoration: none
}
#sidebar a:hover {
	background: #999999;
	color: #ffffff;
}
/*--- CONTENT ---*/
#content {
	text-align: justify;
	padding: 0 20px 0 190px;
	margin: 0 auto;
}
#content h2 {
	color: #106ed1;
	font-size: 18px;
	padding: 0;
	font-weight: normal;
}
#content h3 {
	color: #999999;
	font-size: 10px;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#content p {
	font-size: 12px;
	padding: 0 0 10px 0;
	line-height: 1.5em;
}
#content .left {
	float: left;
	margin: 0 5px 5px 0;
}
#content .right {
	float: right;
	margin: 0 0 5px 5px;
}
#content .center {
	text-align: center;
}
#content img a {
	border: none;
}
.fineprint {
	font-size: 7px;
	color: #999;
}
/*--- FOOTER --- */
#footer {
	clear: both;
	background: url(imgs/footer.jpg);
	height: 113px;
	font-size: 10px;
	text-align: center;
}
#footer p {
	padding: 45px 0 0 0;
	color: #fff;
	font-size: 11px;
}
#footer a {
	color: #fff;
	font-weight: bolder;
	padding: 0 3px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#footer a:hover {
	background: #666666;
	border-bottom: none;
}
/* --- NAVIGATION --- */
#nav ul {
	list-style-type: none;
	padding: 20px 0 0 10px;
	width: 170px;
}
#nav a li {
	height: 30px;
	display: block;
	border: none;
}
#nav imgs {
	border: none;
}
.whenwhere a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg);
}
.whenwhere a:hover {
	background: url(imgs/menu.jpg) 0 -120px;
	height: 30px;
	width: 170px;
}
.travellog a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -30px;
}
.travellog a:hover {
	background: url(imgs/menu.jpg) 0 -150px;
	height: 30px;
	width: 170px;
}
.book a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -60px;
}
.book a:hover {
	background: url(imgs/menu.jpg) 0 -180px;
	height: 30px;
	width: 170px;
}
/*
.pictures a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg);
}
.pictures a:hover {
	background: url(imgs/menu.jpg);
	height: 30px;
	width: 170px;
}

.suprise a {
	display: block;
	width: 170px;
	height: 50px;
	background: url(imgs/nav-suprise.jpg);
}
.suprise a:hover {
	background: url(imgs/nav-hover-suprise.jpg);
	height: 50px;
	width: 170px;
}
*/
.contact a {
	display: block;
	width: 170px;
	height: 30px;
	background: url(imgs/menu.jpg) 0 -90px;
}
.contact a:hover {
	background: url(imgs/menu.jpg) 0 -210px;
	height: 30px;
	width: 170px;
}
input {
	background: url(imgs/input.jpg);
	color: #106ed1;
	font-style: italic;
	border: none;
	font-size: 12px;
}
textarea {
	background: url(imgs/textarea.jpg);
	border: none;
	width: 300px;
	height: 150px;
	color: #106ed1;
	font-style: italic;
	font-size: 12px;
}
input:active {
	background: #ffffff;
}
.quote {
	padding: 0 20px 0 20px;
	font-style: italic;
}
.quote b {
	color: #013280;
}
.blank {
	background: #ffffff;
}
.place {
	margin: 0 0 40px 0;
}
.place a {
	font-size: 12px;
	color: #013280;
}
.place a:hover {
	color: #666666;
}