/*All Links*/
a:link, a:visited , a:hover, a:active  {text-decoration: none;}

/*Background*/
body {font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif; line-height: 1.2em; font-size: 1em; background-color: #eeddee; margin:10px 0px; padding:0px; text-align:center;}
/*body {background-image:url('images/background.gif');} */
/*Text*/  
p {font-size: 0.8em; text-align: justify; line-height: 1.3em;}
p.leader{font-size: 1.5em; text-align: center;}
p.quirky {font-family: "comic sans ms", textile, cursive, sans-serif; font-size: 1em;}
p.quirky1 {font-family: "comic sans ms", textile, cursive, sans-serif; font-size: 0.85em; color: purple;}
a.quirky1 {font-family: "comic sans ms", textile, cursive, sans-serif; font-size: 0.85em; color: purple;}

/*Page Header*/  
div#header   { background-color: white; text-align: center; margin-top: 0px; margin-bottom: 0px; padding: 0; border-bottom: 1px white; min-width: 850px; }
#header a {background-color: transparent;}
#header img {margin: 0px 20px; border:1px solid white;}
#header img:hover {border:1px solid white;}
#header h1 {color: white; font-size: 30px; font-family:"Vadarna", Vadarna, sans-serif; padding-top: 10px; font-style: italic; letter-spacing: 5px;}

/*Page Outline*/  	
#Content {
	width:850px;
	margin: 0px auto;  /*Change auto to 0px to inhibit centreing*/
	text-align:left;
	padding:5px;
	background-color:transparent;
	}
#Content a{font-size: 0.8em; line-height:1.2em; color:purple; text-decoration:none;}
              
/*Navigation Bar*/
div.button_margin{width:1px;/* adjust if more buttons added */ margin:1px; float:left;}
div.img_button{float:left; text-align:center;}
div.img_button a:hover{border:1px solid purple;}
div.img_button1{float:left; text-align:center;}

div.desc_button{text-align:center; font-size: 0.9em; width:110px;/* adjust if more buttons added */ margin:4px;}
span.desc_button{color:white; font-family: "comic sans ms", textile, cursive, sans-serif; font-size: 1.2em; font-weight:bold; margin: 15px;}

/*Main Content*/
div#maincontent {padding: 10px; text-align: justify; margin: 0px 0px 20px 0px; background-color: white; min-width: 795px; width: 830px; height: auto;}
    
/*Hippo Speech*/ 
#pl_events a{font-size: 1em; color:blue; text-decoration:none;}             
div#hippo_speech {position: relative; background: url(images/home/hippo_speech.gif); width: 638px; height: 256px; margin-left: auto; margin-right: auto;}

/*Image Gallery*/
div.img{margin:2px; border:1px solid #0000ff; height:auto; width:auto; float:left; text-align:center;}
div.img img{display:inline; margin:3px; border:1px solid #ffffff;}
div.img a:hover img{border:1px solid #0000ff;}
div.desc{text-align:center; font-weight:normal; font-size: 0.8em; width:120px; height:60px; margin:2px;}
  