@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/background3.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	width: 954px;
	height: 150px;
	background-image: url(../images/banner10.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	border-top-width: 10px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0B74AD;
	border-right-color: #0B74AD;
	border-bottom-color: #0B74AD;
	border-left-color: #0B74AD;
} 
.thrColFixHdr #container .topnav {
	background-color: #0B74AD;
	height: 25px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	word-spacing: normal;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}
.thrColFixHdr #container .topnav ul a:link {
	color: #FFF;
}
.thrColFixHdr #container .topnav ul a:visited {
	color: #FFF;
}

.thrColFixHdr #container .topnav ul {
	margin-top: -2px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 2px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0B74AD;
	border-right-color: #0B74AD;
	border-bottom-color: #0B74AD;
	border-left-color: #0B74AD;
	height: auto;
}
.thrColFixHdr #container #sidebar1 p a:link {
	color: #4EB8DF;
}
.thrColFixHdr #container #sidebar1 p a:visited {
	color: #1CA0D0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0B74AD;
	border-right-color: #0B74AD;
	border-bottom-color: #0B74AD;
	border-left-color: #0B74AD;
	text-align: center;
	line-height: 2em;
	height: auto;
}
.thrColFixHdr #container #sidebar2 ul li a:link {
	color: #E18D07;
}
.thrColFixHdr #container #sidebar2 ul li a:visited {
	color: #E18D07;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.thrColFixHdr #container #mainContent p {
	text-align: left;
	padding-bottom: 10px;
}
.thrColFixHdr #container #mainContent p img {
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent p #shipibohuichole {
	padding-left: 10px;
}

.thrColFixHdr #container #mainContent p #welcome {
	float: none;
	margin-left: 120px;
}
.thrColFixHdr #container #mainContent p #center {
	margin-left: 20px;
	margin-top: 10px;
}
.thrColFixHdr #container #mainContent p #youth {
	margin-left: 110px;
	margin-top: 20px;
}


.thrColFixHdr #container #sidebar2 ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: -10px;
}
.thrColFixHdr #container #sidebar2 ul li {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #0B74AD;
	margin-top: -17px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 75%;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	text-align: right;
}
.thrColFixHdr #container .topnav img {
	float: left;
}
.thrColFixHdr #container #mainContent p #contact_csee {
	padding-left: 200px;
}
.thrColFixHdr #container #mainContent #textile_thumb {
	float: left;
}
.thrColFixHdr #container #mainContent #textiles {
	float: left;
}
.thrColFixHdr #container #mainContent p #hiking {
	padding-top: 0px;
}
.thrColFixHdr #container #mainContent #click {
	text-align: center;
}
.thrColFixHdr #container #mainContent p #prosperity_th {
	padding-top: 50px;
	padding-bottom: 50px;
}
.thrColFixHdr #container #mainContent p a {
}
.thrColFixHdr #container #mainContent p #healing_th {
	padding-bottom: 50px;
}
.thrColFixHdr #container #mainContent p #protection_th {
	padding-bottom: 50px;
}
.thrColFixHdr #container #mainContent p a #healing_decal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #mainContent p a #prosperity_decal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #mainContent p a #protection_decal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #mainContent {
}
.thrColFixHdr #container #mainContent p {
	text-align: justify;
}

.thrColFixHdr #container #sidebar1 p a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #sidebar1 p a #textile {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #sidebar1 p a #decal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #sidebar2 ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #mainContent #small_textile {
	padding-top: 50px;
}
.thrColFixHdr #container #mainContent p a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #sidebar1 p a #decals_button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #sidebar1 p a #textile_button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #container #mainContent p #large_textiles {
	padding-top: 50px;
}
.thrColFixHdr #container #mainContent p #csee_news {
	padding-top: 75px;
}
.thrColFixHdr #container #mainContent p #photo_gallery {
	padding-top: 75px;
	padding-bottom: 50px;
}
.thrColFixHdr #container #mainContent p a #photo8_th {
	padding-bottom: 50px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent p a #photo4_th {
	padding-bottom: 50px;
}
.thrColFixHdr #container #mainContent p a #photo5_th {
	padding-bottom: 50px;
}
.thrColFixHdr #container #mainContent p a #photo2_th {
	padding-bottom: 35px;
}
.thrColFixHdr #container #sidebar1 p a #education_button {
	border-width:0px
}.thrColFixHdr #container #mainContent #current_projects {
	padding-top: 50px;
}
.thrColFixHdr #container #mainContent p #shipibo_banner2 {
	padding-top: 25px;
}
.thrColFixHdr #container #mainContent #shamanic_sunlight2 {
	padding-top: 75px;
}
.thrColFixHdr #container #mainContent p #youth_program {
	padding-top: 50px;
}
.thrColFixHdr #container #mainContent #future_projects {
	padding-top: 50px;
	padding-bottom: 25px;
}
.thrColFixHdr #container #sidebar1 p a #film_series_button {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thrColFixHdr #container #mainContent p #leader_banner {
	padding-top: 35px;
}

