html, body, #container {
	min-height: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
 
html>body, html>body #container {
height: auto;
	margin: 0px auto;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 900px;
	border-right:0px solid black;
	border-left:0px solid black;
	background-color:white;
}

body {
	margin: 0px 0px;
	background-image: url('bak-images/bkgnd.jpg');
	background-color: #787ABB;
	background-repeat:  repeat-x;
}

h3 {
	color:#787ABB;
	font-size:14pt;
	font-family: Garamond, Tahoma, Verdana, Arial, serif;
	margin-bottom:5px;
}

#header {
  /* Background-color:#706FAF; */
  Background-color:#787ABB;
  width:100%;
  Height: 135px;
}
#header h1 {
	display:none;
}

#LTGTlogo {
	float:left;
	margin: 25px 12px 20px 15px;
	
}

#mission {
	color: white; 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 10pt; 
	font-weight: 300; 
	padding:35px 0px 25px 0px; 

}

#navigation {
		position: absolute;
		top: 53px;
		left: 200px;
}

#goodthing {
		position: absolute;
		top: 5px;
		left: 720px;
}



#main {
	margin-bottom: 4.5em;
	top: 125px;
	left: 0px;
	width: 100%;
	height: auto;
}


#footer {
	position: absolute;
	bottom:0;
	left:0;
	overflow: visible;
}

.purple {
    color: #706FAF; 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-weight: 400;

}

.infotext {
	position:absolute; 
	left:710px; 
	top:287px; 
	width:140px; 
	height:290px; 
	color: #706FAF; 
	font-size:10pt;
	line-height:16pt;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-weight: 400;
}


.FrontText {
	color: #706FAF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-size: 9pt;
	line-height: 12pt;
}

.missionstatment {
	width:450px;
	color: #706FAF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-size: 8pt;
	line-height: 9pt;
	text-align:center;
}

/*** Front Page Text Colors ***/

.about {
	color: #00A4CA;
}

.kits {
	color: #3D945D;
}

.books {
	color: #D22837;
}

.critters {
	color: #D22837;
}

.journals {
	color: #D22837;
}

.packs {
	color: #D22837;
}

.activities {
	color: #6C3092;
}

