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

body {
	margin:0;
	padding:0;
	background:url(../images/background.gif);
}
	body * {
		font-family:Arial, Helvetica, sans-serif;
	}
div {
	float:left;
	width:100%;
}
	
		#languages {
			width:900px;
			float:none;
			margin:15px auto;
			text-align:right;
			color:#7b0f25;
		}
			#languages a {
				color:#7b0f25;
				font-family:Georgia, "Times New Roman", Times, serif;
				text-decoration:none;
			}
			#languages .selected {
				font-weight:bold;
				font-family:Georgia, "Times New Roman", Times, serif;
			}
		#banner {
			height:200px;
			background:url(../images/bannerBackground.gif) repeat-x center;
		}
			#bannerBody {
				width:900px;
				float:none;
				margin:0 auto;
			}
				#topSlide1 {
					width:150px;
					height:180px;
					background:white;
					margin:10px 0 0 0;
					z-index:5;
					position:relative;
				}
				#topSlide2 {
					width:221px;
					height:210px;
					background:white;
					z-index:10;
					position:relative;
				}
				#logo {
					float:right;
					margin:52px 90px 0 0;
				}
			#menu {
				float:right;
				width:540px;
				margin-top:-2px;
				text-align:center;
				padding-top:12px;
				height:33px;
				color:#faf5da;
				background:#7b0f25 url(../images/menuRight.gif) right no-repeat;
				font-family:Georgia, "Times New Roman", Times, serif;
			}
				#menu a {
					color:#faf5da;
					font-family:Georgia, "Times New Roman", Times, serif;
					text-decoration:none;
				}
				#menu .selected {
					font-weight:bold;
					font-family:Georgia, "Times New Roman", Times, serif;
				}
				#bookNow {
					width:164px;
					height:38px;
					float:right;
					margin-top:10px;
					background:url(../images/bookButton.gif) no-repeat;
					padding-top:12px;
					font-size:22px;
					color:#faf5da;
					text-align:center;
				}
					#bookNow a:link, #bookNow a:visited  {
						display:block;
						width:100%;
						height:100%;
						color:#faf5da;
						text-decoration:none;
					}
					#bookNow a:hover {
						color:#fff;
					}

	#body {
		background:#faf5da url(../images/footerBackground.gif) repeat-x bottom;
		padding-bottom:10px;
		margin-top:-45px;
	}
		#pageTitle {
			text-align:center;
			color:#7b0f25;
		}
		#subPageTitle {
			color:#7b0f25;
			font-size:50px;
		}
		#container {
			width:900px;
			float:none;
			margin:0 auto;
		}
	#footer {
		text-align:center;
		margin:10px 0 20px 0;
		color:#7b0f25;
		font-size:12px;
	}
		#footer a:link, #footer a:hover, #footer a:visited {
			color:#7b0f25;
		}
		
/* SLIDESHOW */

  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }


  #gallery {
    padding: 30px;
    background: #e1eef5;
  }
		