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

*.* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #069;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #036;
}
h1 {
	text-size: 150%;
}
h2 {
	text-size: 130%;
}
h3 {
	text-size: 120%;
}
h4 {
	text-size: 110%;
}

a:link {
	color: #69C;
	text-decoration: none;
}
a:visited {
	color: #69C;
	text-decoration: none;
}
a:hover {
	color: #366;
	text-decoration: underline;
}
a:active {
	color: #366;
	text-decoration: underline;
}



#container {
	width: 100%;
	padding: 50px 20px;
	text-align: center;
}

#content {
	max-width: 1200px;
	margin: 0 auto; 
}

#content p, #content h1, #content h2, #content h3, #content h4, {
	margin: 5.em, auto, 0;
	text-align: center;
}

/* SLIDER */

#slideshow_box {
 
  float: left;
  /* position:absolute;
  margin-left:580px;
  margin-top:-12px; */
}

#slideshow {
  	/* float: left; */
	margin: 0 auto 50px; 
  	width: 1200px;
  	height: 900px;
  	clear: none;
  	background-color: #FFFFFF;
  	margin-top: 0px;
  	text-align: center;
}


#content_note {
	max-width: 1200px;
	margin: 0 auto; 
	background-image: url(Holiday2013_img20.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
}
#note {
	margin: 0 200px;
	text-align: left;
	background: none;
}
#links {
	text-align: center;
}


#footer {
	font-size: 60%;
	margin: 50px auto 20px;
	text-align: center;
}