body {
	background: #f6217b;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	height: 100%;
	width: 100%;
	scrollbar-3dlight-color:#000; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#f6217b;
	scrollbar-darkshadow-color:#f6217b;
	scrollbar-face-color:#f6217b;
	scrollbar-highlight-color:#f6217b;
	scrollbar-shadow-color:#000000;
}

/** layout **/
#1 {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #f6217b;
}
a {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a.news {
	font-family: Tahoma;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.news:hover {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a.sub {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a.sub:hover {
	color: #6699CC;
	text-decoration: none;

}
a.sub1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.sub1:hover {
	color: #6699CC;
	text-decoration: none;

}
a.language {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.language:hover {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
.left {
	float: right;
	margin-left: 50px;

}
p {
	font: arial;
	font-size: 12px;
}
li {
	font: arial;
	font-size: 12px;
}
#nav ul {
  background: bottom right #991111 url(images/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 50px;
  padding: 5px 50px 15px 50px;
}
#nav li {
  list-style: none;
  background: bottom left url(images/dots.jpg) repeat-x;
}

