body {
	background:url(images/background.png) repeat-x #2671ea;/* #748A9B; */
}

#page {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#page .container {
	position: absolute;
	background: #619eea;/*#849AA9;*/
	margin: 120px 18px 20px 12px;
	padding: 10px 0px 0px 0px;
	width: 740px;
	z-index: -1;
}
/*para internet explorer */
*html #page .container .content {
	padding: 10px 0px 0px 210px;
	width: 510px;
	background: url(images/novia.png) top left no-repeat;
	height: 300px;
}
#page .container .content {
	padding: 0px 0px 0px 210px;
	margin: 10px 0px 0px 0px;
	width: 510px;
	background: url(images/novia.png) top left no-repeat;
	min-height: 300px;
	color: white;
}

#page .header {
	background: url(images/header.png);
	position: absolute;
	width: 770px;
	height: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

#page .navigator {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 30px;
}

#page .navigator li {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
#page .container .gallery {
	padding: 0px;
	margin: 0px 10px 0px 20px;

}
#page .navigator a  , #page .navigator a:visited {
	text-decoration: none;
	color: #fff;
}

#page .navigator a:hover {
	text-decoration: underline;
}

#page .container .content p {
	text-indent: 20px;
	margin-left: 0px;
}


.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
img.introImage {
	width: 500px;
}

#page .container .content .galleryImage {
	float: left;
	width: 150px;
	height: 130px;
	margin: 3px 5px 3px 5px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#page .container .content .galleryImage img{
	max-width: 150px;
	max-height: 130px;
	border:0px;
}
#page .container .footer {
	background: #2671ea;
	min-height: 10px;
}
#page .container a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#page .container a:hover{
	text-decoration: underline;
}