@charset "UTF-8";
/* CSS Document */

a:link {
	color: #333366;
}

a:active {
	color: #CC3333;
}
.main_body_home {
	text-align: center;
}
.main_body_day {
	text-align: right;
}
.main_body_place {
	text-align: left;
}
.main_body_details {
	text-align: left;
}
.navigation {
	position:relative;
	top:-15px;
}
.content {
	position:relative;
	font:"Garamond", "Cambria", "Times New Roman", serif;
}
.content_text {
	font-style:italic;
	font-size:large;
	margin-right: 50px;
	margin-left: 50px;
}
body {
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.body_home {
	background-image:url(/images/homepage_bg1.jpg);
	background-position:center; 
}
.body_day {
	background-image:url(/images/the_day_bg1.jpg);
	background-position:center;
}
.body_details {
	background-image:url(/images/the_details_bg1.jpg);
	background-position:center;
}
.body_place {
	background-image:url(/images/the_place_bg1.jpg);
	background-position:center;
}