body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-align: justify;
	color: #515151;
	background-image: url(../gfx/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #b9daea;
}

#container {
	width: 744px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 379px; /*444*/
	height: 58px; /*123*/
	background-image: url(../gfx/header_bg.jpg);
	background-repeat: no-repeat;
	padding: 65px 0px 0px 65px;
}

#header_adres {
	float: left;
	width: 245px; /*300*/
	height: 93px; /*123*/
	background-image: url(../gfx/header_adres_bg.jpg);
	background-repeat: no-repeat;
	padding: 30px 30px 0px 25px;
	line-height: 1.2em;
}

#descanso {
	float: left;
	width: 744px;
	height: 236px;
	background-image: url(../gfx/descanso_wellness_center.jpg);
	background-repeat: no-repeat;
}

#descanso h1 {
	display: none;
}

#navigation {
	float: left;
	width: 744px;
	height: 40px;
	background-image: url(../gfx/navigation_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation_left, #navigation_right {
	float: left;
	width: 20px;
	height: 40px;
	background-image: url(../gfx/navigation_left.jpg);
	background-repeat: no-repeat;
}

#navigation_right {
	background-image: url(../gfx/navigation_right.jpg);
}

#navigation_list {
	float: left;
	width: 700px;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 4px;
}

#navigation_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation_list ul li {
	float: left;
}

#navigation_list a {
	display: block;
	padding: 0px 8px 0px 8px;
	height: 27px; /*40*/
	padding-top: 13px;
	color: #fff;
	text-decoration: none;
}

#navigation_list a:hover {
	background-image: url(../gfx/navigation_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -40px;
	text-decoration: none;
	color: #000;
}

#content_top {
	float: left;
	width: 744px;
	height: 40px;
	background-image: url(../gfx/content_top.jpg);
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 684px; /*744*/
	background-image: url(../gfx/content_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px 30px 10px 30px;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #006dad;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	letter-spacing: 0;
}

#content h3 {
	font-size: 16px;
	font-weight: normal;
	color: #006dad;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#footer {
	float: left;
	width: 744px;
	height: 100px;
	background-image: url(../gfx/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	font-size: 10px;
	color: #fff;
}

#footer_copyright {
	float: left;
	width: 414px; /*444*/
	padding-left: 30px;
}

#footer_disclaimer {
	float: left;
	width: 270px; /*300*/
	padding-right: 30px;
	text-align: right;
}

#footer a { color: #fff; text-decoration: underline; }
#footer a:hover { color: #fd7423; text-decoration: underline; }

#content a { color: #515151; text-decoration: underline; }
#content a:hover { color: #fd7423; text-decoration: underline; }

#column_left {
	float: left;
	width: 400px;
}

#column_right {
	float: left;
	width: 250px;
	margin-left: 34px;
}

.border {
	border: 1px solid #515151;
}