@charset "utf-8";
/* CSS Document */
html, body {
  background: #060606 url(bg.gif) 50% 0 repeat;
}

body {
	color:#FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 20px 0;
	text-align:center;
}

/*_________________________________________________________________  wrapper  */

a {
	font-weight: normal;
	color: #A9DFFB;
	text-decoration: none
}

a:hover {
	color: #00CCFF;
	text-decoration: none
}



#header {
	height: 50px;
	background-color:#A9DFFB;
	padding-top: 18px;
}

#header h1 {
  display: inline;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-style: italic;
}

#pflow {
	height: 400px;
	color: #FFFFFF;
}

#footer {
	margin:10px;
}


/*_________________________________________________________________  headers  */
h1, h2, h3 {
  margin-bottom: 18px;
  font-weight: bold;
}
h1 {
  font-size: 24px;
  line-height: 36px;
}

h1 a {
	font-weight:bold;
	color:#EC22BB;
}

h1 a:hover {
	color:#F82ED2;
}


h2 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
}
h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1em;
  line-height: 18px;
  color: #e46504;
}
