html,body {
	background:#7199ac;
	width:100%;
	min-height:100%;
	font-family:Helvetica,Arial,sans-serif,sans;
	color:#676769;
}

body {
	padding-bottom:4em;
}

#omniWrapper {
	display:block;
	width:1200px;
	margin:0px auto;
	background:#fff;
	color:#58585a;
}

#headerWrapper,
#mainWrapper {
	position:relative;
	z-index:0;
}

#mainWrapper {
	display:block;
	position:relative;
	top:-10px;
	margin-bottom:-10px;
}

a {
	color:#f29754;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	cursor:pointer;
}

#mainWrapper #main {
	padding:26px;
}

h1 {
	font-size:2.2em;
}

h2 {
	font-size:1.9em;
}

h3 {
	font-size:1.65em;
}

h4 {
	font-size:1.2em;
}

h1,h2,h3,h4 {
	margin-bottom:0.5em;
	color:#58585a;
}

h1,h2,h3 {
	font-family:Times New Roman,Serif,serif;
}

p {
	font-size:1.2em;
	line-height:1.35em;
	margin-bottom:1em;
}

p:last-child {
	margin-bottom:0px;
}
