html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
  /*	background: #F1E9D4 url(images/bg01.png) repeat; */
	font-family: times;/*'Open Sans', sans-serif;*/
	/* font-size: 11pt; */
  color: #000000;
}

/* Menu */
#menu {
	overflow: hidden;
	height: 48px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	text-align: center;
	display: inline-block; 
}

#menu a {
	display: block;
	padding: 0px 50px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase; 
	font-size: 18px;
	font-weight: 300;
	color: ##3C3D3D;
}

#menu a:hover, #menu .current_page_item a {
	background: #A6D8EA;
	text-decoration: none;
}


#menu .current_page_item a {
}
