@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/mainBackgroundImage.gif);
	background-repeat: repeat;
}
.tableBackground {
	background-image: url(../images/backImage.gif);
	background-repeat: repeat-y;
}
.leftsitde {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	position: relative;
	clear: both;
}
.navigationArea {
	padding: 0px;
	float: left;
	height: 120px;
	width: 151px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 100;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	visibility: visible;
}
.imagenes {
	position: relative;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: 310px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px;
	z-index: 200;
}

.galleriaPhotos {
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 225px;
	height: auto;
	width: 550px;
	position: relative;
}

.MainContent {
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	height: auto;
	width: 420px;
	float: left;
	position: relative;
}


.tableBackground .MainContent p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
}
.tableBackground .MainContent h1 {
	font-size: 105%;
	color: #FF9900;
	text-decoration: underline;
	margin: 0px;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.tableBackground .MainContent a {
	color: #FF9900;
	text-decoration: none;
}
.tableBackground .MainContent a:hover {
	color: #FF9900;
	text-decoration: none;
}
