@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

.languagechange{
width:80px;
height:30px;
float:right;

}

#content {
  width: 1000px;
  margin-left: auto ;
  margin-right: auto ;
}

a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-image:url(images/linkbg.png);
	opacity:0.7;
    -moz-opacity:0.7;
}
a:hover{
	opacity:1;
    -moz-opacity:1;
}

html, body {
     border:0;
     padding:0;
	 margin-left: 0px;
	 margin-right: 0px;
 	 margin-top: 10px;
	 margin-bottom: 0px;
	 background-color:#F0F0F0;
	 background-image:url(images/pagebg.jpg);
	 background-position:bottom;
	 background-attachment:fixed;
	 background-repeat:repeat-x;

}
.nofx{
	border-width: 0px 0px 0px 0px;
}
table td{
	border-width: 1px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	padding: 5px;

}

table {
	border-width: 0px 0px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #EEEEEE;
}

table.massage {
	border-width: 1px 0px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #EEEEEE;
}
table.massage td{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #EEEEEE;
	padding: 5px;

}

body {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

h1{
	color:FFFFFF; font-size: 18px; 
	font-family: Arial, sans-serif; 
	font-weight:normal; 
	text-align: left;
	line-height:1.6;
}


#menu { 
	display: block;
    text-align: center;
    text-decoration: none;
	font-size:12px;
	margin-left: auto ;
    margin-right: auto ;
}

#menu ul { 
	width: 100%;
    height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
    background: url(images/menu_bg.jpg) repeat-x left top;
}

#menu ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}

#menu ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 34px;
    background: url(images/menu_sep.png) no-repeat left top;
}
			
#menu ul li a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	padding: 0 10px;
	color: #FFFFFF;
	opacity:0.6;
    -moz-opacity:0.6;
	text-decoration:none;
	font-weight: normal;
	background-image: none;
}

#menu ul li a:hover, #menu ul li a.active { 
	text-decoration: none;
	background: url(images/menu_bg.png);
	color: #FFFFFF;
	opacity:1;
    -moz-opacity:1;
	text-decoration:none;
	font-weight: normal;
}

#scrollbar_container {
	position:relative;
	width:480px;
	padding: 10px;
}

#scrollbar_track {
	position:absolute;
	top:10;
	right:0;
	height:236px;
	width:10px;
	background-color:transparent;
	cursor:hand;
}

#scrollbar_handle {
	width:10px;
	background-color:#CCCCCC;
	cursor:hand;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.5;
    -moz-opacity:0.5;
}

#scrollbar_content {
	overflow:hidden;
	width:475px;
	height:236px;
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.5;	
}
