body  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    /* default page font */
	background-color:#263846;
	 
	margin: 0px 0px 0px 0px;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

/* outerDiv wraps around the rest of the page */
div#outerDiv {
	width: auto;       /* sets the content width */
	margin: 0 auto;     /* no top/bottom margin, centered horizontally */
	text-align: center; /* white content background, header image */
	background-image:url(../images/bg.jpg); background-repeat:repeat;
}

#outerDiv p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	color: #FFFFFF;
	margin: 1ex 0;
}

#outerDiv ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 0 1.4ex 0;
	color: #FFFFFF;
}

#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#outerDiv a:hover, #outerDiv a:active {
	color:#263846;
}
