*{
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #34BEEC;
}

body{
	background: transparent url() no-repeat;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 0px 0px;
	text-align: center;		
}

p{
	text-align : justify;
}

#bodyContainer{
	float: left;
	width: 100%;
	background: transparent url(img/back1.gif) bottom right no-repeat;
}

#bodyContainer a:link, #bodyContainer a:visited{
	color: black;
	text-decoration: none;
}

#bodyContainer a:hover{
	color: #34BEEC;
}

#divider{
	float: left;
	width: 100%;
	height: 7px;
	background: url(img/linea.png) repeat-x;
}

#topmenu{
	float: left;
	width: 100%;
	background: transparent url(img/back_tile_32.gif) repeat-x bottom;
	height: 32px;
}

#topmenu li {
	display: block;
	float: left;
	height: 25px;
	width: 19.9%;
}

#topmenu li a{
	float: left;
	color: white;
	font-weight: bold;
	display: block;
	height: 25px;
	letter-spacing: 2px;
	padding: 6px 0;
	text-decoration: none;
	width: 100%;
}

#topmenu li a:hover {
	background-color: transparent;
	background-image: url(img/menu-on2.jp);
	background-repeat: repeat-x;
	color: #34BEEC;
	font-weight: bold;
	letter-spacing: 4px;
	display: block;
}

#topmenu ul{
	background-color: transparent;
	background-image: url(img/menu-on2.jp);
	background-repeat: repeat-x;
	clear: both;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	top: 3px;
	width: 100%;
}

.button {
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
}

#container{
	padding-top: 10px;
	width: 65%;
	background: transparent;
	margin: auto;
}

#header{
	float: left;
	height: 80px;
	width: 100%;
	background: transparent;
	margin: auto;
}

#header .content-box{
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	text-align: left;
	background: transparent;
}

#leftmenu{
	float: left;
	width: 20%;
	height: 600px;
	background: transparent url(img/back_left_menu.gif) repeat-x bottom;
	border-top : 0px solid #cccccc;
	border-bottom : 0px solid #333333;
	border-left : 0px solid #cccccc;
	border-right : 0px solid #333333;
	text-align: center;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;	
}

#leftmenu .content-box{
	padding: 20px;
}

#body{
	float:left;
	width: 80%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 600px;
	padding: 0px 0px 0px 0px;
	background: transparent url() center right no-repeat;
	text-align: justify;
	margin-top: 2px;
	margin-bottom: 2px;	
}

#body .content-box{
	background: transparent;
	width: 90%;
	padding: 14px;
	margin: auto;
}

#rightcol{
	float: left;
	width: 20%;
	height: 600px;
	background: transparent url(img/back_right_menu.png) repeat-x bottom;
	border-top : 0px solid #cccccc;
	border-bottom : 0px solid #323232;
	border-left : 0px solid #323232;
	border-right : 0px solid #cccccc;
	text-align: center;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

#rightcol .content-box{
	padding: 20px;
}

#footer{
  float: left;
  background: transparent url(img/back_tile_45.gif) repeat-x bottom;
  text-align:center;
  margin:auto;
  width:100%;
  height:45px;
  color: #403F3D;
  font-weight: normal;
  letter-spacing: 2px;
}

#footer .content-box{
	padding: 6px;
	padding-top: 19px;
	padding-bottom: 16px;
	padding-left: 20px;
	color: #B3B3B3;
	background: transparent;
	margin: auto;
}

#footer a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #34BEEC;
}
	
#bodyConditions{
	background: transparent url(img/back_conditions.png) no-repeat fixed;
}

.title_news{
	letter-spacing: 9px;
	font-weight: bold;
	margin-bottom: 30px;
}

#new{
	margin-bottom: 30px;
}

#new .title{
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 5px;
}

#new .text{
	text-align: left;
}

.sectionTitle {
font-weight: bold;
margin-bottom: 12px;
}

.note{
font-style: italic;
}

.marked{
font-weight: bold;
color: #34BEEC;
}

.styleBody1{
	background: transparent url(img/back1.gif) bottom right no-repeat;
}

.subtitle{
	font-weight: bold;
	font-style: italic;
	color: #34BEEC;
}

.marked a:link{
	color: #34BEEC;
}

.marked a:visited{
	color: #34BEEC;
}