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

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #eee;
}

h1 {
	font-size:28px;
	color: #2784c2;
	font-weight: 100;
	margin: 0px 0px 0px 0px;
}

h2 {
	color: #999;
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-decoration: underline;
}

.container {
	width: 1131px;
	margin: auto;
	padding: 40px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

.header {
	margin: 0px 100px 0px 100px;
}

.menu {
	background-color: #2784c2;
	margin: 20px 90px 20px 90px;
	padding: 5px 0px 5px 10px;
	height: 25px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li {
	float: left;
	
	padding: 5px 0px 5px 0px;
	margin: 0px 30px 0px 0px;
	background-color: #2784c2;
	font-weight: bold;
	text-transform: uppercase;
}

.menu a {
	text-decoration: none;
	color: #fff;
}

.menu a:hover {
	text-decoration: underline;
}

.content {
	width: 500px;
	margin: 20px 0px 0px 100px;
	line-height: 16px;
	min-height: 200px;
	text-align:justify;
}

.content2, .contenttours {
	width: 930px;
	margin: 20px 0px 0px 100px;
	line-height: 16px;
	min-height: 200px;
	text-align:justify;
}

.content h1, .content2 h1 {
	font-size: 16px;
}

.content a, .content2 a {
	color: #2784c2;
	text-decoration: none;
	border-bottom: none;
}

.content a:hover, .content2 a:hover {
	color: #2784c2;
	text-decoration: none;
	border-bottom: 1px dotted #2784c2;
}
.content p img {

}

.content2 p img {
	width:500px;
}

.thumbnails {
	margin: 10px 0px 0px 0px;
	width: 260px;
	height: 500px;
	overflow: auto;
	float: left;
}

.thumbnails img {
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}

.preview {
	width: 650px;
	height: 10px;
	
	float: left;
	margin: 10px 5px 50px 15px;
}

.footer {
	height: 330px;
	background-image: url(images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


