body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color:#999;
	margin: 1em;
	padding: 0.1em;
	text-align: center;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	
	background-position:top center;
	background-attachment:fixed;
	background-color:black;
	background-repeat:no-repeat;
	background-image:url(http://PikesPeakPracticalShooters.com/Media/PikesPeakPanorama.jpg);
}


/* Basic Elements */


p {
	color:#06F;
	font-size: 1.0em;
	line-height: 1.30em;
}

h3 {
	color:#CCF;
	font-size: 1.0em;
	margin: 0;
	padding: 0.1em;
}
h3 p {
	font-size:14px;
}

h4 {
	color:#FFF;
	font-size: 1.0em;
}

img {
	border-style: dashed;
	border-width: 0px;
	border-color: #ccc;
	/* background-color: #69afff; */
}

a {
	text-decoration: none;
	color:#36F
}
	
strong {
	font-style: italic;
	text-transform: uppercase;
}

li {
	margin:0.5em;
	color:#6F0;
	font-style: italic;
}

table {
	background-color: #ccc;
}

a:link { 
	font-weight: bold; 
	text-decoration:none; 
	color:#6F0
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#CF0;
	}
a:hover { 
	text-decoration: underline; 
	color:#FF0;
	}
a:a:active { 
	text-decoration: underline; 
	color:#FFF;
	}
acronym {
	border-bottom: none;
	}
	
	

/* specific divs from ZenGarden
   added and modified to suit   */


#pikespeak {
	min-height:220px;
	height: auto; /* !important; */
	height: 220px;
}

#PPPS {
	text-align: center;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	}

#intro { 
	min-width: 470px;
	}
	
#msg {
	border-style:dotted;
	border-width:7px 7px 7px 7px;
	border-color:red;
	background-color:#000033;
	text-align: center;
	/* margin: 5px; Removed to get #msg to line-up with text */
	padding: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
	font:"Comic Sans MS", cursive;
	font-size:18px;
	color:#3F0;
	line-height:24px;
}