* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #7c8697;
	font-family: "HelveticaNeue-Light", "Helvetica-Light", Arial, Helvetica, sans-serif, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

a:link, a:visited {
	color: #4e5563;
}

a:hover {
	text-decoration: none;
}

a:link img, a:visited img {
	border: 0;
}

small {
	font-size: 14px;
	line-height: 18px;}

p {
	margin: 0 20px 20px 20px;
}

h2 {
	margin: 20px;}

h3 {
	margin: 20px; }

#container {
	color: #4e5563;
	width: 100%;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	height: 241px;
	margin: 0 auto;
}

#header {
	background-image: url(images/headback.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-color: #5c6576;
	margin: 0 auto;
	padding-top: 20px;
}

#header h1, #header p {
	display: none;
}

#frame {
	background-color: #fff;
	position: relative;
	width: auto;
	overflow: hidden;
}

#scroller {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.meetdate, .meetmap {
	float: left;
	width: 50%;
}

.meetdate ul {
	list-style-type: none;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}

.meetmap img {
	padding-left: 10px;
}

.clearer {
	clear: both;
}

.section {
	width: 800px;
	float: left;
}

#sections {
	width: 2400px;
}

#scroller {
	width: 800px;
	overflow: hidden;
}

#footer {
	width: 800px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding: 10px 0 10px 0;
	text-shadow: 0 1px 2px #000;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.lang {
	background: transparent url(images/language.png) no-repeat 0 24px;
	clear: both;
	float: right;
	height: 24px;
	width: 24px;
	text-align: center;
	margin-right: 20px;
}

.lang:hover {
	background-position: 0 0;
}

a:link.lang, a:visited.lang, a:hover.lang {
	color: #909baf;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
}

a:hover.lang {
 	color: #fff;
}