/* CSS */

body {
	margin : 0;
	background: #E5E7CC;
	
	} 



/* TEXT & TEXT LABELS*/

p  {
	font-size: 16px;
	font-weight: lighter;
	font-family: georgia, "times new roman", serif;
	color: #688284;
	padding: 0px 75px 0px 25px;


	}

h1  {
	
	font-family: georgia, "times new roman", serif;
	color: #BBDA4A;
	padding: 0px 10px 10px 20px;
	font-size: 64px;
	margin-bottom: 0px;
	margin-top: -10px;
	margin-left: -5px;
	font-weight: normal;

	}


h2  {
	font-weight: normal;
	font-family: georgia, "times new roman", sans-serif;
	color: #BBDC1D;
	padding: 0px 10px 0px 20px;
	font-size: 24px;
	margin-top: 5px;
	
	}
	
h3  {
	font-weight: normal;
	font-family: georgia, "times new roman", serif;
	color: #ffffff;
	padding: 0px 10px 0px 25px;
	font-size: 16px;
	margin-bottom: 2px;

	}

h4  {
	font-weight: normal;
	font-family: georgia, "times new roman", serif;
	color: #ffffff;
	padding: 3px 5px 10px 10px;
	font-size:16px;
	margin: 0px;

	}
	
h5  {
	font-weight: normal;
	font-family: georgia, "times new roman", sans-serif;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	font-size: 24px;
	margin: 0px;
	
	}

h6  {
	
	font-family: georgia, "times new roman", serif;
	color: #BBDA4A;
	padding: 20px 10px 10px 10px;
	font-size: 64px;
	margin-bottom: 0px;
	margin-top: -10px;
	margin-left: -5px;
	font-weight: normal;

	}

.white {
	color: white;
	}




/* CONTENT CONTAINERS*/

#bigindex {
	
	width: 825px;
	height: 575px;
	margin-top: 0%;
	background-image:url(gfx/winter.jpg);
	background-color: #BABBA1;

	} 

#big {
	height: 100%;
	width: 825px;
	margin-top: 0%;
	background: white;
	border-left: 
	
	} 
	

.hdr1 {
	
	
	vertical-align:top;
	padding-top: 20px;
	padding-bottom: 0px;
	

	}


#content {
	
	vertical-align:top;
	
	padding: 0 35 5 0;

	}

#rcol {
	vertical-align:top;
	
	padding-bottom: 15px;


}





#ftr1 {
	vertical-align:bottom;
	padding: 10px ;
	height: 175px;
	} 
	


.subheading {
	width: 175px;
	background: #BBDA4A;
	
	}


#contact {
	width: 175px;	
	background: #BABBA1;
	padding: 0px;

	}





/* MAIN NAVLIST */

#nav  {	
	width: 175px;
	
	}	
	

.nav {
	background: #BABBA1;


	}

.nav a  {
	font-weight: normal;
	font-family: georgia, "times new roman", serif;
	color: #ffffff;
	font-size:14px;
	padding-right: 5px;
	
	}

.nav a:visited {
	color: #ffffff;

	} 

.nav a:hover {
	background-color : #CFE12B; 
	color: #ffffff;

	}



/* LINKS IN BODY */


a	{
	color : #D6E646; 
	} 


a:visited {
	color :  #D6E646; 
	} 

a:hover {
	color : #ffffff;
	background-color: #CFE12B;
	text-decoration: none; 
	}



/* LINKS INDEX LABELS */

.indexnav {}

.indexnav a	{
	display: block;
	width: 100%;height: 100%;
	background-color: #BABBA1;
	padding: 4px 5px 2px 5px;
	margin: 0px;
	} 


.indexnav a:visited {
	
	} 

.indexnav a:hover {
	background-color: #A3A879;
	} 

	
.hide {display:none;}

 
/* ends */

