body {
  background:#9ADFEE;
  margin:0;
  color:#333333;
  text-align: center;
  }
		
p {
width: 90%;
padding: 0px 0px 0px 20px; /*top right bottom left*/  

}


a:link {
  color:#029BB8;
  text-decoration:none;
  }
a:visited {
  color:#029BB8;
  text-decoration:none;
  }
a:hover {
  color:#37AB91;
  text-decoration:underline;
}
a img {
  border-width:0;
  }


#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		background-color: #FFFFFF;
		}

	
#header {
		text-align: left;
		background-color: #FFFFFF;
		height: 290px;
		/*background-image: url(artwork/yak.gif);
		background-repeat: no-repeat;*/
		}
		
#main {
		background-image: url(artwork/bg_repeat.gif);
		background-repeat: repeat-y;
	}
	
#navigation {
		padding: 10px 20px 10px 10px; /*top right bottom left*/
		text-align:right;
		text-transform:uppercase;
		letter-spacing:.1em;
		font: bold 70% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
		color: #1196B2;
	}
	
#navigation a:link {
  color:#32799A;
  text-decoration:none;
  }
#navigation a:visited {
  color:#32799A;
  text-decoration:none;
  }
#navigation a:hover {
  color:#37AB91;
  text-decoration:underline;
}	

.navon {color: #14916F; }

#title {
		height: 50px;
		padding: 20px 0px 0px 35px; /*top right bottom left*/
		}

#bodyleft {
	padding: 20px 20px 10px 20px; /*top right bottom left*/
	text-align:left;
	font: normal normal 85% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
	color: #25454C;
}	

#base {
		clear: both;
		background-color: #FFFFFF;
		height: 30px;
		}
	
		
#footer {
		clear: both;
		padding: 20px 10px 20px 10px; /*top right bottom left*/
		background-color: #9ADFEE;
		text-align: center;
		font: normal normal 70% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
		color: #0F545E;
		line-height: 1.4em;
		}
		
		
		
		
		
		
		
		
		
		
		
		