/*-----------------------------------------------------------------------------
Ridgerunners commented stylesheet for text pages.

version:   1.0
author:    John Schmidt
email:     john@canatech.com
website:   http://ridgerunners.bc.ca
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}



/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}








/* =Typography
-----------------------------------------------------------------------------*/




body {
	background-image:url(hills.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center,top;
}



h1 { 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:40px;
	color:#993300;
	font-weight:bold;
}

h2 {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:"6";
	font-weight:bold;
	color:"#993300";
}

h3	{font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

p2 {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#CF9E51;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	
}

p {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:16px;
	
}
p .footer  {
  color: #000000;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
}



/* =Headings
-----------------------------------------------------------------------------*/
#wrapper{
 
width:1000px;

border:0px;
position:relative;
left:50%;
margin-left:-500px;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#text {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:
	#000000;
	font-size:14px;
	text-align:justify;
	padding:20px;	
	width:740px;
		
}




#MainNav {font-weight: normal;
font-family:"Edwardian Script ITC";
   font-size:48px;
   color:#CCCC66;
   border:#CC6600;
   border:thin;


  }
  
a:link {color:#CCCC99;
  font-size:36px;
  text-decoration: none;
}
a:visited {
  color:#999966;
  text-decoration: none;
}
a:hover {
  color:#CCCCCC;
  text-decoration:underline;
  font-size:small;
}
a:active {
  color:
  #FFFFFF;
}




/* =Footer
-----------------------------------------------------------------------------*/
#footer  {color:#000000;
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#footer .a:link {
  color: #000000;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
}


/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



