/*--GENERAL-STYLES_[START]_--*/

body {
	background: #C1B1A4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
}

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

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

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

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

/*--GENERAL-STYLES_[STOP]_--*/

/*--CONTENT-STYLES_[START]_--*/
 
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*--HEADER-STYLES_[START]_--*/
 
.header {
	width: 960px;
}
 
#link_top {
	width: 960px;
	height: 116px;
	text-align: right;
} 

/*#link_top a {
	font-size: 11pt;
}*/

#banner {
	width: 498px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background-image: url("./images/banner_big.jpg");
	background-repeat: no-repeat;
}

#dayspa {
	height: 20px;
	width: 498px;
	margin: 0 auto;
}

#dayspa table {
	margin: 0 auto;
	font-size: 12pt;
}
 
/*--HEADER-STYLES_[STOP]_--*/
 
/*--CONTENT-STYLES_[STOP]_--*/

.content {
	width: 386px;
	margin: 0 auto;
	padding: 0;
}

#text {
	width: 386px; 
	height: 195px;
	margin-top: 30px;
	background-image: url("./images/quote.jpg");
	background-repeat: no-repeat;
}

#language {
	width: 386px;
	height: 45px;
}

#language a {
	font-size: 11pt;
	font-weight: bold;
	color: #AA9688;
}

/*--FOOTER-STYLES_[START]_--*/
 
.footer {
	margin: 0 auto;
	width: 838px;
	height: 54px;
}

#address {
	width: 796px;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 7pt;
	text-align: center;
	background: #B4A192;
}


/*address p {
	vertical-align: middle;
}*/


 /*--FOOTER-STYLES_[STOP]_--*/

#keywords {
	text-align: center;
	font-size: 7pt;
	padding: 10px;
	}
 
