body {
font: 0.8em arial, sans-serif;
color:#666666;
line-height: 150%;
}
a {
color:#000;
text-decoration: none;
}
a:hover, a_active {
color:#ccc;
text-decoration: none;
}
h2 {
color:#850D70;
font-weight: bold;
margin-bottom: 10px;

}
hr {
margin:20px 0;
border:0; 
border-top: 1px solid #ccc; 
height: 0; 
background: #ccc;
}
ul {
list-style-type: square;
}
ul li {
margin-left:20px;
}
	#logo {
	padding-top:10px;
	}
	
	#banner {
	font-weight: bold;
	text-transform: uppercase;
	color:#701a69;
	margin-top:18px;
	font-size:17px;
	text-align: left;
	width:460px;
	margin-right: 80px;
	margin-left: 20px;
	}
	
	#languageselector {
	margin-top:10px;
	}
	
	#menucontainer {
	padding-top: 10px;
	}
		#menu_left {
		background-image: url(../_img/menu_leftbg.jpg);
		width: 5px;
		height:28px;
		display: inline-block;
		float:left;
		}
		#menu {
		display: block;
		float:left;
		width:930px;
		background-image: url(../_img/menu_bg.jpg);
		height:28px;
		
		}
			#menu ul {
			list-style: none;
			
			}
				#menu ul li {
				margin-top:7px;
				margin-left:2px;
				margin-right: 15px;
				float:left;
				}
					#menu ul li a {
					color:#b5b5b5;
					font-size:12px;
					text-transform: uppercase;
					font-weight:bolder;
					text-decoration: none;
					}
					#menu ul li a:hover, #menu ul li a:active {
					color:#fff;
					}
				
					#menu ul li.active a {
					color:#fff;	
					}
				
		#menu_right {
		background-image: url(../_img/menu_rightbg.jpg);
		width: 5px;
		height:28px;
		display: inline-block;
		float:left;
		}
		
	.title {
	background-image: url(../_img/title_bg.jpg);
	padding:5px;
	width:450px;
	height:15px;
	margin-bottom: 3px;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	}
	#googlemap {
	text-align: center;
	}

	#footer {
	margin-top:20px;
	text-align: center;
	}
	#footertext {
	text-align: right;
	font-size: 0.6em;
	padding-right: 20px;
	}
