* {
	margin: 0;
	padding: 0;
}

/* @group core layout */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fffa9d url(3hands.png) repeat-x 0 15px;
}

#content {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 50%;
	float: left;
}

#right {
	width: 50%;
	float: left;
}



/* @end */

h1 {
	color: #0d00bd;
	margin-top: 90px;
	font: italic bold 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 24px;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 19px;
	color: #0d00bd;
	margin-bottom: 5px;
	text-indent: 23px;
	background: url(bluehand18.png) no-repeat 0 3px;
}

p {
	color: #000;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 16px;
	padding-left: 23px;
}

a:link, a:visited {
	font-weight: bold;
	color: #0d00bd;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

.tagline {
	font-size: 30px;
	font-style: italic;
	color: #f98016;
}