html, button, input, select, textarea {
	font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 500; /* normal */
	color: #111111; 
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body{
	background-image: url(/img/resource/about-curve-short.png), url(/img/resource/contact-tbar-230h.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
}
.container {
	margin: 150px auto 0em auto;
}

h2#navtop { 
	font-size: 2.5em;
	margin: 0 0px 20px;
	letter-spacing: -0.05em;
	color: #555;
	line-height: 1;
	padding-left:100px;
	color: white;
	margin-bottom: 2em;
	font-weight: normal;
}

.fright, .fleft {
	display:block;
	overflow:hidden;
}
.fright {
	float:right;
}
.fleft {
	float:left;
}
