body {
	background: #fff;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
}

h2 {
	color: #f00;
	font-size: 15px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

.twocol {
	padding: 36px 0 8px 70px;
}

.twocol .twocol-left {
	width: 600px;
}

.twocol .twocol-right {
	padding-left: 60px;
	width: 290px;
}

.logo-nav, .teaser-talk {
	position: relative;
	height: 70px;
}

.logo-nav .logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

.logo-nav .nav {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 180px;
	white-space: nowrap;
}

.teaser {
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
	line-height: 17px;
}

.talk {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main {
	background: url(../images/background_color_flowers_top.jpg) top left no-repeat;
	padding-top: 180px;
}


.threecol {
	padding-left: 60px;
}

.threecol .col {
	width: 300px;
}


.threecol h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-left: 22px;
	padding-bottom: 56px;
	
}

.threecol h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}

.threecol p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 21px;
}

.threecol ul {
	line-height: 26px;
}

.threecol ul li {
	
}

.clients {
	padding-left: 70px;
}

.clients p {
	width: 900px;
	font-size: 36px;
	color: #cccccc;
}

hr {
	border: 1px solid #dedede; 
	width: 900px;
	margin-left: 60px; 
	margin-bottom:16px;
	text-align: left;
}

.footer {
	width: 950px;
	padding: 24px 0 36px 0;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #404040;
	text-decoration: none;
}
a:hover {
	color: #404040;
	text-decoration: underline;
}
a.red:link, a.red:visited, a.red:active {
	color: red;
	text-decoration: none;
}
a.red:hover {
	color: red;
	text-decoration: underline;
}

