html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* FONTS */

body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 90%;
	text-align: center;
}
em { font-style: italic;}
p, h2 { line-height: 1.4;}
strong { font-weight: bold; }
sub {
	font-size: 70%;
}
sup {
	font-size: 70%;
	vertical-align: top;
}
#page {
	border: 1px solid #ccc;
	margin: 30px auto;
	position: relative;
	text-align: left;
	width: 800px;
	overflow: hidden;
}
#content {
	background-color: #fff;
	border-top: 1px solid #fff;
	float: right;
	min-height: 500px;
	padding-bottom: 50px;
	width: 460px;
}
	#main {
		font-size: 80%;
		margin: 12px 30px 0 0;
		padding-top: 87px;
	}
		#main h2 {
			color: #4fa2a8;
			font-weight: bold;
		}
		#main p {
			margin-bottom: 1.4em;
		}
#mission {
	left: 30px;
	position: absolute;
	top: 170px;
	width: 230px;
}
	#mission p {
		line-height: 3;
	}
#company {
	color: #666;
	left: 30px;
	position: absolute;
	top: 0;
}
	#company h2 {
		margin-top: 70px;
	}
#footer {
	background: #d0e7e9;
	bottom: 0;
	height: 15px;
	position: absolute;
	width: 100%;
}
#umbrella {
	background: url("/img/umbrella.png") no-repeat center bottom;
	bottom: 0;
	height: 157px;
	left: 30px;
	position: absolute;
	width: 174px;
	z-index: 3;
}