body {
	font: 80%/140% Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
    background-color: #212932;
}

a {
	color: Yellow;
}

 h1 {
	color: #34c1f3;
	font-size: 1.6em;
	font-weight: normal;
	padding: 26px 0 4px 20px;
	text-transform: uppercase;
}

 h2 {
	color: #0d6fbb;
	font-size: 1.3em;
	font-weight: normal;
	padding: 4px 0 4px 20px;
	text-transform: uppercase;
}

 p {
	margin: 0 10px 16px 0;
	color: White;
	margin-left: 20px;
}

strong {
	color: #34c1f3;
}

 li {
	list-style: none;
	border-bottom: solid 1px #0d6fbb;
	margin-bottom: 0;
}

 li a {
	background: url(images/arrow.jpg) no-repeat 2px 8px;
	color: #34c1f3;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 17px;
}

/* Header */
#header {
	background: #083163 url(images/headerBk.jpg) repeat-x;
	height: 112px;
}

#header .inner {
	background: url(images/header.png) no-repeat center;
	width: 700px;
	height: 131px;
	margin: 0 auto;
}

