body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
/*
scrollbar-base-color: #FFF;
scrollbar-face-color: #FFF;
scrollbar-shadow-color: #FFF;
scrollbar-highlight-color: #FFF;
scrollbar-track-color: #ddd;
scrollbar-3dlight-color: #999;
scrollbar-darkshadow-color: #999;
scrollbar-arrow-color: #999;
*/
}
img {
	border: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border: 0px;
}
a:active {
	color: #000000;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	border: 0px;
}
.mainoutline {
	height: 650px;
	width: 1136px;
	border: 1px solid #999999;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	margin: auto;
}
.toplinksoutline {
	position: absolute;
	height: 39px;
	width: 500px;
	left: 300px;
	top: 115px;
	z-index: 200;
}
.topps {
	position: absolute;
	height: 39px;
	width: 159px;
	left: 0px;
	top: 0px;
}
.topdental {
	position: absolute;
	height: 39px;
	width: 159px;
	left: 170px;
	top: 0px;
}
.topspa {
	position: absolute;
	height: 39px;
	width: 159px;
	left: 340px;
	top: 0px;
}
.logo {
	background-image: url(img/logo.jpg);
	position: absolute;
	height: 95px;
	width: 578px;
	top: 30px;
	right: 272px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}
.pagetop {
	background-image: url(img/pagetop.jpg);
	position: absolute;
	height: 58px;
	width: 255px;
	left: 10px;
	top: 5px;
	z-index: 100;
	padding-right: 20px;
	padding-top: 90px;
	text-align: right;
	font-family: Verdana;
	font-size: 18px;
	color: #FFF;
}
.content {
	position: absolute;
	height: 390px;
	width: 600px;
	left: 10px;
	top: 50px;
	z-index: 10;
	overflow: auto;
}
.copyright {
	position: relative;
	height: 41px;
	width: 1136px;
	left: auto;
	top: 5px;
	right: auto;
	margin: auto;
}
.w3 {
	position: absolute;
	height: 31px;
	width: 88px;
	left: 5px;
	top: 5px;
}
.w3css {
	position: absolute;
	height: 31px;
	width: 88px;
	left: 98px;
	top: 5px;
}
.menuoutline {
	position: absolute;
	height: 450px;
	width: 243px;
	left: 10px;
	bottom: 30px;
}
.contentbot {
	background-image: url(img/contentbot.jpg);
	position: absolute;
	height: 60px;
	width: 679px;
	right: 206px;
	bottom: 0px;
}
.contentbg {
	background-color: #FFFFFF;
	background-image: url(img/contentright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	height: 461px;
	width: 679px;
	right: 206px;
	bottom: 60px;
	z-index: 1;
}
.contentright {
	position: absolute;
	height: 521px;
	width: 206px;
	right: 0px;
	bottom: 0px;
	background-image: url(img/girlright.jpg);
}
.flags {
	position: absolute;
	height: 40px;
	width: 100px;
	left: 125px;
	bottom: 3px;
	text-align: left;
}
.lang {
	position: absolute;
	height: 10px;
	width: 100px;
	left: 20px;
	bottom: 18px;
	text-align: right;
}
H1 {
	font-size: 16px;
	font-weight: bold;
}
H2 {
	font-size: 12px;
	font-weight: bold;
}
.h3 {
	font-size: 12px;
	font-weight: bold;
}
.fleft{
 float: left;
 padding: 5px;
}
.fright {
 float: right;
 padding: 5px;
}
.divfleft{
 float: left;
 padding: 5px;
 border: solid 1px #999999;
 margin: 5px;
 text-align: center;
}
.divfright {
 float: right;
 padding: 5px;
 border: solid 1px #999999;
 margin: 5px;
 text-align: center;
}
tr.prices {
background: #DDDDDD;
color: #333;
height: 20px;
line-height: 20px;
}
tr.prices2 {
background: #FFFFFF;
color: #333;
height: 20px;
line-height: 20px;
}
tr.pricestitle {
background: #333;
color: #AAA;
height: 20px;
line-height: 20px;
}
tr.gallerytitle {
background: #333;
height: 20px;
line-height: 10px;
text-align: center;
}
a.light:link {
color: #DDD;
text-decoration: none;
}
a.light:visited {
color: #DDD;
text-decoration: none;
}
a.light:active {
color: #DDD;
text-decoration: none;
}
a.light:hover {
color: #FFF;
text-decoration: none;
}
hr {
width: 90%;
}
INPUT {
background-color: #DDD;
border: 1px solid #999;
color: #FFF;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 14pt;
padding: 3px;
}
INPUT:hover {
background-color: #AAA;
border: 1px solid #999;
color: #FFF;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 14pt;
padding: 3px;
}
INPUT:focus{
background-color: #666;
border: 1px solid #999;
color: #FFF;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 14pt;
padding: 3px;
}
TEXTAREA {
background-color: #FFF;
border: 1px solid #999;
color: #666;
font-family: arial, verdana, ms sans serif;
font-size: 14pt;
font-weight: normal;
padding: 3px;
}