/* CSS Document */
body {
	margin-top: 3%;
	margin-bottom:2%;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #ccc;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	border-bottom-style: none;
	color: #d1b273;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.menu { 
	text-align: left; 
	margin: 0 0 0 0; 
	padding: 10px 0 10px 25px; 
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/bullet.gif) left center no-repeat; margin-left: 40px;
}
.menu a:link{ 
	color: #d1b273;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu a:visited{ 
	color: #d1b273;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu a:hover{ 
	color: #fff;
	text-decoration:none;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smalltxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ccc;
}
.smalltxt a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	color: #ccc;
}
.smalltxt a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	color: #ccc;
}
.smalltxt a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:underline;
	color: #ccc;
}
.contenthome {
	position: right;
	margin-left: 220px;
	margin-right: 15px;
	padding: 10px 0 0 20px;
}
.contenttreatment {
	position: right;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px 0 0 0px;
}
H1 {
	font-size: large;
	color: #d1b273;
}
.gbr {
background:#000;
border:1px solid #333;
margin: 10px 0px 10px 0px;
padding:4px; 
}
.smalltxt_testi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ccc;
	font-style:italic;
}